/* pages/securityCheck/securityCheck.wxss */ .box { padding: 30rpx; border-bottom: 2rpx solid #ddd; padding-bottom: 30px; } .title { font-size: 32rpx; color: #555; margin-bottom: 20px; } .img { display: block; margin: 20rpx auto; } .retake { width: 530rpx !important; height: 80rpx; background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%); border-radius: 20rpx; text-align: center; line-height: 80rpx; font-size: 30rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #FFFFFF; margin: 0 auto; } .go { width: 70vw; height: 12vw; line-height: 12vw; font-size: 5vw; text-align: center; background: #3e94f6; color: #fff; border-radius: 6vw; margin: 0 auto; margin-top: 80vh; }