index.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. .page {
  2. margin: auto;
  3. padding: 0 1rem 1rem;
  4. width: 80%;
  5. background: rgba(255, 255, 255, 0.78);
  6. box-shadow: 0rem 0rem 0.08rem 0.04rem rgba(212, 212, 212, 0.5);
  7. border-radius: 0.2rem;
  8. font-size: 0.43rem;
  9. font-weight: 400;
  10. color: #4a4a4a;
  11. background: linear-gradient(
  12. 193deg,
  13. rgba(226, 241, 250, 0.99) 0%,
  14. rgba(226, 241, 250, 0.99) 0%,
  15. rgba(255, 255, 255, 0.97) 100%
  16. );
  17. box-shadow: -0.04rem 66 1.35rem 0rem rgba(60, 93, 133, 0.72);
  18. border: 0.04rem solid rgba(255, 255, 255, 0.96);
  19. }
  20. .nameContainer {
  21. display: flex;
  22. justify-content: center;
  23. }
  24. .name {
  25. font-size: 0.34rem;
  26. font-family: PingFangSC, PingFang SC;
  27. font-weight: 400;
  28. color: #4a4a4a;
  29. line-height: 0.48rem;
  30. }
  31. .photo {
  32. margin-left: 0.5rem;
  33. margin-top: 0.16rem;
  34. font-size: 0.27rem;
  35. font-family: Helvetica;
  36. color: #615d5d;
  37. line-height: 0.28rem;
  38. }
  39. .head {
  40. padding-left: 0.1rem;
  41. display: flex;
  42. justify-content: space-between;
  43. align-items: center;
  44. .time {
  45. font-size: 0.27rem;
  46. font-family: PingFangSC, PingFang SC;
  47. font-weight: 400;
  48. color: #4a4a4a;
  49. line-height: 0.27rem;
  50. }
  51. .headRight {
  52. font-size: 0.27rem;
  53. font-family: Helvetica;
  54. color: #615d5d;
  55. line-height: 0.27rem;
  56. display: flex;
  57. flex-direction: column;
  58. align-items: flex-end;
  59. }
  60. }
  61. .title {
  62. margin: 0.4rem 0.4rem 0.2rem 0.4rem;
  63. font-size: 0.54rem;
  64. font-family: Helvetica;
  65. color: #3b3b3b;
  66. line-height: 0.54rem;
  67. letter-spacing: 0.06rem;
  68. }
  69. .titleContent {
  70. padding: 0.14rem 0.4rem;
  71. position: absolute;
  72. top: -0.27rem;
  73. left: 0.4rem;
  74. background-color: #1755ff;
  75. border-radius: 0.43rem;
  76. font-size: 0.27rem;
  77. font-family: Helvetica;
  78. color: #ffffff;
  79. letter-spacing: 0.04rem;
  80. }
  81. .scrollContent {
  82. height: calc(100vh - 2.2rem);
  83. overflow: auto;
  84. padding-top: 0.4rem;
  85. }
  86. .box {
  87. position: relative;
  88. margin-bottom: 1rem;
  89. box-sizing: border-box;
  90. padding: 0.04rem;
  91. border-radius: 0.4rem 0.1rem 0.4rem 0.1rem;
  92. background-image: -webkit-linear-gradient(#1755ff 0%, #ffffff 80%);
  93. box-shadow: 0.01rem 0.08rem 0.14rem 0rem rgba(0, 0, 0, 0.1);
  94. .main_in {
  95. padding-top: 0.4rem;
  96. width: 100%;
  97. height: 100%;
  98. border-radius: 0.4rem 0.1rem 0.4rem 0.1rem;
  99. background: linear-gradient(180deg, #ddf4ff 0%, #ffffff 100%);
  100. }
  101. .left {
  102. position: relative;
  103. left: 0.2rem;
  104. float: left;
  105. font-size: 0.3rem;
  106. font-family: PingFangSC, PingFang SC;
  107. font-weight: 400;
  108. color: #4a4a4a;
  109. line-height: 0.42rem;
  110. }
  111. .content {
  112. display: flex;
  113. justify-content: space-between;
  114. padding: 0.4rem 0.6rem 0.2rem;
  115. flex-wrap: wrap;
  116. }
  117. .item {
  118. width: 50%;
  119. margin-bottom: 0.18rem;
  120. font-size: 0.3rem;
  121. font-family: PingFangSC, PingFang SC;
  122. font-weight: 400;
  123. color: #4a4a4a;
  124. line-height: 0.42rem;
  125. }
  126. .smartText {
  127. margin-bottom: 0.18rem;
  128. font-size: 0.3rem;
  129. }
  130. .longWhiteBox {
  131. width: 48%;
  132. white-space: nowrap;
  133. padding: 0.02rem;
  134. height: 1.05rem;
  135. box-shadow: 0 0.05rem 0.14rem 0 rgba(141, 141, 141, 0.2);
  136. border-radius: 0.95rem;
  137. background-image: linear-gradient(
  138. 178deg,
  139. rgba(0, 166, 255, 1),
  140. rgba(255, 255, 255, 0)
  141. );
  142. }
  143. .longWhiteBoxIn {
  144. padding: 0 0.4rem;
  145. background: #ffffff;
  146. border-radius: 1rem;
  147. font-size: 0.3rem;
  148. font-family: Helvetica;
  149. color: #1755ff;
  150. line-height: 0.92rem;
  151. }
  152. .blueText {
  153. font-size: 0.3rem;
  154. font-family: Helvetica;
  155. color: #1755ff;
  156. line-height: 0.45rem;
  157. text-align: center;
  158. }
  159. .value {
  160. font-size: 0.54rem;
  161. font-family: Helvetica;
  162. color: #3b3b3b;
  163. line-height: 0.92rem;
  164. letter-spacing: 0.07rem;
  165. font-family: PangMenZhengDao-3, PangMenZhengDao-3;
  166. }
  167. .threeContent {
  168. margin: 0.62rem 0;
  169. display: flex;
  170. width: 100%;
  171. height: 1.86rem;
  172. background: #ecf8fd;
  173. box-shadow: 0rem 0.05rem 0.14rem 0rem rgba(141, 141, 141, 0.2);
  174. border-radius: 2.78rem;
  175. border: 0.01rem solid #00a6ff;
  176. .blueText;
  177. }
  178. .threeItem {
  179. flex: 1;
  180. margin: 0.22rem 0;
  181. border-right: 0.03rem solid #bcbaba;
  182. }
  183. .threeItem:last-child {
  184. border-right: none;
  185. }
  186. .unit {
  187. .blueText;
  188. text-align: left;
  189. color: #3b3b3b;
  190. }
  191. .circleContent {
  192. padding: 0 1rem;
  193. margin-bottom: 0.4rem;
  194. display: flex;
  195. justify-content: space-around;
  196. }
  197. .circle {
  198. padding: 0.3rem;
  199. width: 2.54rem;
  200. height: 2.54rem;
  201. background: url('@/assets/center/circle.png') no-repeat center;
  202. background-size: 100% 100%;
  203. .blueText;
  204. }
  205. .circleValue {
  206. .value;
  207. text-align: center;
  208. width: 1.8rem;
  209. height: 1.8rem;
  210. border-radius: 50%;
  211. line-height: 1.8rem;
  212. border: 0.04rem solid #1755ff;
  213. }
  214. .paddingContent {
  215. padding: 0 0.9rem;
  216. }
  217. .cutLine {
  218. background-color: #bcbaba;
  219. width: 100%;
  220. height: 0.01rem;
  221. }
  222. }