user.wxss 5.3 KB

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