12345678910111213141516171819 |
- /* pages/showVideoList/showVideoList.wxss */
- .container{
- padding: 0;
- margin: 0;
- }
- page{
- background: #f1f1f1;
- }
- .loading {
- height: 200rpx;
- line-height: 100rpx;
- background: #f1f1f1;
- color: #999;
- text-align: center;
- }
- .show-view{
- width: 700rpx;
- background: #FFF;
- }
|