verify_result.wxss
457 Bytes
/* pages/main/verify/verify_result/verify_result.wxss */
.bottom_btn_wrap{
background: #FFFFFF;
box-shadow: 0 -2px 8px 0 rgba(208,208,208,0.30);
height: 136rpx;
width: 100%;
position: fixed;
bottom: 0;
}
.btn_blue_radius{
margin: 26rpx 30rpx;
background: #357AEB;
border-radius: 5px;
height: 84rpx;
}
.text_white_34 {
font-family: PingFangSC-Regular;
font-size: 17px;
color: #FFFFFF;
text-align: center;
line-height: 42px;
}