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.
88 lines
1.4 KiB
88 lines
1.4 KiB
.bg{
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.modal-mask {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
background: #000;
|
|
opacity: 0.5;
|
|
overflow: hidden;
|
|
z-index: 200;
|
|
color: #fff;
|
|
}
|
|
|
|
.modal-dialog {
|
|
width: 540rpx;
|
|
overflow: hidden;
|
|
position: relative;
|
|
z-index: 9999;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
}
|
|
.modal-content{
|
|
padding: 38rpx 26rpx;
|
|
}
|
|
|
|
|
|
.modal-footer {
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 112rpx;
|
|
border-top: 1px solid #dedede;
|
|
|
|
|
|
color: #000000;
|
|
padding: 30rpx 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-confirms {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-weight: normal !important;
|
|
box-sizing: border-box;
|
|
width: 50% !important;
|
|
padding: 0 !important;
|
|
line-height: 50rpx;
|
|
background: none;
|
|
color: #0C898F;
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
}
|
|
.btn-confirms.two {
|
|
color: #000000;
|
|
}
|
|
|
|
.icon-close{
|
|
position: absolute;
|
|
width: 27.33rpx;
|
|
height: 27.33rpx;
|
|
top: 39rpx;
|
|
right: 26rpx;
|
|
}
|
|
.icon-close image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.phone-container{
|
|
text-align: center;
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #0C898F;
|
|
line-height: 1.8;
|
|
}
|