index.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. view.data-v-4dcceeb0 {
  5. box-sizing: border-box;
  6. }
  7. .container.data-v-4dcceeb0 {
  8. min-height: 100vh;
  9. }
  10. .container .topBox.data-v-4dcceeb0 {
  11. height: 370rpx;
  12. padding-top: 38rpx;
  13. padding-left: 30rpx;
  14. padding-right: 30rpx;
  15. background: #028BFC;
  16. display: flex;
  17. flex-direction: column;
  18. justify-content: space-between;
  19. background-size: 100% 100%;
  20. background-repeat: no-repeat;
  21. }
  22. .container .topBox .userBox.data-v-4dcceeb0 {
  23. display: flex;
  24. align-items: center;
  25. }
  26. .container .topBox .userBox .avatar.data-v-4dcceeb0 {
  27. width: 120rpx;
  28. height: 120rpx;
  29. border-radius: 50%;
  30. border: 2rpx solid #fff;
  31. margin-right: 24rpx;
  32. }
  33. .container .topBox .userBox .nickname.data-v-4dcceeb0 {
  34. font-size: 36rpx;
  35. font-family: PingFang-SC, PingFang-SC;
  36. font-weight: 800;
  37. color: #FFFFFF;
  38. margin-right: 20rpx;
  39. }
  40. .container .topBox .userBox .icon.data-v-4dcceeb0 {
  41. width: 28rpx;
  42. height: 28rpx;
  43. }
  44. .container .topBox .infoBox.data-v-4dcceeb0 {
  45. font-size: 30rpx;
  46. font-family: SourceHanSansCN, SourceHanSansCN;
  47. font-weight: bold;
  48. color: #FFFFFF;
  49. display: flex;
  50. align-items: center;
  51. height: 145rpx;
  52. padding-left: 48rpx;
  53. padding-right: 48rpx;
  54. justify-content: space-between;
  55. position: relative;
  56. z-index: 1;
  57. background-size: 100% 100%;
  58. background-repeat: no-repeat;
  59. padding-bottom: 20rpx;
  60. }
  61. .container .topBox .infoBox .left.data-v-4dcceeb0 {
  62. display: flex;
  63. align-items: center;
  64. }
  65. .container .topBox .infoBox .left .icon.data-v-4dcceeb0 {
  66. width: 48rpx;
  67. height: 48rpx;
  68. margin-right: 16rpx;
  69. }
  70. .container .topBox .infoBox .btn.data-v-4dcceeb0 {
  71. width: 130rpx;
  72. height: 46rpx;
  73. background: #F7E0AB;
  74. border-radius: 23rpx;
  75. font-size: 24rpx;
  76. font-family: SourceHanSansCN, SourceHanSansCN;
  77. font-weight: 500;
  78. color: #1F3045;
  79. display: flex;
  80. align-items: center;
  81. justify-content: center;
  82. }
  83. .contentBox.data-v-4dcceeb0 {
  84. min-height: 970rpx;
  85. margin-top: -40rpx;
  86. position: relative;
  87. z-index: 2;
  88. padding-top: 40rpx;
  89. padding-left: 30rpx;
  90. padding-right: 30rpx;
  91. background-size: 100% 100%;
  92. background-repeat: no-repeat;
  93. }
  94. .contentBox .tabBox.data-v-4dcceeb0 {
  95. display: flex;
  96. justify-content: space-between;
  97. }
  98. .contentBox .tabBox .item.data-v-4dcceeb0 {
  99. width: 48%;
  100. height: 150rpx;
  101. background: #FFFFFF;
  102. box-shadow: 0rpx 4rpx 20rpx -14rpx rgba(1, 135, 255, 0.38);
  103. border-radius: 28rpx;
  104. display: flex;
  105. align-items: center;
  106. padding-left: 24rpx;
  107. }
  108. .contentBox .tabBox .item .icon.data-v-4dcceeb0 {
  109. width: 50rpx;
  110. height: 50rpx;
  111. margin-right: 16rpx;
  112. }
  113. .contentBox .tabBox .item .t1.data-v-4dcceeb0 {
  114. font-size: 30rpx;
  115. font-family: SourceHanSansCN, SourceHanSansCN;
  116. font-weight: bold;
  117. color: #333333;
  118. margin-bottom: 12rpx;
  119. }
  120. .contentBox .tabBox .item .t2.data-v-4dcceeb0 {
  121. font-size: 22rpx;
  122. font-family: SourceHanSansCN, SourceHanSansCN;
  123. font-weight: 400;
  124. color: #999999;
  125. }
  126. .contentBox .serListBox.data-v-4dcceeb0 {
  127. padding-bottom: 200rpx;
  128. }
  129. .contentBox .serListBox .item.data-v-4dcceeb0 {
  130. display: flex;
  131. align-items: center;
  132. justify-content: space-between;
  133. height: 142rpx;
  134. border-bottom: 1rpx solid #E6E6E6;
  135. }
  136. .contentBox .serListBox .item .left.data-v-4dcceeb0 {
  137. height: 100%;
  138. display: flex;
  139. align-items: center;
  140. font-size: 32rpx;
  141. font-family: PingFang-SC, PingFang-SC;
  142. font-weight: 500;
  143. color: #333333;
  144. }
  145. .contentBox .serListBox .item .left .icon.data-v-4dcceeb0 {
  146. width: 40rpx;
  147. height: 40rpx;
  148. margin-right: 8rpx;
  149. }
  150. .contentBox .serListBox .item .icon_r.data-v-4dcceeb0 {
  151. width: 14rpx;
  152. height: 24rpx;
  153. }
  154. .data-v-4dcceeb0 button {
  155. color: #333 !important;
  156. padding: 0 20rpx !important;
  157. background: #F7E0AB !important;
  158. border: none !important;
  159. margin-left: 0 !important;
  160. height: 70rpx !important;
  161. display: flex !important;
  162. align-items: center !important;
  163. justify-content: center !important;
  164. }
  165. .data-v-4dcceeb0 button::after {
  166. border: none !important;
  167. height: auto !important;
  168. }