showVideoList.wxss 281 B

12345678910111213141516171819
  1. /* pages/showVideoList/showVideoList.wxss */
  2. .container{
  3. padding: 0;
  4. margin: 0;
  5. }
  6. page{
  7. background: #f1f1f1;
  8. }
  9. .loading {
  10. height: 200rpx;
  11. line-height: 100rpx;
  12. background: #f1f1f1;
  13. color: #999;
  14. text-align: center;
  15. }
  16. .show-view{
  17. width: 700rpx;
  18. background: #FFF;
  19. }