user.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. }
  14. .tj-sction .tj-item, .item-box .order-section .order-item {
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: center;
  18. align-items: center;
  19. }
  20. .tj-sction, .item-box .order-section {
  21. display: flex;
  22. justify-content: space-around;
  23. align-content: center;
  24. background: #fff;
  25. border-radius: 10rpx;
  26. }
  27. .container {
  28. height: 100%;
  29. background-color: #f8f8f8;
  30. }
  31. .content-box {
  32. height: 100%;
  33. }
  34. .vheigh {
  35. height: 25px;
  36. background-color: #5dbc7c;
  37. }
  38. .user-section {
  39. height: 435rpx;
  40. padding: 15rpx 30rpx 0;
  41. position: relative;
  42. }
  43. .user-section .bg {
  44. position: absolute;
  45. left: 0;
  46. top: 0;
  47. width: 100%;
  48. height: 100%;
  49. background-color: #5dbc7c;
  50. }
  51. .user-info-box {
  52. height: 180rpx;
  53. color: white;
  54. display: flex;
  55. align-items: center;
  56. justify-content: space-between;
  57. position: relative;
  58. z-index: 1;
  59. }
  60. .user-info-box .detail {
  61. height: 130rpx;
  62. }
  63. .user-info-box .detail .portrait-box {
  64. height: 100%;
  65. }
  66. .user-info-box .detail .portrait-box .portrait {
  67. width: 130rpx;
  68. height: 100%;
  69. border: 5rpx solid #fff;
  70. border-radius: 50%;
  71. }
  72. .user-info-box .detail .info-box {
  73. margin-left: 20rpx;
  74. line-height: 1.5;
  75. }
  76. .user-info-box .detail .info-box .username {
  77. font-size: 38rpx;
  78. height: 100%;
  79. }
  80. .user-info-box .config {
  81. font-size: 48rpx;
  82. height: 130rpx;
  83. }
  84. .user-info-box .config .setting {
  85. margin-right: 51rpx;
  86. }
  87. .vip-card-box {
  88. display: flex;
  89. flex-direction: column;
  90. color: #f7d680;
  91. height: 240rpx;
  92. background: linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
  93. border-radius: 16rpx 16rpx 0 0;
  94. overflow: hidden;
  95. position: relative;
  96. padding: 20rpx 24rpx;
  97. }
  98. .vip-card-box .card-bg {
  99. position: absolute;
  100. top: 20rpx;
  101. right: 0;
  102. width: 380rpx;
  103. height: 260rpx;
  104. }
  105. .vip-card-box .b-btn {
  106. position: absolute;
  107. right: 20rpx;
  108. top: 16rpx;
  109. width: 132rpx;
  110. height: 40rpx;
  111. text-align: center;
  112. line-height: 40rpx;
  113. font-size: 22rpx;
  114. color: #36343c;
  115. border-radius: 20px;
  116. background: linear-gradient(left, #f9e6af, #ffd465);
  117. z-index: 1;
  118. }
  119. .vip-card-box .tit {
  120. font-size: 30rpx;
  121. color: #f7d680;
  122. margin-bottom: 28rpx;
  123. }
  124. .vip-card-box .tit .iconfont {
  125. color: #f6e5a3;
  126. margin-right: 16rpx;
  127. }
  128. .vip-card-box .e-b {
  129. font-size: 24rpx;
  130. color: #d8cba9;
  131. margin-top: 10rpx;
  132. }
  133. .cover-container {
  134. background: #f8f8f8;
  135. margin-top: -150rpx;
  136. padding: 0 30rpx;
  137. position: relative;
  138. background: #f5f5f5;
  139. padding-bottom: 20rpx;
  140. }
  141. .cover-container .arc {
  142. position: absolute;
  143. left: 0;
  144. top: -34rpx;
  145. width: 100%;
  146. height: 36rpx;
  147. }
  148. .tj-sction .tj-item {
  149. flex-direction: column;
  150. height: 140rpx;
  151. font-size: 24rpx;
  152. color: #75787d;
  153. }
  154. .tj-sction .num {
  155. font-size: 32rpx;
  156. color: #303133;
  157. margin-bottom: 8rpx;
  158. }
  159. .item-box {
  160. border-radius: 10rpx;
  161. background-color: white;
  162. margin-top: 20rpx;
  163. }
  164. .item-box .box-title {
  165. line-height: 1;
  166. padding: 30rpx;
  167. }
  168. .item-box .box-title .title {
  169. font-size: 32rpx;
  170. font-weight: bold;
  171. }
  172. .item-box .box-title .link {
  173. font-size: 26rpx;
  174. color: #909399;
  175. }
  176. .item-box .order-section {
  177. padding: 28rpx 0;
  178. }
  179. .item-box .order-section .order-item {
  180. width: 120rpx;
  181. height: 120rpx;
  182. border-radius: 10rpx;
  183. font-size: 24rpx;
  184. color: #303133;
  185. }
  186. .item-box .order-section .iconfont {
  187. font-size: 48rpx;
  188. margin-bottom: 18rpx;
  189. color: #fa436a;
  190. }
  191. .item-box .order-section .icon-shouhoutuikuan {
  192. font-size: 44rpx;
  193. }
  194. .item-box .order-section .icon {
  195. height: 50rpx;
  196. width: 48rpx;
  197. margin-bottom: 18rpx;
  198. background-size: 100%;
  199. background-repeat: no-repeat;
  200. background-position: center;
  201. }
  202. .item-box .order-section .icon .icon-img {
  203. width: 100%;
  204. height: 100%;
  205. }
  206. .history-section {
  207. margin-top: 20rpx;
  208. background: #fff;
  209. border-radius: 10rpx;
  210. }
  211. .history-section .sec-header {
  212. display: flex;
  213. align-items: center;
  214. font-size: 28rpx;
  215. color: #303133;
  216. line-height: 40rpx;
  217. margin-left: 30rpx;
  218. padding-top: 30rpx;
  219. }
  220. .history-section .sec-header .iconfont {
  221. font-size: 44rpx;
  222. color: #dd524d;
  223. margin-right: 16rpx;
  224. line-height: 40rpx;
  225. }
  226. .history-section .h-list {
  227. white-space: nowrap;
  228. padding: 30rpx 30rpx 0;
  229. }
  230. .history-section .h-list .h-list-image {
  231. display: inline-block;
  232. width: 160rpx;
  233. height: 160rpx;
  234. margin-right: 20rpx;
  235. border-radius: 10rpx;
  236. }