1234567891011121314151617181920212223 |
- .noData{
- text-align: center;
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- background-color: #fff;
- }
- .initImg{
- width: 200rpx;
- height: 200rpx;
- position: relative;
- top: -60rpx;
- }
- .text{
- font-size: 28rpx;
- color: #999;
- margin-bottom: 30rpx;
- }
- .btn{
- padding: 0 16rpx;
- }
|