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