1234567891011121314151617181920212223242526272829303132 |
- page{background-color: #F5F5F5;}
- .content{background-color: #fff;padding: 113rpx 24rpx 64rpx;text-align: center;}
- .content-icon{width: 108rpx;height: 108rpx;margin-bottom: 48rpx;}
- .content-til{font-size: 36rpx;color: #333;line-height: 50rpx;font-weight: 400;margin-bottom: 16rpx;}
- .content-subtil{font-size: 26rpx;color: #999;line-height: 37rpx;font-weight: 400;min-height: 74rpx;}
- .full-btn{margin: 40rpx 24rpx;}
|