index.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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.3rem 0 0.02rem;
  134. text-align: center;
  135. }
  136. .longWhiteBoxIn {
  137. text-align: center;
  138. padding: 0.2rem 0.4rem 0;
  139. background: #ffffff;
  140. border-radius: 1rem;
  141. font-size: 0.3rem;
  142. font-family: Helvetica;
  143. color: #1755ff;
  144. // line-height: 0.92rem;
  145. }
  146. .blueText {
  147. font-size: 0.3rem;
  148. font-family: Helvetica;
  149. color: #1755ff;
  150. line-height: 0.45rem;
  151. text-align: center;
  152. }
  153. .value {
  154. font-size: 0.54rem;
  155. font-family: Helvetica;
  156. color: #3b3b3b;
  157. line-height: 0.92rem;
  158. letter-spacing: 0.07rem;
  159. font-family: PangMenZhengDao-3, PangMenZhengDao-3;
  160. }
  161. .threeContent {
  162. margin: 0.62rem 0;
  163. display: flex;
  164. width: 100%;
  165. height: 1.86rem;
  166. // background: #ecf8fd;
  167. // box-shadow: 0rem 0.05rem 0.14rem 0rem rgba(141, 141, 141, 0.2);
  168. // border-radius: 2.78rem;
  169. // border: 0.01rem solid #00a6ff;
  170. .blueText;
  171. }
  172. .threeItem {
  173. flex: 1;
  174. margin: 0.22rem 0;
  175. border-right: 0.03rem solid #bcbaba;
  176. }
  177. .threeItem:last-child {
  178. border-right: none;
  179. }
  180. .unit {
  181. .blueText;
  182. text-align: left;
  183. color: #3b3b3b;
  184. }
  185. .circleContent {
  186. padding: 0 1rem;
  187. margin-bottom: 0.4rem;
  188. display: flex;
  189. justify-content: space-around;
  190. }
  191. .circle {
  192. padding: 0.3rem;
  193. width: 2.54rem;
  194. height: 2.54rem;
  195. // background: url('@/assets/center/circle.png') no-repeat center;
  196. // background-size: 100% 100%;
  197. .blueText;
  198. }
  199. .circleValue {
  200. .value;
  201. margin: auto;
  202. text-align: center;
  203. width: 1.8rem;
  204. height: 1.8rem;
  205. border-radius: 50%;
  206. line-height: 1.8rem;
  207. border: 0.04rem solid #1755ff;
  208. }
  209. .ValueSmall {
  210. .value;
  211. text-align: center;
  212. width: 2rem;
  213. height: 1.2rem;
  214. line-height: 1.2rem;
  215. }
  216. .paddingContent {
  217. padding: 0 0.9rem;
  218. }
  219. .cutLine {
  220. background-color: #bcbaba;
  221. width: 100%;
  222. height: 0.01rem;
  223. }
  224. }