index.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. /* pages/index/index.wxss */
  2. .index-container {
  3. width: 100%;
  4. min-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-color: rgba(69, 166, 181, .1);
  64. border-radius: 20rpx;
  65. margin-left: 20rpx;
  66. }
  67. .quanyi-img {
  68. width: 112rpx;
  69. height: 112rpx;
  70. }
  71. .desc-text {
  72. font-size: 26rpx;
  73. height: 56rpx;
  74. font-weight: 400;
  75. color: #333333;
  76. }
  77. .bolder-text {
  78. font-size: 48rpx;
  79. font-weight: bold;
  80. color: #333333;
  81. }
  82. .buy-btn {
  83. width: 144rpx;
  84. height: 60rpx;
  85. background: #45A6B5;
  86. border-radius: 10rpx;
  87. color: #fff;
  88. text-align: center;
  89. line-height: 60rpx;
  90. font-size: 26rpx;
  91. font-weight: 400;
  92. }
  93. .file-info {
  94. width: 690rpx;
  95. min-height: 254rpx;
  96. height: auto;
  97. margin: 20rpx auto 0;
  98. background: #FFFFFF;
  99. border-radius: 20rpx;
  100. position: relative;
  101. }
  102. .file-title {
  103. width: 100%;
  104. height: 66rpx;
  105. display: flex;
  106. justify-content: space-between;
  107. align-items: center;
  108. }
  109. .title {
  110. font-size: 30rpx;
  111. font-weight: bold;
  112. color: #333333;
  113. margin-left: 20rpx;
  114. }
  115. .nav-tap {
  116. display: flex;
  117. align-items: center;
  118. height: 100%;
  119. margin-right: 28rpx;
  120. }
  121. .nav-title {
  122. font-size: 26rpx;
  123. font-weight: 400;
  124. color: #999999;
  125. margin-right: 10rpx;
  126. }
  127. .file-content {
  128. width: 100%;
  129. min-height: 160rpx;
  130. /* max-height: 480rpx;
  131. overflow-y: scroll; */
  132. }
  133. .file-left {
  134. width: max-content;
  135. height: 100%;
  136. display: flex;
  137. justify-content: flex-start;
  138. align-items: center;
  139. }
  140. .header-img {
  141. width: 80rpx;
  142. height: 80rpx;
  143. border-radius: 50%;
  144. }
  145. .headImg {
  146. width: 80rpx;
  147. height: 80rpx;
  148. border-radius: 50%;
  149. }
  150. .person {
  151. margin: 0 30rpx 0 14rpx;
  152. }
  153. .person .p-info .sex-tag{
  154. width: 30rpx;
  155. height: 30rpx;
  156. margin-left: 12rpx;
  157. }
  158. .sex-img {
  159. width: 30rpx;
  160. height: 30rpx;
  161. }
  162. .name-text{
  163. font-size: 30rpx;
  164. font-weight: bold;
  165. color: #333333;
  166. }
  167. .p-date{
  168. font-size: 26rpx;
  169. font-weight: 400;
  170. color: #999999;
  171. }
  172. .qrcode {
  173. width: 60rpx;
  174. height: 60rpx;
  175. background: #000000;
  176. }
  177. .no-data {
  178. width: 100%;
  179. height: 100%;
  180. }
  181. .nodata-img {
  182. height: 156rpx;
  183. width: 184rpx;
  184. }
  185. .none-data-text {
  186. font-size: 26rpx;
  187. font-weight: 400;
  188. color: #999999;
  189. margin-left: 10rpx;
  190. }
  191. .file-item {
  192. width: 100%;
  193. height: 160rpx;
  194. }
  195. .main-con {
  196. width: 648rpx;
  197. height: 100%;
  198. margin: 0 auto;
  199. border-bottom: 1rpx solid #DDD;
  200. display: flex;
  201. justify-content: space-between;
  202. align-items: center;
  203. }
  204. .no-border {
  205. border: 0;
  206. }
  207. .absolute-btn {
  208. position: absolute;
  209. bottom: -28rpx;
  210. left: calc(50% - 95rpx);
  211. width: 190rpx;
  212. height: 60rpx;
  213. background: linear-gradient(180deg, #7BD2DB 0%, #45A6B5 100%);
  214. box-shadow: 0 4rpx 8rpx 0 rgba(69,166,181,0.3);
  215. border-radius: 30rpx;
  216. font-size: 26rpx;
  217. font-weight: 400;
  218. color: #FFFFFF;
  219. }
  220. .check-report {
  221. font-size: 26rpx;
  222. font-weight: 400;
  223. color: #45A6B5;
  224. padding: 10px 0;
  225. }
  226. .index-banner {
  227. width: 690rpx;
  228. height: 690rpx;
  229. margin: 40rpx auto 0;
  230. }
  231. .index-img {
  232. width: 100%;
  233. height: 100%;
  234. }