rise.wxss 794 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. page {
  2. background: #000;
  3. }
  4. .swiper-tab {
  5. width: 100%;
  6. text-align: center;
  7. line-height: 80rpx;
  8. }
  9. .swiper-tab-list {
  10. font-size: 30rpx;
  11. display: inline-block;
  12. width: 30%;
  13. color: #777;
  14. }
  15. .on {
  16. color: #D81E06;
  17. border-bottom: 5rpx solid #D81E06;
  18. }
  19. .swiper-box {
  20. display: block;
  21. height: 100%;
  22. width: 100%;
  23. overflow: hidden;
  24. color: #fff;
  25. }
  26. .swiper-box .swiper-box-view {
  27. display: flex;
  28. overflow:scroll;
  29. justify-content: space-between;
  30. border-bottom: 1rpx slategray solid;
  31. }
  32. ec-canvas {
  33. width: 100%;
  34. height: 100%;
  35. }
  36. .swiper-box .swiper-box-view .container {
  37. position: absolute;
  38. top: 0;
  39. bottom: 0;
  40. left: 0;
  41. right: 0;
  42. display: flex;
  43. flex-direction: column;
  44. align-items: center;
  45. justify-content: space-between;
  46. box-sizing: border-box;
  47. }