yuesuo.wxss 437 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /**index.wxss**/
  2. page {
  3. background-color: #ffffff;
  4. }
  5. .page-content {
  6. padding-bottom: 0;
  7. }
  8. .videov {
  9. height: 394rpx;
  10. margin-left: 4%;
  11. margin-right: 4%;
  12. margin-bottom: 20rpx;
  13. }
  14. .videoimg {
  15. width: 690rpx;
  16. height: 330rpx;
  17. }
  18. .videoc {
  19. width: 100%;
  20. height: 100%;
  21. background-color: #F3FDFF;
  22. }
  23. /* new */
  24. .yuesuohead {
  25. width: 100%;
  26. }
  27. .yuesuo_hkb {
  28. width: 100%;
  29. height: 150rpx;
  30. }
  31. .yuesuo_tsfw {
  32. width: 100%;
  33. }