index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-db68cfa6 {
  4. background-color: var(--f1Color);
  5. }
  6. .content .one.data-v-db68cfa6 {
  7. display: flex;
  8. justify-content: center;
  9. align-items: center;
  10. padding: 2vw;
  11. background-color: var(--mainColor);
  12. }
  13. .content .one .one_1.data-v-db68cfa6 {
  14. padding: 0 2vw;
  15. width: 75vw;
  16. }
  17. .content .one .one_1 input.data-v-db68cfa6 {
  18. padding: 2vw;
  19. background-color: var(--f1Color);
  20. font-size: var(--font14Size);
  21. border-radius: 5px;
  22. }
  23. .content .one .one_2 .button.data-v-db68cfa6 {
  24. background-color: var(--3c9Color);
  25. color: var(--mainColor);
  26. }
  27. .content .two.data-v-db68cfa6 {
  28. height: 90vh;
  29. display: flex;
  30. flex-direction: row;
  31. margin: 2vw 0 0 0;
  32. }
  33. .content .two .two_1.data-v-db68cfa6 {
  34. position: relative;
  35. width: 20vw;
  36. background-color: #fafafa;
  37. display: flex;
  38. flex-direction: column;
  39. }
  40. .content .two .two_1 .list.data-v-db68cfa6 {
  41. text-align: center;
  42. padding: 3.1vw 0;
  43. border-bottom: 1px solid var(--f1Color);
  44. }
  45. .content .two .two_1 .list text.data-v-db68cfa6 {
  46. font-size: var(--font14Size);
  47. }
  48. .content .two .two_1 .listActive.data-v-db68cfa6 {
  49. background-color: var(--3c9Color);
  50. color: var(--mainColor);
  51. }
  52. .content .two .two_2.data-v-db68cfa6 {
  53. width: 75vw;
  54. flex-grow: 1;
  55. position: relative;
  56. display: flex;
  57. flex-direction: column;
  58. }
  59. .content .two .two_2 .two_2_1.data-v-db68cfa6 {
  60. background-color: var(--mainColor);
  61. }
  62. .content .two .two_2 .two_2_2.data-v-db68cfa6 {
  63. flex-grow: 1;
  64. position: relative;
  65. display: flex;
  66. flex-direction: column;
  67. margin: 2vw 2vw 0 2vw;
  68. }
  69. .content .two .two_2 .two_2_2 .list.data-v-db68cfa6 {
  70. display: flex;
  71. margin: 2vw 0 0 0;
  72. padding: 2vw;
  73. border-radius: 5px;
  74. background-color: var(--mainColor);
  75. }
  76. .content .two .two_2 .two_2_2 .list .left.data-v-db68cfa6 {
  77. width: 28%;
  78. margin: 0 2vw 0 0;
  79. }
  80. .content .two .two_2 .two_2_2 .list .left .image.data-v-db68cfa6 {
  81. width: 20vw;
  82. height: 20vw;
  83. border-radius: 2vw;
  84. }
  85. .content .two .two_2 .two_2_2 .list .right.data-v-db68cfa6 {
  86. width: 70%;
  87. }
  88. .content .two .two_2 .two_2_2 .list .right .right_1.data-v-db68cfa6 {
  89. font-size: var(--font16Size);
  90. font-weight: bold;
  91. }
  92. .content .two .two_2 .two_2_2 .list .right .right_2.data-v-db68cfa6 {
  93. display: flex;
  94. align-items: center;
  95. margin: 1vw 0 0 0;
  96. }
  97. .content .two .two_2 .two_2_2 .list .right .right_2 .text.data-v-db68cfa6 {
  98. font-size: var(--font14Size);
  99. margin: 0 1vw 0 0;
  100. }
  101. .content .two .two_2 .two_2_2 .list .right .right_2 .value.data-v-db68cfa6 {
  102. text-align: right;
  103. color: var(--f85Color);
  104. font-size: var(--font12Size);
  105. }
  106. .content .two .two_2 .two_2_2 .list .right .right_3.data-v-db68cfa6 {
  107. margin: 1vw 0;
  108. }
  109. .content .two .two_2 .two_2_2 .list .right .right_3 .text.data-v-db68cfa6 {
  110. font-size: var(--font12Size);
  111. text-align: center;
  112. border: 1px solid var(--3c9Color);
  113. border-radius: 4px;
  114. padding: 1vw;
  115. background: linear-gradient(to right, #ffffff, #3c9cff59);
  116. }
  117. .content .two .two_2 .two_2_2 .list .right .right_3 .text .text_1.data-v-db68cfa6 {
  118. color: var(--3c9Color);
  119. font-weight: bold;
  120. }
  121. .content .two .two_2 .two_2_2 .list .right .right_3 .text .text_2.data-v-db68cfa6 {
  122. color: var(--ff0Color);
  123. }
  124. .content .two .two_2 .two_2_2 .list .right .right_4.data-v-db68cfa6 {
  125. display: flex;
  126. align-items: center;
  127. justify-content: space-between;
  128. }
  129. .content .two .two_2 .two_2_2 .list .right .right_4 .money.data-v-db68cfa6 {
  130. width: 50%;
  131. font-size: var(--font14Size);
  132. color: var(--ff0Color);
  133. }
  134. .content .two .two_2 .two_2_2 .list .right .right_4 .button.data-v-db68cfa6 {
  135. width: 50%;
  136. text-align: right;
  137. }
  138. .content .two .two_2 .two_2_2 .list .right .right_4 .button button.data-v-db68cfa6 {
  139. color: var(--mainColor);
  140. background: linear-gradient(to right, #1e3fdc, #3c9cff);
  141. font-size: var(--font12Size);
  142. border-radius: 5vw;
  143. }
  144. .content .two .two_2 .is_bottom.data-v-db68cfa6 {
  145. width: 100%;
  146. text-align: center;
  147. }
  148. .content .two .two_2 .is_bottom text.data-v-db68cfa6 {
  149. padding: 2vw 0;
  150. display: inline-block;
  151. color: var(--f85Color);
  152. font-size: var(--font12Size);
  153. }
  154. .content .scroll-view.data-v-db68cfa6 {
  155. position: absolute;
  156. top: 0;
  157. left: 0;
  158. right: 0;
  159. bottom: 0;
  160. }
  161. .content .scroll-view .list-scroll-view.data-v-db68cfa6 {
  162. display: flex;
  163. flex-direction: column;
  164. }