user.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. page {
  2. height: 100%;
  3. }
  4. .item-box .order-section .order-item {
  5. display: flex;
  6. -webkit-box-orient: vertical;
  7. -webkit-box-direction: normal;
  8. flex-direction: column;
  9. -webkit-box-pack: center;
  10. justify-content: center;
  11. -webkit-box-align: center;
  12. align-items: center;
  13. }
  14. .item-box .order-section {
  15. display: flex;
  16. justify-content: space-around;
  17. align-content: center;
  18. background: #fff;
  19. border-radius: 10rpx;
  20. }
  21. .container {
  22. background-color: #f8f8f8;
  23. }
  24. .container,.content-box {
  25. height: 100%;
  26. }
  27. .user-section {
  28. height: 300rpx;
  29. padding: 15rpx 30rpx 0;
  30. position: relative;
  31. border-bottom-left-radius: 10rpx;
  32. border-bottom-right-radius: 10rpx;
  33. overflow: hidden;
  34. }
  35. .user-section .bg {
  36. position: absolute;
  37. left: 0;
  38. top: 0;
  39. width: 100%;
  40. height: 100%;
  41. background-color: #5dbc7c;
  42. }
  43. .user-info-box {
  44. height: 180rpx;
  45. color: #fff;
  46. display: flex;
  47. -webkit-box-align: center;
  48. align-items: center;
  49. -webkit-box-pack: justify;
  50. justify-content: space-between;
  51. position: relative;
  52. z-index: 1;
  53. }
  54. .user-info-box .detail {
  55. height: 130rpx;
  56. }
  57. .user-info-box .detail .portrait-box {
  58. height: 100%;
  59. }
  60. .user-info-box .detail .portrait-box .portrait {
  61. width: 130rpx;
  62. height: 100%;
  63. border: 5rpx solid #fff;
  64. border-radius: 50%;
  65. }
  66. .user-info-box .detail .info-box {
  67. margin-left: 20rpx;
  68. line-height: 1.5;
  69. }
  70. .user-info-box .detail .info-box .username {
  71. font-size: 38rpx;
  72. height: 100%;
  73. }
  74. .user-info-box .detail .info-box .username .vipTip {
  75. font-size: 24rpx;
  76. }
  77. .user-info-box .detail .info-box .username .vipTip image {
  78. height: 35rpx;
  79. width: 35rpx;
  80. }
  81. .user-info-box .config {
  82. font-size: 48rpx;
  83. height: 130rpx;
  84. }
  85. .cover-container {
  86. margin-top: -110rpx;
  87. position: relative;
  88. padding: 0 30rpx 20rpx;
  89. }
  90. .cover-container .arc {
  91. position: absolute;
  92. left: 0;
  93. top: -34rpx;
  94. width: 100%;
  95. height: 36rpx;
  96. }
  97. .item-box {
  98. border-radius: 20rpx;
  99. margin-top: 20rpx;
  100. background-color: #fff;
  101. }
  102. .item-box .box-title {
  103. line-height: 1;
  104. padding: 30rpx;
  105. border-bottom: 1px solid #f5f5f5!important;
  106. }
  107. .item-box .box-title .title {
  108. font-size: 32rpx;
  109. font-weight: 700;
  110. color: #666;
  111. }
  112. .item-box .box-title .link {
  113. font-size: 26rpx;
  114. color: #909399;
  115. }
  116. .item-box .order-section {
  117. padding: 28rpx 0;
  118. -webkit-box-pack: start;
  119. justify-content: flex-start;
  120. }
  121. .item-box .order-section .order-item {
  122. width: 25%;
  123. height: 120rpx;
  124. border-radius: 10rpx;
  125. font-size: 24rpx;
  126. color: #303133;
  127. }
  128. .item-box .order-section .iconfont {
  129. font-size: 48rpx;
  130. margin-bottom: 18rpx;
  131. color: #fa436a;
  132. }
  133. .item-box .order-section .icon-shouhoutuikuan {
  134. font-size: 44rpx;
  135. }
  136. .item-box .order-section .icon {
  137. height: 50rpx;
  138. width: 48rpx;
  139. margin-bottom: 18rpx;
  140. background-size: 100%;
  141. background-repeat: no-repeat;
  142. background-position: 50%;
  143. }
  144. .item-box .order-section .icon .icon-img {
  145. width: 100%;
  146. height: 100%;
  147. }
  148. .history-section {
  149. margin-top: 20rpx;
  150. background: #fff;
  151. border-radius: 10rpx;
  152. }
  153. .history-section .sec-header {
  154. display: flex;
  155. -webkit-box-align: center;
  156. align-items: center;
  157. font-size: 28rpx;
  158. color: #303133;
  159. line-height: 40rpx;
  160. margin-left: 30rpx;
  161. padding-top: 30rpx;
  162. }
  163. .history-section .sec-header .iconfont {
  164. font-size: 44rpx;
  165. color: #fd5b23;
  166. margin-right: 16rpx;
  167. line-height: 40rpx;
  168. }
  169. .history-section .h-list {
  170. white-space: nowrap;
  171. padding: 30rpx 30rpx 0;
  172. }
  173. .history-section .h-list image {
  174. display: inline-block;
  175. width: 160rpx;
  176. height: 160rpx;
  177. margin-right: 20rpx;
  178. border-radius: 10rpx;
  179. }