hint.wxss 737 字节
/* pages/hint/hint.wxss */
.hint_txt{
 color:#333333;
 font-size: 32rpx;
 font-weight: bold;
 text-align: center;
 margin: 170rpx auto 20rpx auto;
}
.blue{
 color:#4FA1EB;
}
.hint_subtxt{
 color:#333;
 font-size:28rpx;
 text-align:center;
 font-weight: bold;
 margin: 0 auto 137rpx auto;
}
.numbox{
 display: inline-block;
 background: #4FA1EB;
 width:56rpx;
 height: 56rpx;
 border-radius: 50%;
 margin: 0 18rpx; 
 color:#fff;
 font-size:44rpx;
 font-weight: bold;
 text-align: center;
 line-height: 56rpx;
}
.btn{
 display: flex;
 align-items: center;
 justify-content: center;
 background: #4FA1EB;
 border-radius: 4rpx;
 width:560rpx;
 height: 90rpx;
 font-size:28rpx;
 font-weight: bold;
 color:#fff;
}
.btn:active{
 opacity: 0.7;
}