You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.1 KiB
65 lines
1.1 KiB
2 years ago
|
|
||
|
.popup_jb_footer{
|
||
|
display: flex;
|
||
|
font-size: 32rpx !important;
|
||
|
/* padding: 29rpx 70rpx 29rpx 70rpx; */
|
||
|
padding: 0rpx 70rpx;
|
||
|
box-sizing: content-box;
|
||
|
/* flex: 1; */
|
||
|
/* gap:29rpx; */
|
||
|
/* -webkit-gap:29rpx; */
|
||
|
align-items: center;
|
||
|
margin-bottom: 40rpx;
|
||
|
}
|
||
|
.popup_jb_ok{
|
||
|
background: #2866FF;
|
||
|
border-radius: 10rpx;
|
||
|
color: #FFFFFF;
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
height: 74rpx;
|
||
|
border: 0px;
|
||
|
}
|
||
|
.popup_jb_close{
|
||
|
height: 74rpx;
|
||
|
border: 1rpx solid #BBBBBB !important;
|
||
|
border-radius: 10rpx;
|
||
|
color: #333333;
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
margin-right: 29rpx;
|
||
|
border: 0px;
|
||
|
}
|
||
|
.popup_jb_title{
|
||
|
font-size: 32rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: bold;
|
||
|
color: #1583FF;
|
||
|
margin-top: 47rpx;
|
||
|
}
|
||
|
.popup_jb_text{
|
||
|
font-size: 24rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
color: #999999;
|
||
|
margin-top: 17rpx;
|
||
|
}
|
||
|
.popup_jb_headerImg{
|
||
|
width: 100%;
|
||
|
height: 134rpx;
|
||
|
}
|
||
|
.setUpPopup_jb{
|
||
|
width: 610rpx;
|
||
|
/* height: 733rpx; */
|
||
|
background: #FFFFFF;
|
||
|
border-radius: 25rpx;
|
||
|
overflow:hidden;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|