index.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. .modulationPage {
  2. background-color: rgba(255, 255, 255, 1);
  3. position: relative;
  4. width: 100%;
  5. height: calc(100vh - 44px);
  6. overflow: hidden;
  7. .van-slider {
  8. width: 92%;
  9. height: 4px;
  10. margin: 0 auto;
  11. margin-top: 35px;
  12. background-color: #dfdfe5;
  13. .van-slider__bar {
  14. background-color: #2c87c8;
  15. }
  16. .van-slider__button {
  17. background-color: #2c87c8;
  18. width: 16px;
  19. height: 16px;
  20. }
  21. }
  22. .volumeChangeButton {
  23. background-color: #2c87c8;
  24. width: 220px;
  25. height: 34px;
  26. margin: 49px auto;
  27. .van-button__text {
  28. font-size: 15px;
  29. }
  30. }
  31. .wrap1 {
  32. width: 100%;
  33. height: 274px;
  34. .box2 {
  35. background-color: rgba(255, 255, 255, 1);
  36. z-index: 23;
  37. height: 54px;
  38. margin-top: 1px;
  39. width: 100%;
  40. position: relative;
  41. .section3 {
  42. width: 162px;
  43. height: 20px;
  44. margin: 17px 0 0 15px;
  45. .box3 {
  46. background-color: #5a9cc8;
  47. border-radius: 2px;
  48. width: 4px;
  49. height: 12px;
  50. margin-top: 4px;
  51. }
  52. .info1 {
  53. width: 150px;
  54. height: 20px;
  55. overflow-wrap: break-word;
  56. color: rgba(64, 77, 116, 1);
  57. font-size: 14px;
  58. font-family: PingFangSC-Medium;
  59. text-align: left;
  60. white-space: nowrap;
  61. line-height: 20px;
  62. display: block;
  63. }
  64. }
  65. .img1 {
  66. z-index: 31;
  67. position: absolute;
  68. left: 0;
  69. top: 53px;
  70. width: 100%;
  71. height: 2px;
  72. }
  73. }
  74. .box4 {
  75. width: 45%;
  76. height: 14px;
  77. margin: 19px 0 0 15px;
  78. .word3 {
  79. width: auto;
  80. height: 13px;
  81. overflow-wrap: break-word;
  82. color: rgba(64, 77, 116, 1);
  83. font-size: 13px;
  84. text-align: left;
  85. white-space: nowrap;
  86. line-height: 13px;
  87. margin-top: 1px;
  88. display: block;
  89. }
  90. .word4 {
  91. width: auto;
  92. height: 13px;
  93. overflow-wrap: break-word;
  94. color: rgba(64, 77, 116, 1);
  95. font-size: 15px;
  96. font-family: PingFangSC-Medium;
  97. text-align: left;
  98. white-space: nowrap;
  99. line-height: 15px;
  100. display: block;
  101. }
  102. }
  103. }
  104. }