showVideoList.wxss 490 B

12345678910111213141516171819202122232425262728293031
  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. }
  20. .uploadTap{
  21. position: fixed;
  22. background: #005033;
  23. color: #FFF;
  24. width: 100rpx;
  25. height: 100rpx;
  26. line-height: 100rpx;
  27. border-radius: 50rpx;
  28. right: 20rpx;
  29. bottom: 100rpx;
  30. text-align: center;
  31. }