rise.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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-list{
  27. overflow:auto;
  28. margin:auto;
  29. position:absolute;
  30. top:0;
  31. bottom:0;
  32. left:0;
  33. right:0;
  34. }
  35. .swiper-box .swiper-box-view {
  36. display: flex;
  37. justify-content: space-between;
  38. align-items: center;
  39. margin: 20rpx;
  40. padding-bottom: 10rpx;
  41. border-bottom: 1rpx slategray solid;
  42. }
  43. ec-canvas {
  44. width: 100%;
  45. height: 100%;
  46. }
  47. .swiper-box .swiper-box-view .swiper-box-left .swiper-box-subtitle{
  48. color: slategray;
  49. }
  50. .swiper-box .swiper-box-view .swiper-box-right{
  51. display: flex;
  52. align-items: center;
  53. }
  54. .swiper-box .swiper-box-view .swiper-box-right .swiper-box-canvas {
  55. height: 120rpx;
  56. width: 300rpx;
  57. }
  58. .swiper-box .swiper-box-view .swiper-box-right .swiper-box-button{
  59. text-align: right;
  60. }
  61. .swiper-box .swiper-box-view .swiper-box-right .swiper-box-button button{
  62. color: #fff;
  63. background: #D81E06;
  64. }