login-status.wxss 628 B

123456789101112
  1. /* pages/pay-error/pay-error.wxss */
  2. .error{border-radius:10rpx;
  3. padding:86rpx 10rpx;text-align:center;background-color:#fff;margin:78px 30rpx}
  4. .iconfont image{width: 150rpx; height: 150rpx;}
  5. .iconfont{margin-top:-158rpx;}
  6. .title{font-size: 32rpx; color: #fb4f4e;margin-top:32rpx;font-weight:800;}
  7. .content{font-size: 28rpx; color: #666;margin-top:30rpx;}
  8. .tips{font-size: 24rpx; color: #999; line-height: 2;}
  9. .btn-wrapper{padding:0 75rpx;}
  10. .btn-wrapper button{display:block;width:100%;height:75rpx;line-height:75rpx;background:none;color:#fb4f4e;margin-top:60rpx;border-radius:3px;border:2rpx solid #fb4f4e;font-size:28rpx;}