user.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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: -webkit-box;
  16. display: -webkit-flex;
  17. display: flex;
  18. -webkit-box-orient: vertical;
  19. -webkit-box-direction: normal;
  20. -webkit-flex-direction: column;
  21. flex-direction: column;
  22. -webkit-box-pack: center;
  23. -webkit-justify-content: center;
  24. justify-content: center;
  25. -webkit-box-align: center;
  26. -webkit-align-items: center;
  27. align-items: center;
  28. }
  29. .tj-sction, .item-box .order-section {
  30. display: -webkit-box;
  31. display: -webkit-flex;
  32. display: flex;
  33. -webkit-justify-content: space-around;
  34. justify-content: space-around;
  35. -webkit-align-content: center;
  36. align-content: center;
  37. background: #fff;
  38. -webkit-border-radius: 10rpx;
  39. border-radius: 10rpx;
  40. }
  41. .container {
  42. height: 100%;
  43. background-color: #f8f8f8;
  44. }
  45. .content-box {
  46. height: 100%;
  47. }
  48. .vheigh {
  49. height: 25px;
  50. background-color: #5dbc7c;
  51. }
  52. .user-section {
  53. height: 435rpx;
  54. padding: 15rpx 30rpx 0;
  55. position: relative;
  56. }
  57. .user-section .bg {
  58. position: absolute;
  59. left: 0;
  60. top: 0;
  61. width: 100%;
  62. height: 100%;
  63. background-color: #5dbc7c;
  64. }
  65. .user-info-box {
  66. height: 180rpx;
  67. color: white;
  68. display: -webkit-box;
  69. display: -webkit-flex;
  70. display: flex;
  71. -webkit-box-align: center;
  72. -webkit-align-items: center;
  73. align-items: center;
  74. -webkit-box-pack: justify;
  75. -webkit-justify-content: space-between;
  76. justify-content: space-between;
  77. position: relative;
  78. z-index: 1;
  79. }
  80. .user-info-box .detail {
  81. height: 130rpx;
  82. }
  83. .user-info-box .detail .portrait-box {
  84. height: 100%;
  85. }
  86. .user-info-box .detail .portrait-box .portrait {
  87. width: 130rpx;
  88. height: 100%;
  89. border: 5rpx solid #fff;
  90. -webkit-border-radius: 50%;
  91. border-radius: 50%;
  92. }
  93. .user-info-box .detail .info-box {
  94. margin-left: 20rpx;
  95. line-height: 1.5;
  96. }
  97. .user-info-box .detail .info-box .username {
  98. font-size: 38rpx;
  99. height: 100%;
  100. }
  101. .user-info-box .config {
  102. font-size: 48rpx;
  103. height: 130rpx;
  104. }
  105. .user-info-box .config .setting {
  106. margin-right: 51rpx;
  107. }
  108. .vip-card-box {
  109. display: -webkit-box;
  110. display: -webkit-flex;
  111. display: flex;
  112. -webkit-box-orient: vertical;
  113. -webkit-box-direction: normal;
  114. -webkit-flex-direction: column;
  115. flex-direction: column;
  116. color: #f7d680;
  117. height: 240rpx;
  118. background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.8)));
  119. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
  120. background: linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
  121. -webkit-border-radius: 16rpx 16rpx 0 0;
  122. border-radius: 16rpx 16rpx 0 0;
  123. overflow: hidden;
  124. position: relative;
  125. padding: 20rpx 24rpx;
  126. }
  127. .vip-card-box .card-bg {
  128. position: absolute;
  129. top: 20rpx;
  130. right: 0;
  131. width: 380rpx;
  132. height: 260rpx;
  133. }
  134. .vip-card-box .b-btn {
  135. position: absolute;
  136. right: 20rpx;
  137. top: 16rpx;
  138. width: 132rpx;
  139. height: 40rpx;
  140. text-align: center;
  141. line-height: 40rpx;
  142. font-size: 22rpx;
  143. color: #36343c;
  144. -webkit-border-radius: 20px;
  145. border-radius: 20px;
  146. background: -webkit-gradient(linear, left top, right top, from(#f9e6af), to(#ffd465));
  147. background: -webkit-linear-gradient(left, #f9e6af, #ffd465);
  148. background: linear-gradient(left, #f9e6af, #ffd465);
  149. z-index: 1;
  150. }
  151. .vip-card-box .tit {
  152. font-size: 30rpx;
  153. color: #f7d680;
  154. margin-bottom: 28rpx;
  155. }
  156. .vip-card-box .tit .iconfont {
  157. color: #f6e5a3;
  158. margin-right: 16rpx;
  159. }
  160. .vip-card-box .e-b {
  161. font-size: 24rpx;
  162. color: #d8cba9;
  163. margin-top: 10rpx;
  164. }
  165. .cover-container {
  166. background: #f8f8f8;
  167. margin-top: -150rpx;
  168. padding: 0 30rpx;
  169. position: relative;
  170. background: #f5f5f5;
  171. padding-bottom: 20rpx;
  172. }
  173. .cover-container .arc {
  174. position: absolute;
  175. left: 0;
  176. top: -34rpx;
  177. width: 100%;
  178. height: 36rpx;
  179. }
  180. .tj-sction .tj-item {
  181. -webkit-box-orient: vertical;
  182. -webkit-box-direction: normal;
  183. -webkit-flex-direction: column;
  184. flex-direction: column;
  185. height: 140rpx;
  186. font-size: 24rpx;
  187. color: #75787d;
  188. }
  189. .tj-sction .num {
  190. font-size: 32rpx;
  191. color: #303133;
  192. margin-bottom: 8rpx;
  193. }
  194. .item-box {
  195. -webkit-border-radius: 10rpx;
  196. border-radius: 10rpx;
  197. background-color: white;
  198. margin-top: 20rpx;
  199. }
  200. .item-box .box-title {
  201. line-height: 1;
  202. padding: 30rpx;
  203. }
  204. .item-box .box-title .title {
  205. font-size: 32rpx;
  206. font-weight: bold;
  207. }
  208. .item-box .box-title .link {
  209. font-size: 26rpx;
  210. color: #909399;
  211. }
  212. .item-box .order-section {
  213. padding: 28rpx 0;
  214. }
  215. .item-box .order-section .order-item {
  216. width: 120rpx;
  217. height: 120rpx;
  218. -webkit-border-radius: 10rpx;
  219. border-radius: 10rpx;
  220. font-size: 24rpx;
  221. color: #303133;
  222. }
  223. .item-box .order-section .iconfont {
  224. font-size: 48rpx;
  225. margin-bottom: 18rpx;
  226. color: #fa436a;
  227. }
  228. .item-box .order-section .icon-shouhoutuikuan {
  229. font-size: 44rpx;
  230. }
  231. .item-box .order-section .icon {
  232. height: 50rpx;
  233. width: 48rpx;
  234. margin-bottom: 18rpx;
  235. background-size: 100%;
  236. background-repeat: no-repeat;
  237. background-position: center;
  238. }
  239. .item-box .order-section .icon .icon-img {
  240. width: 100%;
  241. height: 100%;
  242. }
  243. .history-section {
  244. margin-top: 20rpx;
  245. background: #fff;
  246. -webkit-border-radius: 10rpx;
  247. border-radius: 10rpx;
  248. }
  249. .history-section .sec-header {
  250. display: -webkit-box;
  251. display: -webkit-flex;
  252. display: flex;
  253. -webkit-box-align: center;
  254. -webkit-align-items: center;
  255. align-items: center;
  256. font-size: 28rpx;
  257. color: #303133;
  258. line-height: 40rpx;
  259. margin-left: 30rpx;
  260. padding-top: 30rpx;
  261. }
  262. .history-section .sec-header .iconfont {
  263. font-size: 44rpx;
  264. color: #dd524d;
  265. margin-right: 16rpx;
  266. line-height: 40rpx;
  267. }
  268. .history-section .h-list {
  269. white-space: nowrap;
  270. padding: 30rpx 30rpx 0;
  271. }
  272. .history-section .h-list .h-list-image {
  273. display: inline-block;
  274. width: 160rpx;
  275. height: 160rpx;
  276. margin-right: 20rpx;
  277. -webkit-border-radius: 10rpx;
  278. border-radius: 10rpx;
  279. }