index.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. page {
  2. background: #F7F8F9;
  3. }
  4. .back-top {
  5. width: 100vw;
  6. height: 430rpx;
  7. position: absolute;
  8. z-index: -11;
  9. top: 0;
  10. background-size: contain;
  11. }
  12. .avatar {
  13. width: 72rpx;
  14. height: 72rpx;
  15. border-radius: 50%;
  16. background: #fff;
  17. margin-left: 44rpx;
  18. margin-right: 20rpx;
  19. }
  20. .data {
  21. width: 694rpx;
  22. height: 328rpx;
  23. background: #0089FD;
  24. border-radius: 8rpx;
  25. margin: 0 auto;
  26. margin-top: 32rpx;
  27. color: #fff;
  28. padding: 40rpx 50rpx;
  29. }
  30. .data .data-box {
  31. width: 240rpx;
  32. }
  33. .shu {
  34. width: 2rpx;
  35. height: 71rpx;
  36. opacity: 0.5;
  37. border-left: 1rpx solid #FFFFFF;
  38. }
  39. .data .nums {
  40. font-size: 48rpx;
  41. font-family: Helvetica-Bold, Helvetica;
  42. font-weight: bold;
  43. color: #FFFFFF;
  44. margin-bottom: 16rpx;
  45. }
  46. .data .unit {
  47. font-size: 26rpx;
  48. font-family: Helvetica-Bold, Helvetica;
  49. font-weight: bold;
  50. color: #FFFFFF;
  51. margin-left: 18rpx;
  52. }
  53. .data .text {
  54. font-family: PingFangSC-Regular, PingFang SC;
  55. font-weight: 400;
  56. color: #FFFFFF;
  57. line-height: 22rpx;
  58. }
  59. .func {
  60. width: 694rpx;
  61. height: 600rpx;
  62. background: #FFFFFF;
  63. box-shadow: 0px 4rpx 14rpx 0rpx rgba(0, 0, 0, 0.02);
  64. border-radius: 8rpx;
  65. margin: 0 auto;
  66. margin-top: 20rpx;
  67. position: relative;
  68. }
  69. .func .icon {
  70. width: 80rpx;
  71. height: 80rpx;
  72. margin-right: 38rpx;
  73. }
  74. .func .title {
  75. font-size: 36rpx;
  76. font-family: PingFangSC-Medium, PingFang SC;
  77. font-weight: 500;
  78. color: #2A3245;
  79. }
  80. .func .text {
  81. font-size: 30rpx;
  82. color: #A3A8B3;
  83. margin-right: 12rpx;
  84. }
  85. .func .num {
  86. font-size: 36rpx;
  87. color: #2A3245;
  88. }
  89. .func-line {
  90. width: 590rpx;
  91. height: 200rpx;
  92. margin: 0 auto;
  93. border-bottom: 1px solid #dee2e9;
  94. }
  95. .func-shu {
  96. height: calc(100% - 120rpx);
  97. border-left: 1rpx solid #E1E5ED;
  98. position: absolute;
  99. top: 60rpx;
  100. left: 50%;
  101. }
  102. .func-line-right {
  103. width: 240rpx;
  104. }