index.wxss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. /* pages/index/index.wxss */
  2. .index-container {
  3. width: 100%;
  4. height: 100%;
  5. overflow-y: auto;
  6. background-color: #F7F7F7;
  7. position: relative;
  8. padding-top: 1rpx;
  9. padding-bottom: 80rpx;
  10. }
  11. .header {
  12. width: 100%;
  13. height: 98rpx;
  14. background-color: #fff;
  15. }
  16. .main-header {
  17. width: 690rpx;
  18. height: 100%;
  19. margin: 0 auto;
  20. }
  21. .location {
  22. width: 100%;
  23. height: 100%;
  24. display: flex;
  25. justify-content: space-between;
  26. align-items: center;
  27. }
  28. .location-info {
  29. width: 80%;
  30. height: 100%;
  31. font-size: 26rpx;
  32. }
  33. .scan {
  34. width: 100rpx;
  35. height: 100%;
  36. display: flex;
  37. justify-content: flex-end;
  38. align-items: center;
  39. font-size: 26rpx;
  40. color: #9A1D16;
  41. }
  42. .l-text {
  43. font-size: 26rpx;
  44. font-weight: 400;
  45. color: #333333;
  46. margin-left: 14rpx;
  47. }
  48. .buy-conten {
  49. width: 690rpx;
  50. height: 152rpx;
  51. background: #FFFFFF;
  52. border-radius: 20rpx;
  53. margin: 22rpx auto 0;
  54. display: flex;
  55. justify-content: flex-start;
  56. align-items: center;
  57. }
  58. .blance {
  59. width: 374rpx;
  60. height: 112rpx;
  61. padding-left: 20rpx;
  62. }
  63. .count {
  64. height: 56rpx;
  65. align-items: stretch;
  66. }
  67. .default-tag {
  68. width: 112rpx;
  69. height: 112rpx;
  70. background-color: rgba(69, 166, 181, .1);
  71. border-radius: 20rpx;
  72. margin-left: 20rpx;
  73. }
  74. .quanyi-img {
  75. width: 112rpx;
  76. height: 112rpx;
  77. }
  78. .desc-text {
  79. font-size: 26rpx;
  80. height: 56rpx;
  81. font-weight: 400;
  82. color: #333333;
  83. }
  84. .bolder-text {
  85. font-size: 48rpx;
  86. font-weight: bold;
  87. color: #333333;
  88. }
  89. .buy-btn {
  90. width: 144rpx;
  91. height: 60rpx;
  92. background: #45A6B5;
  93. border-radius: 10rpx;
  94. color: #fff;
  95. text-align: center;
  96. line-height: 60rpx;
  97. font-size: 26rpx;
  98. font-weight: 400;
  99. }
  100. .file-info {
  101. width: 690rpx;
  102. min-height: 254rpx;
  103. height: auto;
  104. margin: 20rpx auto 0;
  105. background: #FFFFFF;
  106. border-radius: 20rpx;
  107. position: relative;
  108. }
  109. .file-title {
  110. width: 100%;
  111. height: 66rpx;
  112. display: flex;
  113. justify-content: space-between;
  114. align-items: center;
  115. }
  116. .title {
  117. font-size: 30rpx;
  118. font-weight: bold;
  119. color: #333333;
  120. margin-left: 20rpx;
  121. }
  122. .nav-tap {
  123. display: flex;
  124. align-items: center;
  125. height: 100%;
  126. margin-right: 28rpx;
  127. }
  128. .nav-title {
  129. font-size: 26rpx;
  130. font-weight: 400;
  131. color: #999999;
  132. margin-right: 10rpx;
  133. }
  134. .file-content {
  135. width: 100%;
  136. min-height: 160rpx;
  137. /* max-height: 480rpx;
  138. overflow-y: scroll; */
  139. }
  140. .file-left {
  141. width: max-content;
  142. height: 100%;
  143. display: flex;
  144. justify-content: flex-start;
  145. align-items: center;
  146. }
  147. .header-img {
  148. width: 80rpx;
  149. height: 80rpx;
  150. border-radius: 50%;
  151. }
  152. .headImg {
  153. width: 80rpx;
  154. height: 80rpx;
  155. border-radius: 50%;
  156. }
  157. .person {
  158. margin: 0 30rpx 0 14rpx;
  159. }
  160. .person .p-info .sex-tag{
  161. width: 30rpx;
  162. height: 30rpx;
  163. margin-left: 12rpx;
  164. }
  165. .sex-img {
  166. width: 30rpx;
  167. height: 30rpx;
  168. }
  169. .name-text{
  170. font-size: 30rpx;
  171. font-weight: bold;
  172. color: #333333;
  173. }
  174. .p-date{
  175. font-size: 26rpx;
  176. font-weight: 400;
  177. color: #999999;
  178. }
  179. .qrcode {
  180. width: 60rpx;
  181. height: 60rpx;
  182. }
  183. .qrcode-item {
  184. width: 60rpx;
  185. height: 60rpx;
  186. }
  187. .no-data {
  188. width: 100%;
  189. height: 100%;
  190. }
  191. .nodata-img {
  192. height: 156rpx;
  193. width: 184rpx;
  194. }
  195. .none-data-text {
  196. font-size: 26rpx;
  197. font-weight: 400;
  198. color: #999999;
  199. margin-left: 10rpx;
  200. }
  201. .file-item {
  202. width: 100%;
  203. height: 160rpx;
  204. }
  205. .main-con {
  206. width: 648rpx;
  207. height: 100%;
  208. margin: 0 auto;
  209. border-bottom: 1rpx solid #DDD;
  210. display: flex;
  211. justify-content: space-between;
  212. align-items: center;
  213. }
  214. .no-border {
  215. border: 0;
  216. }
  217. .absolute-btn {
  218. position: absolute;
  219. bottom: -28rpx;
  220. left: calc(50% - 95rpx);
  221. width: 190rpx;
  222. height: 60rpx;
  223. background: linear-gradient(180deg, #7BD2DB 0%, #45A6B5 100%);
  224. box-shadow: 0 4rpx 8rpx 0 rgba(69,166,181,0.3);
  225. border-radius: 30rpx;
  226. font-size: 26rpx;
  227. font-weight: 400;
  228. color: #FFFFFF;
  229. }
  230. .check-report {
  231. font-size: 26rpx;
  232. font-weight: 400;
  233. color: #45A6B5;
  234. padding: 10px 0;
  235. }
  236. .index-banner {
  237. width: 690rpx;
  238. height: 690rpx;
  239. margin: 40rpx auto 0;
  240. }
  241. .index-img {
  242. width: 100%;
  243. height: 100%;
  244. }
  245. .wrapper {
  246. height: 100%;
  247. align-items: flex-start;
  248. }
  249. .modal {
  250. width: 558rpx;
  251. min-height: 522rpx;
  252. background-color: #fff;
  253. border-radius: 20rpx;
  254. margin-top: 300rpx;
  255. padding-bottom: 20rpx;
  256. }
  257. .status-icon {
  258. width: 100%;
  259. height: auto;
  260. display: flex;
  261. justify-content: center;
  262. align-items: center;
  263. margin-top: 90rpx;
  264. }
  265. .status-img {
  266. width: 144rpx;
  267. height: 144rpx;
  268. }
  269. .status-text {
  270. font-size: 26rpx;
  271. font-weight: 400;
  272. color: #333333;
  273. text-align: center;
  274. margin-top: 40rpx;
  275. }
  276. .scan-msg {
  277. display: inline-block;
  278. width: 518rpx;
  279. margin: 0 auto;
  280. }
  281. .actions {
  282. width: 100%;
  283. margin-top: 80rpx;
  284. }
  285. .status-btn {
  286. width: 210rpx;
  287. height: 68rpx;
  288. border-radius: 10px;
  289. font-size: 26rpx;
  290. font-weight: 400;
  291. color: #FFFFFF;
  292. }
  293. .my-dialog {
  294. width: 100%;
  295. height: 100%;
  296. position: absolute;
  297. top: 0;
  298. background-color: rgba(0,0,0,0.7);
  299. display: flex;
  300. justify-content: center;
  301. align-items: flex-start;
  302. }
  303. .qr-content {
  304. width: 520rpx;
  305. height: 490rpx;
  306. background: #FFFFFF;
  307. border-radius: 20rpx;
  308. margin-top: 320rpx;
  309. position: relative;
  310. }
  311. .qr-title {
  312. padding: 30rpx 0;
  313. text-align: center;
  314. font-size: 30rpx;
  315. font-weight: bold;
  316. color: #333333;
  317. }
  318. .qr-content-img {
  319. width: 360rpx;
  320. height: 360rpx;
  321. margin-left: calc(50% - 180rpx);
  322. }
  323. .qr-close {
  324. width: 70rpx;
  325. height: 126rpx;
  326. position: absolute;
  327. left: calc(50% - 35rpx);
  328. bottom: -125rpx;
  329. display: flex;
  330. flex-direction: column;
  331. justify-content: center;
  332. align-items: center;
  333. }
  334. .ver-line {
  335. width: 4rpx;
  336. height: 56rpx;
  337. background-color: #fff;
  338. }
  339. .qe-close-icon {
  340. width: 70rpx;
  341. height: 70rpx;
  342. border-radius: 50%;
  343. border: 2px solid #fff;
  344. box-sizing: border-box;
  345. }
  346. .wrapper {
  347. height: 100%;
  348. align-items: center;
  349. }
  350. .action-modal {
  351. width: 540rpx;
  352. min-height: 280rpx;
  353. background: #FFFFFF;
  354. border-radius: 24rpx;
  355. margin-top: 300rpx;
  356. }
  357. .userinfo-auth-modal {
  358. width: 498rpx;
  359. height: 496rpx;
  360. background: #FFFFFF;
  361. border-radius: 5px;
  362. }
  363. .modal-title {
  364. height: 82rpx;
  365. text-align: center;
  366. line-height: 82rpx;
  367. font-size: 30rpx;
  368. font-weight: bold;
  369. color: #333333;
  370. }
  371. .px-border {
  372. height: 1rpx;
  373. transform: scaleY(0.5);
  374. transform-origin: 50% 100%;
  375. background-color: #dddddd;
  376. }
  377. .app-logo {
  378. height: 80rpx;
  379. text-align: center;
  380. margin: 30rpx 0;
  381. }
  382. .auth-text {
  383. width: 418rpx;
  384. margin: 0 auto;
  385. font-size: 26rpx;
  386. font-weight: 400;
  387. color: #333333;
  388. }
  389. .logopng {
  390. width: 80rpx;
  391. height: 80rpx;
  392. border-radius: 50%;
  393. }
  394. .auth-btn {
  395. width: 418rpx;
  396. border-radius: 10rpx;
  397. margin-top: 80rpx;
  398. background-color: var(--maincolor);
  399. color: #fff;
  400. font-size: 26rpx;
  401. }