index.wxss 5.4 KB

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