businessHome.scss 3.0 KB

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