style.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. /* 背景 */
  2. .user-background{
  3. width: 750upx;
  4. height: 520upx;
  5. }
  6. .user-screen{
  7. padding: 0 30upx;
  8. }
  9. /* 背景 */
  10. /* 头部 */
  11. .user-header{
  12. width: 100%;
  13. }
  14. .user-login-button{
  15. width: 250upx;
  16. height: 70upx;
  17. background-color: #41AE3C;
  18. border-radius: 35upx;
  19. font-size: 30upx;
  20. line-height: 34upx;
  21. color: #fff;
  22. letter-spacing: 2upx;
  23. }
  24. .user-header-avatar{
  25. width: 104upx;
  26. height: 104upx;
  27. flex-shrink: 0;
  28. }
  29. .user-header-avatar{
  30. border-radius: 50%;
  31. border: 4upx solid #fff;
  32. }
  33. .user-header-edit{
  34. width: 37upx;
  35. height: 37upx;
  36. border-radius: 50%;
  37. background-color: #E1A435;
  38. border: 2upx solid #fff;
  39. bottom: 0;
  40. right: 0;
  41. }
  42. $edit-icon:20upx;
  43. .user-header-edit-icon{
  44. width: $edit-icon;
  45. height: $edit-icon;
  46. }
  47. .user-header-title{
  48. font-size: 30upx;
  49. line-height: 40upx;
  50. color: #fff;
  51. font-weight: bold;
  52. margin-top: 15upx;
  53. }
  54. /* 头部 */
  55. /* 积分 */
  56. .user-integral{
  57. height: 80upx;
  58. width: 650upx;
  59. }
  60. .user-integral-container{
  61. top: 0;
  62. left: 0;
  63. right: 0;
  64. bottom: 0;
  65. padding: 0 30upx;
  66. font-size: 24upx;
  67. line-height: 30upx;
  68. color: #F0DCB9;
  69. font-weight: bold;
  70. }
  71. .user-integral-gold{
  72. width: 26upx;
  73. height: 28upx;
  74. margin-right: 12upx;
  75. }
  76. .user-integral-button{
  77. width: 100upx;
  78. height: 38upx;
  79. background-color: #F0DCB9;
  80. border-radius: 19upx;
  81. font-size: 22upx;
  82. line-height: 30upx;
  83. color: #3E414F;
  84. }
  85. /* 积分 */
  86. /* 钱包 */
  87. .user-wallet-record{
  88. font-size: 24upx;
  89. color: #999;
  90. font-weight: 400;
  91. }
  92. .user-wallet{
  93. height: 177upx;
  94. background-color: #fff;
  95. border-radius: 10upx;
  96. padding: 0 30upx;
  97. font-size: 24upx;
  98. color: #999;
  99. line-height: 30upx;
  100. }
  101. .user-wallet-header{
  102. height: 78upx;
  103. border-bottom: 1upx solid #EEEEEE;
  104. font-size: 28upx;
  105. line-height: 34upx;
  106. color: #333;
  107. font-weight: bold;
  108. }
  109. .user-wallet-price{
  110. color: #333;
  111. font-size: 40upx;
  112. line-height: 50upx;
  113. font-weight: 500;
  114. margin-left: 18upx;
  115. }
  116. .user-wallet-em{
  117. font-size: 22upx;
  118. line-height: 26upx;
  119. margin-left: 10upx;
  120. color: #999;
  121. position: relative;
  122. top: -2upx;
  123. }
  124. .user-wallet-button{
  125. width: 140upx;
  126. height: 54upx;
  127. background-color: #41AE3C;
  128. font-size: 24upx;
  129. color: #fff;
  130. line-height: 30upx;
  131. border-radius: 27upx;
  132. }
  133. /* 钱包 */
  134. /* 订单 */
  135. .user-order,.user-control{
  136. height: 200upx;
  137. background-color: #fff;
  138. margin-top: 20upx;
  139. padding: 0 30upx;
  140. border-radius: 5upx 5upx 16upx 16upx;
  141. }
  142. .user-order-header{
  143. height: 71upx;
  144. }
  145. .user-order-more{
  146. font-size: 24upx;
  147. line-height: 30upx;
  148. font-weight: 400;
  149. }
  150. .user-order-more,.user-order-more-icon{
  151. color: #999;
  152. }
  153. .user-order-more-icon{
  154. font-size: 24upx;
  155. font-weight: bold;
  156. }
  157. .user-order-icon{
  158. height: 35upx;
  159. width: 0;
  160. }
  161. .user-order-title{
  162. text-align: center;
  163. font-size: 24upx;
  164. line-height: 30upx;
  165. margin-top: 12upx;
  166. color: #333;
  167. }
  168. .user-order-dot{
  169. top: 16upx;
  170. left: 66upx;
  171. }
  172. /* 订单 */
  173. /* 功能 */
  174. .user-control{
  175. height: auto;
  176. margin: 30upx 0;
  177. }
  178. .user-control-item{
  179. height: 93upx;
  180. font-size: 28upx;
  181. line-height: 34upx;
  182. color: #333;
  183. border-bottom: 1upx solid #EEEEEE;
  184. }
  185. .user-control-item:last-of-type{
  186. border-bottom: none;
  187. }
  188. .user-control-icon-container{
  189. width: 54upx;
  190. }
  191. .user-control-icon{
  192. width: 30upx;
  193. height: 0;
  194. }
  195. /* 功能 */