index.rpx.scss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  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. padding: 24rpx 32rpx;
  50. }
  51. .text_3 {
  52. overflow-wrap: break-word;
  53. color: rgba(51, 51, 51, 1);
  54. font-size: 28rpx;
  55. font-family: PingFangSC-Medium;
  56. font-weight: 500;
  57. text-align: left;
  58. white-space: nowrap;
  59. line-height: 44rpx;
  60. margin-left: 32rpx;
  61. }
  62. .box_3 {
  63. flex-direction: row;
  64. display: flex;
  65. margin-top: 24rpx;
  66. }
  67. .group_2 {
  68. margin-left: 32rpx;
  69. display: flex;
  70. flex-direction: column;
  71. }
  72. .image-text_2 {
  73. width: 156rpx;
  74. flex-direction: row;
  75. display: flex;
  76. justify-content: space-between;
  77. }
  78. .thumbnail_2 {
  79. width: 28rpx;
  80. height: 28rpx;
  81. margin: 4rpx 0 4rpx 0;
  82. }
  83. .text-group_2 {
  84. overflow-wrap: break-word;
  85. color: rgba(102, 102, 102, 1);
  86. font-size: 24rpx;
  87. font-family: PingFangSC-Regular;
  88. font-weight: normal;
  89. text-align: left;
  90. white-space: nowrap;
  91. line-height: 36rpx;
  92. }
  93. .group_3 {
  94. width: 156rpx;
  95. margin-top: 16rpx;
  96. flex-direction: row;
  97. display: flex;
  98. justify-content: space-between;
  99. }
  100. .thumbnail_3 {
  101. width: 28rpx;
  102. height: 28rpx;
  103. margin: 4rpx 0 4rpx 0;
  104. }
  105. .text_4 {
  106. overflow-wrap: break-word;
  107. color: rgba(102, 102, 102, 1);
  108. font-size: 24rpx;
  109. font-family: PingFangSC-Regular;
  110. font-weight: normal;
  111. text-align: left;
  112. white-space: nowrap;
  113. line-height: 36rpx;
  114. }
  115. .text-wrapper_2 {
  116. display: flex;
  117. flex-direction: column;
  118. }
  119. .text_5 {
  120. overflow-wrap: break-word;
  121. color: rgba(51, 51, 51, 1);
  122. font-size: 24rpx;
  123. font-family: PingFangSC-Regular;
  124. font-weight: normal;
  125. text-align: left;
  126. white-space: nowrap;
  127. line-height: 36rpx;
  128. margin-right: 180rpx;
  129. }
  130. .text_6 {
  131. overflow-wrap: break-word;
  132. color: rgba(51, 51, 51, 1);
  133. font-size: 24rpx;
  134. font-family: PingFangSC-Regular;
  135. font-weight: normal;
  136. text-align: left;
  137. white-space: nowrap;
  138. line-height: 36rpx;
  139. margin-top: 16rpx;
  140. }
  141. .text-wrapper_3 {
  142. margin-top: 24rpx;
  143. margin-left: 32rpx;
  144. }
  145. .text_7 {
  146. overflow-wrap: break-word;
  147. color: rgba(102, 102, 102, 1);
  148. font-size: 20rpx;
  149. font-family: PingFangSC-Regular;
  150. font-weight: normal;
  151. text-align: left;
  152. white-space: nowrap;
  153. line-height: 36rpx;
  154. margin-top: 4rpx;
  155. }
  156. .text_8 {
  157. overflow-wrap: break-word;
  158. color: rgba(237, 86, 159, 1);
  159. font-size: 28rpx;
  160. font-family: PingFangSC-Medium;
  161. font-weight: 500;
  162. text-align: left;
  163. white-space: nowrap;
  164. line-height: 44rpx;
  165. }
  166. .box_4 {
  167. background-color: rgba(238, 238, 238, 1.000000);
  168. width: 686rpx;
  169. height: 2rpx;
  170. margin-top: 32rpx;
  171. display: flex;
  172. flex-direction: column;
  173. }
  174. .text_11 {
  175. overflow-wrap: break-word;
  176. color: rgba(51, 51, 51, 1);
  177. font-size: 24rpx;
  178. font-family: PingFangSC-Regular;
  179. font-weight: normal;
  180. text-align: left;
  181. white-space: nowrap;
  182. line-height: 36rpx;
  183. margin-right: 180rpx;
  184. }
  185. .text_12 {
  186. overflow-wrap: break-word;
  187. color: rgba(51, 51, 51, 1);
  188. font-size: 24rpx;
  189. font-family: PingFangSC-Regular;
  190. font-weight: normal;
  191. text-align: left;
  192. white-space: nowrap;
  193. line-height: 36rpx;
  194. margin-top: 16rpx;
  195. }
  196. .text-wrapper_5 {
  197. width: 212rpx;
  198. flex-direction: row;
  199. display: flex;
  200. justify-content: space-between;
  201. margin: 24rpx 410rpx 0 64rpx;
  202. }
  203. .text_13 {
  204. overflow-wrap: break-word;
  205. color: rgba(102, 102, 102, 1);
  206. font-size: 20rpx;
  207. font-family: PingFangSC-Regular;
  208. font-weight: normal;
  209. text-align: left;
  210. white-space: nowrap;
  211. line-height: 36rpx;
  212. margin-top: 4rpx;
  213. }
  214. .text_14 {
  215. overflow-wrap: break-word;
  216. color: rgba(237, 86, 159, 1);
  217. font-size: 28rpx;
  218. font-family: PingFangSC-Medium;
  219. font-weight: 500;
  220. text-align: left;
  221. white-space: nowrap;
  222. line-height: 44rpx;
  223. }
  224. .box_6 {
  225. background-color: rgba(238, 238, 238, 1.000000);
  226. width: 686rpx;
  227. height: 2rpx;
  228. margin-top: 32rpx;
  229. display: flex;
  230. flex-direction: column;
  231. }
  232. .block_3 {
  233. background-color: rgba(247, 247, 247, 1.000000);
  234. border-radius: 50rpx;
  235. width: 686rpx;
  236. align-self: center;
  237. flex-direction: row;
  238. display: flex;
  239. justify-content: space-between;
  240. height: 84rpx;
  241. margin-top: 20rpx;
  242. }
  243. .text_15 {
  244. overflow-wrap: break-word;
  245. color: rgba(51, 51, 51, 1);
  246. font-size: 28rpx;
  247. font-family: PingFangSC-Regular;
  248. font-weight: normal;
  249. text-align: left;
  250. white-space: nowrap;
  251. line-height: 84rpx;
  252. }
  253. .image-text_4 {
  254. width: 132rpx;
  255. flex-direction: row;
  256. display: flex;
  257. justify-content: space-between;
  258. }
  259. .text-group_4 {
  260. overflow-wrap: break-word;
  261. color: rgba(153, 153, 153, 1);
  262. font-size: 28rpx;
  263. font-family: PingFangSC-Regular;
  264. font-weight: normal;
  265. text-align: right;
  266. white-space: nowrap;
  267. line-height: 84rpx;
  268. }
  269. .text-group_5 {
  270. overflow-wrap: break-word;
  271. color: red;
  272. font-size: 28rpx;
  273. font-family: PingFangSC-Regular;
  274. font-weight: normal;
  275. white-space: nowrap;
  276. }
  277. .thumbnail_6 {
  278. width: 32rpx;
  279. height: 32rpx;
  280. margin: 6rpx 0 6rpx 0;
  281. }
  282. .text-wrapper_6 {
  283. background-color: rgba(255, 224, 92, 1.000000);
  284. border-radius: 54rpx;
  285. align-self: center;
  286. margin-top: 24rpx;
  287. display: flex;
  288. flex-direction: column;
  289. width: 686rpx;
  290. padding: 20rpx 314rpx 20rpx 316rpx;
  291. }
  292. .text_16 {
  293. overflow-wrap: break-word;
  294. color: rgba(51, 51, 51, 1);
  295. font-size: 28rpx;
  296. font-family: PingFangSC-Regular;
  297. font-weight: normal;
  298. text-align: center;
  299. white-space: nowrap;
  300. line-height: 44rpx;
  301. }
  302. .tabBarLineHeight {
  303. height: 300rpx;
  304. }
  305. .submitButton {
  306. text-align: center;
  307. line-height: 84rpx;
  308. width: 686rpx;
  309. height: 84rpx;
  310. background: #FFE05C;
  311. border-radius: 54rpx;
  312. margin-top: 24rpx;
  313. }
  314. .text_9{
  315. margin-left: 24rpx;
  316. }
  317. .bottomView{
  318. }
  319. .outView{
  320. width: 600rpx;
  321. }
  322. .ticketView{
  323. width: 400rpx;
  324. height: 70rpx;
  325. border-radius: 35rpx;
  326. background: #F7F7F7;
  327. margin-left: 32rpx;
  328. }
  329. .ticketBtn{
  330. background: #F7F7F7;
  331. width: 200rpx;
  332. font-size: 28rpx;
  333. color: #333333;
  334. border-radius: 35rpx;
  335. line-height: 70rpx;
  336. text-align: center;
  337. }
  338. .ticketColor{
  339. background: #FFE05C;
  340. color: #FFFFFF;
  341. }
  342. .selectType{
  343. padding: 20rpx 34rpx;
  344. }
  345. .popupView{
  346. height: 300rpx;
  347. width: 750rpx;
  348. border-top-left-radius: 20rpx;
  349. border-top-right-radius: 20rpx;
  350. background: #FFFFFF;
  351. }
  352. .imageText{
  353. margin-top: 20rpx;
  354. }