12345678910111213141516171819202122232425262728293031 |
- page {
- background: #f4f4f4;
- min-height: 100%;
- }
- .container {
- background: #f4f4f4;
- min-height: 100%;
- }
- .result-empty {
- width: 100%;
- height: 100%;
- padding-top: 300rpx;
- }
- .result-empty .icon {
- margin: 0 auto;
- display: block;
- width: 240rpx;
- height: 240rpx;
- }
- .result-empty .text {
- display: block;
- width: 100%;
- height: 40rpx;
- font-size: 28rpx;
- text-align: center;
- color: #999;
- }
|