businessHome.scss 2.9 KB

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