index.rpx.scss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. .page {
  2. background-color: rgba(255, 255, 255, 1.000000);
  3. position: relative;
  4. width: 750rpx;
  5. // height: 1624rpx;
  6. overflow: hidden;
  7. padding-left: 0rpx;
  8. padding-right: 0rpx;
  9. padding-top: 0rpx;
  10. padding-bottom: 32rpx;
  11. display: flex;
  12. flex-direction: column;
  13. }
  14. .box_2 {
  15. width: 698rpx;
  16. margin-top: 32rpx;
  17. flex-direction: row;
  18. display: flex;
  19. justify-content: space-between;
  20. }
  21. .image-text_1 {
  22. width: 256rpx;
  23. flex-direction: row;
  24. display: flex;
  25. justify-content: space-between;
  26. margin: 6rpx 0 6rpx 0;
  27. }
  28. .thumbnail_1 {
  29. width: 40rpx;
  30. height: 40rpx;
  31. margin: 4rpx 0 4rpx 0;
  32. }
  33. .text-group_1 {
  34. overflow-wrap: break-word;
  35. color: rgba(51, 51, 51, 1);
  36. font-size: 32rpx;
  37. font-family: PingFangSC-Medium;
  38. font-weight: 500;
  39. text-align: left;
  40. white-space: nowrap;
  41. line-height: 48rpx;
  42. }
  43. .image_2 {
  44. width: 180rpx;
  45. height: 60rpx;
  46. }
  47. .block_2 {
  48. background-color: rgba(255, 255, 255, 1.000000);
  49. display: flex;
  50. flex-direction: column;
  51. padding: 24rpx 32rpx 0 32rpx;
  52. }
  53. .text_3 {
  54. overflow-wrap: break-word;
  55. color: rgba(51, 51, 51, 1);
  56. font-size: 28rpx;
  57. font-family: PingFangSC-Medium;
  58. font-weight: 500;
  59. text-align: left;
  60. white-space: nowrap;
  61. line-height: 44rpx;
  62. margin: 0 398rpx 0 64rpx;
  63. }
  64. .box_3 {
  65. flex-direction: row;
  66. display: flex;
  67. margin: 24rpx 238rpx 0 0;
  68. }
  69. .group_1 {
  70. background-color: rgba(255, 255, 255, 1.000000);
  71. border-radius: 16rpx;
  72. width: 32rpx;
  73. height: 32rpx;
  74. border: 1px solid rgba(221, 221, 221, 1);
  75. display: flex;
  76. flex-direction: column;
  77. margin: 28rpx 0 28rpx 0;
  78. }
  79. .group_2 {
  80. margin-left: 32rpx;
  81. display: flex;
  82. flex-direction: column;
  83. }
  84. .image-text_2 {
  85. width: 156rpx;
  86. flex-direction: row;
  87. display: flex;
  88. justify-content: space-between;
  89. }
  90. .thumbnail_2 {
  91. width: 28rpx;
  92. height: 28rpx;
  93. margin: 4rpx 0 4rpx 0;
  94. }
  95. .text-group_2 {
  96. overflow-wrap: break-word;
  97. color: rgba(102, 102, 102, 1);
  98. font-size: 24rpx;
  99. font-family: PingFangSC-Regular;
  100. font-weight: normal;
  101. text-align: left;
  102. white-space: nowrap;
  103. line-height: 36rpx;
  104. }
  105. .group_3 {
  106. width: 156rpx;
  107. margin-top: 16rpx;
  108. flex-direction: row;
  109. display: flex;
  110. justify-content: space-between;
  111. }
  112. .thumbnail_3 {
  113. width: 28rpx;
  114. height: 28rpx;
  115. margin: 4rpx 0 4rpx 0;
  116. }
  117. .text_4 {
  118. overflow-wrap: break-word;
  119. color: rgba(102, 102, 102, 1);
  120. font-size: 24rpx;
  121. font-family: PingFangSC-Regular;
  122. font-weight: normal;
  123. text-align: left;
  124. white-space: nowrap;
  125. line-height: 36rpx;
  126. }
  127. .text-wrapper_2 {
  128. display: flex;
  129. flex-direction: column;
  130. }
  131. .text_5 {
  132. overflow-wrap: break-word;
  133. color: rgba(51, 51, 51, 1);
  134. font-size: 24rpx;
  135. font-family: PingFangSC-Regular;
  136. font-weight: normal;
  137. text-align: left;
  138. white-space: nowrap;
  139. line-height: 36rpx;
  140. margin-right: 180rpx;
  141. }
  142. .text_6 {
  143. overflow-wrap: break-word;
  144. color: rgba(51, 51, 51, 1);
  145. font-size: 24rpx;
  146. font-family: PingFangSC-Regular;
  147. font-weight: normal;
  148. text-align: left;
  149. white-space: nowrap;
  150. line-height: 36rpx;
  151. margin-top: 16rpx;
  152. }
  153. .text-wrapper_3 {
  154. width: 212rpx;
  155. flex-direction: row;
  156. display: flex;
  157. justify-content: space-between;
  158. margin: 24rpx 410rpx 0 64rpx;
  159. }
  160. .text_7 {
  161. overflow-wrap: break-word;
  162. color: rgba(102, 102, 102, 1);
  163. font-size: 20rpx;
  164. font-family: PingFangSC-Regular;
  165. font-weight: normal;
  166. text-align: left;
  167. white-space: nowrap;
  168. line-height: 36rpx;
  169. margin-top: 4rpx;
  170. }
  171. .text_8 {
  172. overflow-wrap: break-word;
  173. color: rgba(237, 86, 159, 1);
  174. font-size: 28rpx;
  175. font-family: PingFangSC-Medium;
  176. font-weight: 500;
  177. text-align: left;
  178. white-space: nowrap;
  179. line-height: 44rpx;
  180. }
  181. .box_4 {
  182. background-color: rgba(238, 238, 238, 1.000000);
  183. width: 686rpx;
  184. height: 2rpx;
  185. margin-top: 32rpx;
  186. display: flex;
  187. flex-direction: column;
  188. }
  189. .text_11 {
  190. overflow-wrap: break-word;
  191. color: rgba(51, 51, 51, 1);
  192. font-size: 24rpx;
  193. font-family: PingFangSC-Regular;
  194. font-weight: normal;
  195. text-align: left;
  196. white-space: nowrap;
  197. line-height: 36rpx;
  198. margin-right: 180rpx;
  199. }
  200. .text_12 {
  201. overflow-wrap: break-word;
  202. color: rgba(51, 51, 51, 1);
  203. font-size: 24rpx;
  204. font-family: PingFangSC-Regular;
  205. font-weight: normal;
  206. text-align: left;
  207. white-space: nowrap;
  208. line-height: 36rpx;
  209. margin-top: 16rpx;
  210. }
  211. .text-wrapper_5 {
  212. width: 212rpx;
  213. flex-direction: row;
  214. display: flex;
  215. justify-content: space-between;
  216. margin: 24rpx 410rpx 0 64rpx;
  217. }
  218. .text_13 {
  219. overflow-wrap: break-word;
  220. color: rgba(102, 102, 102, 1);
  221. font-size: 20rpx;
  222. font-family: PingFangSC-Regular;
  223. font-weight: normal;
  224. text-align: left;
  225. white-space: nowrap;
  226. line-height: 36rpx;
  227. margin-top: 4rpx;
  228. }
  229. .text_14 {
  230. overflow-wrap: break-word;
  231. color: rgba(237, 86, 159, 1);
  232. font-size: 28rpx;
  233. font-family: PingFangSC-Medium;
  234. font-weight: 500;
  235. text-align: left;
  236. white-space: nowrap;
  237. line-height: 44rpx;
  238. }
  239. .box_6 {
  240. background-color: rgba(238, 238, 238, 1.000000);
  241. width: 686rpx;
  242. height: 2rpx;
  243. margin-top: 32rpx;
  244. display: flex;
  245. flex-direction: column;
  246. }
  247. .block_3 {
  248. background-color: rgba(247, 247, 247, 1.000000);
  249. border-radius: 50rpx;
  250. width: 686rpx;
  251. align-self: center;
  252. flex-direction: row;
  253. display: flex;
  254. position: fixed;
  255. bottom: 140rpx;
  256. justify-content: space-between;
  257. padding: 20rpx 32rpx 20rpx 40rpx;
  258. }
  259. .text_15 {
  260. overflow-wrap: break-word;
  261. color: rgba(51, 51, 51, 1);
  262. font-size: 28rpx;
  263. font-family: PingFangSC-Regular;
  264. font-weight: normal;
  265. text-align: left;
  266. white-space: nowrap;
  267. line-height: 44rpx;
  268. }
  269. .image-text_4 {
  270. width: 132rpx;
  271. flex-direction: row;
  272. display: flex;
  273. justify-content: space-between;
  274. }
  275. .text-group_4 {
  276. overflow-wrap: break-word;
  277. color: rgba(153, 153, 153, 1);
  278. font-size: 28rpx;
  279. font-family: PingFangSC-Regular;
  280. font-weight: normal;
  281. text-align: right;
  282. white-space: nowrap;
  283. line-height: 44rpx;
  284. }
  285. .thumbnail_6 {
  286. width: 32rpx;
  287. height: 32rpx;
  288. margin: 6rpx 0 6rpx 0;
  289. }
  290. .text-wrapper_6 {
  291. background-color: rgba(255, 224, 92, 1.000000);
  292. border-radius: 54rpx;
  293. align-self: center;
  294. margin-top: 24rpx;
  295. display: flex;
  296. flex-direction: column;
  297. width: 686rpx;
  298. padding: 20rpx 314rpx 20rpx 316rpx;
  299. }
  300. .text_16 {
  301. overflow-wrap: break-word;
  302. color: rgba(51, 51, 51, 1);
  303. font-size: 28rpx;
  304. font-family: PingFangSC-Regular;
  305. font-weight: normal;
  306. text-align: center;
  307. white-space: nowrap;
  308. line-height: 44rpx;
  309. }
  310. .tabBarLineHeight {
  311. height: 170rpx;
  312. }
  313. .tabBarView {
  314. position: fixed;
  315. bottom: 32rpx;
  316. left: 32rpx;
  317. .submitButton {
  318. text-align: center;
  319. line-height: 84rpx;
  320. width: 686rpx;
  321. height: 84rpx;
  322. background: #FFE05C;
  323. border-radius: 54rpx;
  324. }
  325. }