index.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. .box {
  2. width: 100vw;
  3. padding: 20rpx 30rpx;
  4. box-sizing: border-box;
  5. background-color: #fff;
  6. margin-top: 20rpx;
  7. .top {
  8. display: flex;
  9. align-items: center;
  10. justify-content: space-between;
  11. width: 100%;
  12. height: 60rpx;
  13. .title {
  14. font-size: 28rpx;
  15. font-weight: bold;
  16. color: #333333;
  17. }
  18. .tabs-box {
  19. display: flex;
  20. align-items: center;
  21. height: 60rpx;
  22. background: #F5F5F5;
  23. border-radius: 30rpx;
  24. padding: 4rpx;
  25. background-color: #F5F5F5;
  26. box-sizing: content-box;
  27. .item {
  28. font-size: 24rpx;
  29. font-family: PingFang SC-Regular, PingFang SC;
  30. color: #FFFFFF;
  31. height: 52rpx;
  32. line-height: 52rpx;
  33. padding: 0 16rpx;
  34. background-color: #F5F5F5;
  35. color: #999999;
  36. border-radius: 26rpx;
  37. box-sizing: border-box;
  38. }
  39. .active {
  40. background-color: #3874F6;
  41. color: #FFFFFF;
  42. transition: color 0.3s;
  43. }
  44. }
  45. }
  46. .spectaculars {
  47. display: flex;
  48. flex-wrap: wrap;
  49. width: 690rpx;
  50. background: #F6F6F6;
  51. border-radius: 8rpx;
  52. padding: 20rpx;
  53. box-sizing: border-box;
  54. margin-top: 20rpx;
  55. .item {
  56. width: 25%;
  57. text-align: center;
  58. .label {
  59. height: 34rpx;
  60. line-height: 34rpx;
  61. font-size: 24rpx;
  62. color: rgba(23, 26, 29, 0.6);
  63. }
  64. .value {
  65. height: 42rpx;
  66. font-size: 30rpx;
  67. line-height: 42rpx;
  68. font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  69. color: #171A1D;
  70. margin-top: 10rpx;
  71. font-weight: 700;
  72. }
  73. }
  74. }
  75. .row-3 {
  76. .item {
  77. width: 33.33% !important;
  78. }
  79. }
  80. .performance {
  81. width: 690rpx;
  82. background: #F6F6F6;
  83. border-radius: 8rpx;
  84. padding: 20rpx;
  85. box-sizing: border-box;
  86. margin-top: 20rpx;
  87. .title {
  88. margin-right: 40rpx;
  89. font-size: 30rpx;
  90. font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  91. color: #171A1D;
  92. font-weight: 700;
  93. line-height: 42rpx;
  94. text {
  95. margin-left: 40rpx;
  96. font-size: 24rpx;
  97. font-family: PingFang SC-Regular, PingFang SC;
  98. font-weight: 400;
  99. }
  100. }
  101. .row {
  102. margin-top: 20rpx;
  103. display: flex;
  104. .item {
  105. flex: 1;
  106. .title {
  107. font-size: 24rpx;
  108. font-family: PingFangSC-Regular-, PingFangSC-Regular;
  109. font-weight: normal;
  110. color: rgba(23, 26, 29, 0.6);
  111. line-height: 34rpx;
  112. }
  113. .value {
  114. line-height: 42rpx;
  115. font-size: 30rpx;
  116. font-weight: 700;
  117. font-family: PingFang SC-Regular, PingFang SC;
  118. color: #171A1D;
  119. margin-top: 10rpx;
  120. }
  121. }
  122. }
  123. }
  124. }
  125. .filtrate {
  126. display: flex;
  127. height: 100%;
  128. align-items: center;
  129. justify-content: flex-end;
  130. color: var(--dropdown-menu-title-text-color, #323233);
  131. font-size: var(--dropdown-menu-title-font-size, 15px);
  132. line-height: var(--dropdown-menu-title-line-height, 18px);
  133. padding-right: 30rpx;
  134. flex: 1;
  135. }