index.wxss 3.2 KB

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