Files
sykl-mall/pages/member/examine/examine.wxss
2023-07-22 19:01:37 +08:00

26 lines
452 B
Plaintext

.tips {
margin: 30rpx 0;
}
.tips-name {
color: #000000;
font-weight: 600;
font-size: 36rpx;
margin-bottom: 20rpx;
}
.tips-text {
font-size: 30rpx;
}
.btn {
background-color: #0074ff;
color: #ffffff;
display: inline-block;
width: 50%;
line-height: 96rpx;
border-radius: 60rpx;
font-size: 30rpx;
margin-top: 80rpx;
box-shadow: 0 0 20rpx 6rpx rgba(0, 116, 255, .5);
}