businessHome.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. .wrapper {
  2. padding: 66rpx 0 100rpx;
  3. }
  4. .width-690 {
  5. width: 690rpx;
  6. margin: 0 auto;
  7. }
  8. .user-info {
  9. position: relative;
  10. left: 0;
  11. top: 0;
  12. display: flex;
  13. align-items: center;
  14. }
  15. .btn-edit-wrap {
  16. position: absolute;
  17. right: 0;
  18. top: 0;
  19. display: flex;
  20. justify-content: flex-end;
  21. align-items: center;
  22. z-index: 1;
  23. width: 100rpx;
  24. height: 100rpx;
  25. }
  26. .btn-edit {
  27. display: block;
  28. width: 56rpx;
  29. height: 56rpx;
  30. }
  31. .portrait {
  32. width: 100rpx;
  33. height: 100rpx;
  34. border-radius: 50%;
  35. overflow: hidden;
  36. image {
  37. display: block;
  38. width: 100%;
  39. height: 100%;
  40. }
  41. }
  42. .user-name-wrap {
  43. margin-left: 12rpx;
  44. .name {
  45. line-height: 48rpx;
  46. font-size: 32rpx;
  47. color: rgba(37, 31, 57, 1);
  48. }
  49. .account {
  50. margin-top: 4rpx;
  51. line-height: 40rpx;
  52. font-size: 24rpx;
  53. color: rgba(67, 70, 101, 1);
  54. }
  55. }
  56. .dashboard {
  57. position: relative;
  58. left: 0;
  59. top: 0;
  60. display: flex;
  61. flex-direction: column;
  62. align-items: center;
  63. justify-content: space-between;
  64. width: 100%;
  65. height: 329rpx;
  66. padding: 46rpx 0 33rpx;
  67. margin-top: 52rpx;
  68. margin-bottom: 50rpx;
  69. border-radius: 32rpx;
  70. background-position: center center;
  71. background-size: 100% 100%;
  72. background-repeat: no-repeat;
  73. .bg {
  74. position: absolute;
  75. left: 0;
  76. top: 0;
  77. right: 0;
  78. bottom: 0;
  79. width: 100%;
  80. height: 100%;
  81. }
  82. .data,
  83. .btn {
  84. position: relative;
  85. z-index: 1;
  86. display: flex;
  87. flex-direction: column;
  88. align-items: center;
  89. }
  90. .label {
  91. line-height: 40rpx;
  92. font-size: 28rpx;
  93. color: rgba(157, 151, 177, 1);
  94. }
  95. .value {
  96. margin-top: 6rpx;
  97. line-height: 80rpx;
  98. font-size: 64rpx;
  99. color: rgba(37, 31, 57, 1);
  100. }
  101. .eyes {
  102. width: 40rpx;
  103. height: 40rpx;
  104. }
  105. .check {
  106. line-height: 40rpx;
  107. font-size: 24rpx;
  108. color: rgba(157, 151, 177, 1);
  109. }
  110. }
  111. .excellent-goods-title {
  112. position: relative;
  113. left: 0;
  114. top: 0;
  115. display: flex;
  116. justify-content: space-between;
  117. align-items: center;
  118. width: 690rpx;
  119. padding-left: 24rpx;
  120. line-height: 40rpx;
  121. font-size: 36rpx;
  122. font-weight: 500;
  123. color: #1F1F39;
  124. &:before {
  125. content: '';
  126. position: absolute;
  127. left: 0;
  128. top: 6rpx;
  129. width: 14rpx;
  130. height: 37rpx;
  131. border-radius: 40rpx;
  132. background: #91B379;
  133. }
  134. image {
  135. width: 48rpx;
  136. height: 48rpx;
  137. }
  138. }
  139. .nav-wrap {
  140. display: flex;
  141. align-items: center;
  142. margin-top: 50rpx;
  143. margin-bottom: 80rpx;
  144. & > view {
  145. display: flex;
  146. flex-direction: column;
  147. align-items: center;
  148. width: 230rpx;
  149. }
  150. image {
  151. width: 104rpx;
  152. height: 104rpx;
  153. }
  154. text {
  155. margin-top: 30rpx;
  156. line-height: 40rpx;
  157. font-size: 28rpx;
  158. color: rgba(37, 31, 57, 1);
  159. }
  160. }
  161. .list {
  162. display: flex;
  163. margin-top: 40rpx;
  164. }
  165. .photo-wrap {
  166. width: 82rpx;
  167. height: 82rpx;
  168. border-radius: 16rpx;
  169. overflow: hidden;
  170. image {
  171. display: block;
  172. width: 100%;
  173. height: 100%;
  174. }
  175. }
  176. .box {
  177. width: 326rpx;
  178. padding-left: 19rpx;
  179. }
  180. .goods-name {
  181. width: 100%;
  182. line-height: 48rpx;
  183. font-size: 32rpx;
  184. color: rgba(37, 31, 57, 1);
  185. white-space: nowrap;
  186. overflow: hidden;
  187. text-overflow: ellipsis;
  188. }
  189. .add-time {
  190. margin-top: 6rpx;
  191. line-height: 40rpx;
  192. font-size: 24rpx;
  193. color: rgba(157, 151, 177, 1);
  194. }
  195. .price {
  196. width: 282rpx;
  197. line-height: 40rpx;
  198. font-size: 28rpx;
  199. color: rgba(166, 166, 166, 1);
  200. text-align: right;
  201. }