rise.wxss 749 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. justify-content: space-between;
  29. border-bottom: 1px slategray solid;
  30. }
  31. ec-canvas {
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .container {
  36. position: absolute;
  37. top: 200rpx;
  38. bottom: 0;
  39. left: 0;
  40. right: 0;
  41. display: flex;
  42. flex-direction: column;
  43. align-items: center;
  44. justify-content: space-between;
  45. box-sizing: border-box;
  46. }