index.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. /* pages/index/index.wxss */
  2. .index-container {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #F7F7F7;
  6. }
  7. .header {
  8. width: 100%;
  9. height: 98rpx;
  10. background-color: #fff;
  11. }
  12. .main-header {
  13. width: 690rpx;
  14. height: 100%;
  15. margin: 0 auto;
  16. }
  17. .location {
  18. width: 100%;
  19. height: 100%;
  20. display: flex;
  21. justify-content: space-between;
  22. align-items: center;
  23. }
  24. .location-info {
  25. width: 345rpx;
  26. height: 100%;
  27. }
  28. .scan {
  29. width: 100rpx;
  30. height: 100%;
  31. display: flex;
  32. justify-content: flex-end;
  33. align-items: center;
  34. }
  35. .l-text {
  36. font-size: 26rpx;
  37. font-weight: 400;
  38. color: #333333;
  39. margin-left: 14rpx;
  40. }
  41. .buy-conten {
  42. width: 690rpx;
  43. height: 152rpx;
  44. background: #FFFFFF;
  45. border-radius: 20rpx;
  46. margin: 22rpx auto 0;
  47. display: flex;
  48. justify-content: flex-start;
  49. align-items: center;
  50. }
  51. .blance {
  52. width: 374rpx;
  53. height: 112rpx;
  54. padding-left: 20rpx;
  55. }
  56. .count {
  57. height: 56rpx;
  58. align-items: stretch;
  59. }
  60. .default-tag {
  61. width: 112rpx;
  62. height: 112rpx;
  63. background: #45A6B5;
  64. border-radius: 20rpx;
  65. opacity: 0.1;
  66. margin-left: 20rpx;
  67. }
  68. .desc-text {
  69. font-size: 26rpx;
  70. height: 56rpx;
  71. font-weight: 400;
  72. color: #333333;
  73. }
  74. .bolder-text {
  75. font-size: 48rpx;
  76. font-weight: bold;
  77. color: #333333;
  78. }
  79. .buy-btn {
  80. width: 144rpx;
  81. height: 60rpx;
  82. background: #45A6B5;
  83. border-radius: 10rpx;
  84. color: #fff;
  85. text-align: center;
  86. line-height: 60rpx;
  87. font-size: 26rpx;
  88. font-weight: 400;
  89. }
  90. .file-info {
  91. width: 690rpx;
  92. min-height: 254rpx;
  93. height: auto;
  94. margin: 20rpx auto 0;
  95. background: #FFFFFF;
  96. border-radius: 20rpx;
  97. position: relative;
  98. }
  99. .file-title {
  100. width: 100%;
  101. height: 66rpx;
  102. display: flex;
  103. justify-content: space-between;
  104. align-items: center;
  105. }
  106. .title {
  107. font-size: 30rpx;
  108. font-weight: bold;
  109. color: #333333;
  110. margin-left: 20rpx;
  111. }
  112. .nav-tap {
  113. display: flex;
  114. align-items: center;
  115. height: 100%;
  116. margin-right: 28rpx;
  117. }
  118. .nav-title {
  119. font-size: 26rpx;
  120. font-weight: 400;
  121. color: #999999;
  122. margin-right: 10rpx;
  123. }
  124. .file-content {
  125. width: 100%;
  126. min-height: 160rpx;
  127. max-height: 480rpx;
  128. overflow-y: scroll;
  129. }
  130. .file-left {
  131. width: max-content;
  132. height: 100%;
  133. display: flex;
  134. justify-content: flex-start;
  135. align-items: center;
  136. }
  137. .header-img {
  138. width: 80rpx;
  139. height: 80rpx;
  140. border-radius: 50%;
  141. background-color: #f66;
  142. }
  143. .person {
  144. margin: 0 30rpx 0 14rpx;
  145. }
  146. .person .p-info .sex-tag{
  147. width: 30rpx;
  148. height: 30rpx;
  149. }
  150. .name-text{
  151. font-size: 30rpx;
  152. font-weight: bold;
  153. color: #333333;
  154. }
  155. .p-date{
  156. font-size: 26rpx;
  157. font-weight: 400;
  158. color: #999999;
  159. }
  160. .qrcode {
  161. width: 60rpx;
  162. height: 60rpx;
  163. background: #000000;
  164. }
  165. .no-data {
  166. width: 100%;
  167. height: 100%;
  168. }
  169. .nodata-img {
  170. height: 156rpx;
  171. width: 184rpx;
  172. }
  173. .none-data-text {
  174. font-size: 26rpx;
  175. font-weight: 400;
  176. color: #999999;
  177. margin-left: 10rpx;
  178. }
  179. .file-item {
  180. width: 100%;
  181. height: 160rpx;
  182. }
  183. .main-con {
  184. width: 648rpx;
  185. height: 100%;
  186. margin: 0 auto;
  187. border-bottom: 1rpx solid #DDD;
  188. display: flex;
  189. justify-content: space-between;
  190. align-items: center;
  191. }
  192. .no-border {
  193. border: 0;
  194. }
  195. .absolute-btn {
  196. position: absolute;
  197. bottom: -28rpx;
  198. left: calc(50% - 95rpx);
  199. width: 190rpx;
  200. height: 60rpx;
  201. background: linear-gradient(180deg, #7BD2DB 0%, #45A6B5 100%);
  202. box-shadow: 0 4rpx 8rpx 0 rgba(69,166,181,0.3);
  203. border-radius: 30rpx;
  204. font-size: 26rpx;
  205. font-weight: 400;
  206. color: #FFFFFF;
  207. }
  208. .check-report {
  209. font-size: 26rpx;
  210. font-weight: 400;
  211. color: #45A6B5;
  212. padding: 10px 0;
  213. }
  214. .index-banner {
  215. width: 690rpx;
  216. height: 690rpx;
  217. margin: 40rpx auto 0;
  218. }
  219. .index-img {
  220. width: 100%;
  221. height: 100%;
  222. }