index.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .content {
  5. display: flex;
  6. flex-direction: column;
  7. width: 100vw;
  8. height: 100vh;
  9. }
  10. .content .one {
  11. position: relative;
  12. flex-grow: 1;
  13. }
  14. .content .one .one_1 {
  15. border-bottom: 0.5vw solid var(--f9Color);
  16. }
  17. .content .one .one_1 swiper {
  18. height: 44vh !important;
  19. }
  20. .content .one .one_1 .list {
  21. border-radius: 5px;
  22. }
  23. .content .one .one_1 .list .image {
  24. width: 100%;
  25. height: 100%;
  26. border-radius: 5px;
  27. background-color: #fff;
  28. }
  29. .content .one .one_2 {
  30. border-bottom: 0.5vw solid var(--f9Color);
  31. padding: 2vw;
  32. }
  33. .content .one .one_2 .money {
  34. font-size: 20px;
  35. padding: 0 1vw 0 0;
  36. color: var(--fF0Color);
  37. font-weight: bold;
  38. }
  39. .content .one .one_2 .money text {
  40. font-size: 14px;
  41. }
  42. .content .one .one_3 {
  43. display: flex;
  44. flex-wrap: wrap;
  45. padding: 1vw;
  46. border-bottom: 0.5vw solid var(--f9Color);
  47. }
  48. .content .one .one_4 {
  49. border-bottom: 0.5vw solid var(--f9Color);
  50. padding: 2vw;
  51. }
  52. .content .one .one_4 .name {
  53. width: 100%;
  54. overflow: hidden;
  55. text-overflow: ellipsis;
  56. word-break: break-all;
  57. font-size: 17px;
  58. font-weight: bold;
  59. margin: 0 0 2vw 0;
  60. }
  61. .content .one .one_4 .brief {
  62. font-size: 14px;
  63. color: var(--f85Color);
  64. margin: 0 0 1vw 0;
  65. }
  66. .content .one .one_5 {
  67. text-align: center;
  68. margin: 0 0 15vw 0;
  69. }
  70. .content .one .one_5 .list .image {
  71. border-radius: 5px;
  72. background-color: #fff;
  73. }
  74. .content .bottom {
  75. width: 100vw;
  76. position: fixed;
  77. bottom: 0;
  78. left: 0px;
  79. right: 0px;
  80. }
  81. .scroll-view {
  82. position: absolute;
  83. top: 0;
  84. left: 0;
  85. right: 0;
  86. bottom: 0;
  87. }
  88. .scroll-view .list-scroll-view {
  89. display: flex;
  90. flex-direction: column;
  91. }
  92. .uni-popup {
  93. z-index: 9999 !important;
  94. }
  95. .popup {
  96. display: flex;
  97. flex-direction: column;
  98. width: 100vw;
  99. height: 60vh;
  100. }
  101. .popup .close {
  102. text-align: right;
  103. padding: 2vw;
  104. }
  105. .popup .specs_1 {
  106. position: relative;
  107. display: flex;
  108. flex-direction: column;
  109. height: 54vh;
  110. }
  111. .popup .specs_1 .info_1 {
  112. position: relative;
  113. flex-grow: 1;
  114. }
  115. .popup .specs_1 .info_1 .one .one_1 {
  116. display: flex;
  117. margin: 0 0 2vw 0;
  118. padding: 0 0 2vw 0;
  119. border-bottom: 0.5vw solid var(--f9Color);
  120. }
  121. .popup .specs_1 .info_1 .one .one_1 .l {
  122. width: 25vw;
  123. height: 25vw;
  124. }
  125. .popup .specs_1 .info_1 .one .one_1 .l .image {
  126. width: 100%;
  127. height: 100%;
  128. border-radius: 5px;
  129. }
  130. .popup .specs_1 .info_1 .one .one_1 .r {
  131. width: 70vw;
  132. padding: 0 0 0 2vw;
  133. }
  134. .popup .specs_1 .info_1 .one .one_1 .r .money {
  135. margin: 0 0 2vw 0;
  136. }
  137. .popup .specs_1 .info_1 .one .one_1 .r .money .money_1 {
  138. font-size: var(--font20Size);
  139. color: var(--fF0Color);
  140. padding: 0 2vw 0 0;
  141. }
  142. .popup .specs_1 .info_1 .one .one_1 .r .money .money_1 text {
  143. font-size: var(--font14Size);
  144. }
  145. .popup .specs_1 .info_1 .one .one_1 .r .other_1 {
  146. font-size: var(--font15Size);
  147. color: var(--f85Color);
  148. }
  149. .popup .specs_1 .info_1 .one .one_1 .r .other_1 text:last-child {
  150. color: var(--f00Color);
  151. }
  152. .popup .specs_1 .info_1 .one .one_2 {
  153. margin: 0 0 2vw 0;
  154. border-bottom: 0.5vw solid var(--f9Color);
  155. }
  156. .popup .specs_1 .info_1 .one .one_2 .one_2_1 {
  157. font-size: 14px;
  158. margin: 0 0 2vw 0;
  159. }
  160. .popup .specs_1 .info_1 .one .one_2 .one_2_2 {
  161. display: flex;
  162. flex-wrap: wrap;
  163. }
  164. .popup .specs_1 .info_1 .one .one_2 .one_2_2 .list {
  165. background-color: #F5F5F5;
  166. margin: 0 2vw 2vw 0;
  167. padding: 0.5vw 1vw;
  168. border-radius: 5px;
  169. }
  170. .popup .specs_1 .info_1 .one .one_2 .one_2_2 .list text {
  171. font-size: 14px;
  172. color: var(--f00Color);
  173. }
  174. .popup .specs_1 .info_1 .one .one_2 .one_2_2 .huilist {
  175. background-color: #DCDCDC;
  176. }
  177. .popup .specs_1 .info_1 .one .one_2 .one_2_2 .huilist text {
  178. color: var(--f85Color);
  179. }
  180. .popup .specs_1 .info_1 .one .one_2 .one_2_2 .redlist {
  181. background-color: var(--fF0Color);
  182. }
  183. .popup .specs_1 .info_1 .one .one_2 .one_2_2 .redlist text {
  184. color: #ffffff;
  185. }
  186. .popup .specs_1 .info_1 .one .one_2 .one_2_2 .huiilist {
  187. background-color: #808080;
  188. }
  189. .popup .specs_1 .info_1 .one .one_2 .one_2_2 .huiilist text {
  190. color: #cccccc;
  191. }
  192. .popup .specs_1 .info_1 .one .one_3 {
  193. display: flex;
  194. }
  195. .popup .specs_1 .info_1 .one .one_3 .one_3_1 {
  196. margin: 0 2vw 0 0;
  197. }
  198. .popup .specs_1 .info_1 .one .one_3 .one_3_1 text {
  199. font-size: 14px;
  200. color: var(--f85Color);
  201. }
  202. .popup .specs_1 .info_1 .one .one_3 .one_3_1 .limit {
  203. color: var(--fF0Color);
  204. padding: 0 0 0 2vw;
  205. }
  206. .popup .specs_1 .info_2 {
  207. border-bottom: 0.5vw solid var(--f9Color);
  208. }
  209. .popup .specs_1 .info_2 .button {
  210. background-color: var(--f3CColor);
  211. color: var(--mainColor);
  212. }