index.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. box-sizing: border-box;
  5. width: 100vw;
  6. height: 100vh;
  7. }
  8. .content {
  9. background-color: #f1f1f1;
  10. font-family: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  11. }
  12. .content .info {
  13. display: flex;
  14. flex-direction: column;
  15. position: relative;
  16. flex-grow: 1;
  17. padding: 2vw;
  18. }
  19. .content .info .one {
  20. padding: 2vw;
  21. background-color: #ffffff;
  22. border-radius: 4vw;
  23. }
  24. .content .info .one .one_1 {
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: center;
  28. padding: 2vw 0;
  29. border-bottom: 1px solid #f1f1f1;
  30. }
  31. .content .info .one .one_1 .left {
  32. font-size: 16px;
  33. font-weight: 600;
  34. }
  35. .content .info .one .one_1 .right {
  36. font-size: 14px;
  37. }
  38. .content .info .one .one_1 .right .right_1 {
  39. background-color: #f1f1f1;
  40. padding: 3vw 1vw;
  41. border-radius: 5vw;
  42. }
  43. .content .info .one .one_1 .right .right_1 text {
  44. background-color: #f1f1f1;
  45. color: #858585;
  46. padding: 2vw;
  47. }
  48. .content .info .one .one_1 .right .right_1 .type {
  49. padding: 2vw 3vw;
  50. border-radius: 5vw;
  51. color: #ffffff;
  52. background-color: #FF7800;
  53. }
  54. .content .info .one .one_2 {
  55. display: flex;
  56. justify-content: space-between;
  57. align-items: center;
  58. padding: 3vw 0;
  59. border-bottom: 1px solid #f1f1f1;
  60. font-size: 14px;
  61. }
  62. .content .info .one .one_2 .right {
  63. display: flex;
  64. align-items: center;
  65. color: #858585;
  66. }
  67. .content .info .one .one_3 {
  68. display: flex;
  69. justify-content: space-between;
  70. align-items: center;
  71. padding: 3vw 0;
  72. font-size: 14px;
  73. }
  74. .content .info .one .one_3 .right {
  75. display: flex;
  76. align-items: flex-end;
  77. color: #858585;
  78. }
  79. .content .info .one .one_3 .right input {
  80. text-align: right;
  81. }
  82. .content .info .two {
  83. margin: 2vw 0;
  84. padding: 2vw;
  85. background-color: #ffffff;
  86. border-radius: 4vw;
  87. }
  88. .content .info .two .two_1 {
  89. padding: 2vw 0;
  90. font-size: 16px;
  91. font-weight: 600;
  92. }
  93. .content .info .two .two_2 {
  94. position: relative;
  95. display: flex;
  96. flex-direction: column;
  97. height: 32vh;
  98. }
  99. .content .info .two .two_2 .list {
  100. display: flex;
  101. width: 88vw;
  102. margin: 0 0 2vw 0;
  103. padding: 2vw;
  104. box-shadow: 0 0 5px #f1f1f1;
  105. border-radius: 5px;
  106. }
  107. .content .info .two .two_2 .list .img {
  108. width: 30vw;
  109. }
  110. .content .info .two .two_2 .list .img .image {
  111. width: 30vw;
  112. height: 20vw;
  113. border-radius: 5px;
  114. }
  115. .content .info .two .two_2 .list .info {
  116. width: 40vw;
  117. padding: 0 0 0 2vw;
  118. }
  119. .content .info .two .two_2 .list .info .name {
  120. font-size: 16px;
  121. }
  122. .content .info .two .two_2 .list .info .spec {
  123. font-size: 12px;
  124. color: #858585;
  125. }
  126. .content .info .two .two_2 .list .money {
  127. display: flex;
  128. flex-direction: column;
  129. align-items: flex-end;
  130. width: 20vw;
  131. }
  132. .content .info .two .two_2 .list .money text:first-child {
  133. font-size: 14px;
  134. color: #FF8C00;
  135. }
  136. .content .info .two .two_3 .two_3_1 {
  137. display: flex;
  138. justify-content: space-between;
  139. align-items: center;
  140. font-size: 14px;
  141. padding: 2vw 3vw;
  142. }
  143. .content .info .two .two_3 .two_3_1 .left text {
  144. color: #858585;
  145. font-size: 12px;
  146. margin: 0 2vw;
  147. }
  148. .content .info .two .two_3 .two_3_1 .right {
  149. color: #FF7800;
  150. }
  151. .content .info .two .two_3 .two_3_2 {
  152. padding: 3vw;
  153. text-align: right;
  154. font-size: 14px;
  155. color: #858585;
  156. border-top: 1px solid #f1f1f1;
  157. }
  158. .content .info .two .two_3 .two_3_2 text:first-child {
  159. color: #FF7800;
  160. }
  161. .content .info .two .two_3 .two_3_2 text:last-child {
  162. color: #FF7800;
  163. font-size: 18px;
  164. }
  165. .content .foot {
  166. display: flex;
  167. justify-content: space-between;
  168. align-items: center;
  169. padding: 2vw 3vw;
  170. background-color: #ffffff;
  171. border-top: 1px solid #f1f1f1;
  172. }
  173. .content .foot .foot_1 {
  174. font-size: 14px;
  175. color: #858585;
  176. }
  177. .content .foot .foot_1 text:first-child {
  178. color: #FF7800;
  179. }
  180. .content .foot .foot_1 text:last-child {
  181. color: #FF7800;
  182. font-size: 18px;
  183. }
  184. .content .foot .foot_2 .button {
  185. background-color: #FF8C00;
  186. color: #ffffff;
  187. border-radius: 5vw;
  188. font-size: 16px;
  189. }
  190. .scroll-view {
  191. position: absolute;
  192. top: 0;
  193. left: 0;
  194. right: 0;
  195. bottom: 0;
  196. }
  197. .scroll-view .list-scroll-view {
  198. display: flex;
  199. flex-direction: column;
  200. }