123456789101112131415161718192021 |
- .loading {
- height: 200rpx;
- line-height: 100rpx;
- background: #f1f1f1;
- color: #999;
- text-align: center;
- }
- .tip-view{
- height: 60rpx;
- line-height: 60rpx;
- width: 750rpx;
- color: #FFF;
- background: #005033;
- text-align: center;
- font-size: 32rpx;
- }
- page{
- background: #f1f1f1;
- }
|