| 1234567891011121314151617181920 |
- .center {
- width: 100%;
- height: 100%;
- }
- .title {
- padding: 30rpx 30rpx 0 24rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .tip {
- padding: 38rpx 32rpx 28rpx 24rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- border-bottom: 1px solid #E9E9E9;
- }
|