- /* pages/pay-error/pay-error.wxss */
- .error{border-radius:10rpx;
- padding:86rpx 10rpx;text-align:center;background-color:#fff;margin:78px 30rpx}
- .iconfont image{width: 150rpx; height: 150rpx;}
- .iconfont{margin-top:-158rpx;}
- .title{font-size: 32rpx; color: #fb4f4e;margin-top:32rpx;font-weight:800;}
- .content{font-size: 28rpx; color: #666;margin-top:30rpx;}
- .tips{font-size: 24rpx; color: #999; line-height: 2;}
- .btn-wrapper{padding:0 75rpx;}
- .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;}
|