index.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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: 600;
  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: 600;
  98. color: #333333;
  99. margin-left: 20rpx;
  100. }
  101. .nav-tap {
  102. margin-right: 28rpx;
  103. }
  104. .nav-title {
  105. font-size: 26rpx;
  106. font-weight: 400;
  107. color: #999999;
  108. margin-right: 10rpx;
  109. }
  110. .file-content {
  111. width: 100%;
  112. min-height: 160rpx;
  113. max-height: 480rpx;
  114. overflow-y: scroll;
  115. }
  116. .file-left {
  117. width: max-content;
  118. height: 100%;
  119. display: flex;
  120. justify-content: flex-start;
  121. align-items: center;
  122. }
  123. .header-img {
  124. width: 80rpx;
  125. height: 80rpx;
  126. border-radius: 50%;
  127. background-color: #f66;
  128. }
  129. .person {
  130. margin: 0 30rpx 0 14rpx;
  131. }
  132. .person .p-info .sex-tag{
  133. width: 30rpx;
  134. height: 30rpx;
  135. }
  136. .name-text{
  137. font-size: 30rpx;
  138. font-weight: 600;
  139. color: #333333;
  140. }
  141. .p-date{
  142. font-size: 26rpx;
  143. font-weight: 400;
  144. color: #999999;
  145. }
  146. .qrcode {
  147. width: 60rpx;
  148. height: 60rpx;
  149. background: #000000;
  150. }
  151. .no-data {
  152. width: 100%;
  153. height: 100%;
  154. }
  155. .none-data-text {
  156. font-size: 26rpx;
  157. font-weight: 400;
  158. color: #999999;
  159. }
  160. .file-item {
  161. width: 100%;
  162. height: 160rpx;
  163. }
  164. .main-con {
  165. width: 648rpx;
  166. height: 100%;
  167. margin: 0 auto;
  168. border-bottom: 1rpx solid #DDD;
  169. display: flex;
  170. justify-content: space-between;
  171. align-items: center;
  172. }
  173. .no-border {
  174. border: 0;
  175. }
  176. .absolute-btn {
  177. position: absolute;
  178. bottom: -28rpx;
  179. left: calc(50% - 95rpx);
  180. width: 190rpx;
  181. height: 60rpx;
  182. background: linear-gradient(180deg, #7BD2DB 0%, #45A6B5 100%);
  183. box-shadow: 0 4rpx 8rpx 0 rgba(69,166,181,0.3);
  184. border-radius: 30rpx;
  185. font-size: 26rpx;
  186. font-weight: 400;
  187. color: #FFFFFF;
  188. }
  189. .check-report {
  190. font-size: 26rpx;
  191. font-weight: 400;
  192. color: #45A6B5;
  193. padding: 10px 0;
  194. }