2023-05-16 14:06:05 +08:00

72 lines
1.2 KiB
Plaintext

.notice{
position: relative;
width: 92vw;
background-color: #FAFAFA;
margin: 0 auto;
border-radius: 10rpx;
line-height: 80rpx;
height: 80rpx;
color: #ED7B2F;
font-size: 28rpx;
padding-left: 20rpx;
}
.notice::after{
border-radius: 5rpx;
position: absolute;
width: 0px;
height: 0px;
border-width: 16rpx;
border-style: solid;
border-color: transparent transparent #FAFAFA transparent;
content: ' ';
left: 50rpx;
top: -30rpx;
}
.sign_box{
width: 92vw;
margin: 0 auto;
}
.sign_title{
font-size: 16px;
color: #323233;
}
.sign_note{
margin: 20rpx 0;
font-size: 28rpx;
color: #666666;
}
.sign_img{
display: flex;
justify-content: center;
align-items: center;
}
.zhiye_popup{
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 20rpx;
min-height: 550rpx;
}
.zhiye_popup_title{
margin-top: 16px;
font-size: 32rpx;
font-weight: 600;
letter-spacing: 5rpx;
}
.zhiye_popup_img{
margin-top: 30rpx;
}
.dialog{
width: 50%;
text-align: center;
height: 100rpx;
line-height: 100rpx;
}
.dialog_cancel_btn{
border-top: 1px solid #E9E9E9;
border-right: 1px solid #E9E9E9;
}
.dialog_confirm_btn{
border-top: 1px solid #E9E9E9;
color: #3CC7C0;
}