list.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .app-content.data-v-645f1ea0 {
  21. min-height: calc(100vh - 80rpx);
  22. padding-top: 80rpx;
  23. background-color: #fff;
  24. }
  25. page.data-v-645f1ea0 {
  26. background: #fff;
  27. }
  28. /* 左侧导航布局 start*/
  29. /* 隐藏scroll-view滚动条*/
  30. .data-v-645f1ea0::-webkit-scrollbar {
  31. width: 0;
  32. height: 0;
  33. color: transparent;
  34. }
  35. .tab-view.data-v-645f1ea0 {
  36. /* height: 100%; */
  37. width: 200rpx;
  38. position: fixed;
  39. left: 0;
  40. z-index: 10;
  41. background-color: #f0f2f6;
  42. }
  43. .tab-view .tab-bar-item.data-v-645f1ea0 {
  44. width: 200rpx;
  45. height: 110rpx;
  46. box-sizing: border-box;
  47. display: -webkit-box;
  48. display: -webkit-flex;
  49. display: flex;
  50. -webkit-box-align: center;
  51. -webkit-align-items: center;
  52. align-items: center;
  53. -webkit-box-pack: center;
  54. -webkit-justify-content: center;
  55. justify-content: center;
  56. font-size: 26rpx;
  57. color: #444;
  58. font-weight: 400;
  59. }
  60. .tab-view .active.data-v-645f1ea0 {
  61. position: relative;
  62. color: #3385FF;
  63. font-size: 26rpx;
  64. background: #fff;
  65. }
  66. .tab-view .active.data-v-645f1ea0::before {
  67. content: "";
  68. position: absolute;
  69. border-left: 8rpx solid #3385FF;
  70. height: 100%;
  71. left: 0;
  72. }
  73. /* 左侧导航布局 end*/
  74. .right-box.data-v-645f1ea0 {
  75. width: 100%;
  76. position: fixed;
  77. padding-left: 220rpx;
  78. box-sizing: border-box;
  79. left: 0;
  80. }
  81. .right-box .page-view.data-v-645f1ea0 {
  82. width: 100%;
  83. overflow: hidden;
  84. box-sizing: border-box;
  85. padding-bottom: env(safe-area-inset-bottom);
  86. }
  87. .right-box .page-view .goods-list.data-v-645f1ea0 {
  88. margin: 40rpx 0;
  89. }
  90. .right-box .page-view .goods-list .goods-list-top.data-v-645f1ea0 {
  91. position: relative;
  92. display: -webkit-box;
  93. display: flex;
  94. display: -webkit-flex;
  95. -webkit-box-align: start;
  96. -webkit-align-items: flex-start;
  97. align-items: flex-start;
  98. -webkit-box-pack: start;
  99. -webkit-justify-content: flex-start;
  100. justify-content: flex-start;
  101. }
  102. .right-box .page-view .goods-list .goods-list-bottom.data-v-645f1ea0 {
  103. width: 96%;
  104. margin-top: 16rpx;
  105. color: #666666;
  106. }
  107. .right-box .page-view .goods-list .goods-list-bottom text.data-v-645f1ea0 {
  108. border: 1rpx solid #ccc;
  109. border-radius: 20rpx;
  110. font-size: 20rpx;
  111. padding: 7rpx 25rpx 7rpx 25rpx;
  112. }
  113. .right-box .page-view .goods-list .img-blo.data-v-645f1ea0 {
  114. width: 130rpx;
  115. height: 130rpx;
  116. margin-right: 20rpx;
  117. }
  118. .right-box .page-view .goods-list .img-blo > ._img.data-v-645f1ea0 {
  119. height: 100%;
  120. width: 100%;
  121. }
  122. .right-box .page-view .goods-list .goods-det.data-v-645f1ea0 {
  123. width: calc(100% - 150rpx);
  124. font-size: 28rpx;
  125. }
  126. .right-box .page-view .goods-list .goods-det .operate-wrap.data-v-645f1ea0 {
  127. display: -webkit-box;
  128. display: flex;
  129. display: -webkit-flex;
  130. -webkit-box-align: end;
  131. -webkit-align-items: flex-end;
  132. align-items: flex-end;
  133. -webkit-box-pack: justify;
  134. -webkit-justify-content: space-between;
  135. justify-content: space-between;
  136. }
  137. .right-box .page-view .goods-list .goods-det .operate-icon-wrap.data-v-645f1ea0 {
  138. left: -20rpx;
  139. }
  140. .right-box .page-view .goods-list .goods-det .goods-name.data-v-645f1ea0 {
  141. margin-bottom: 10rpx;
  142. }
  143. .right-box .page-view .goods-list .goods-det .goods-sales.data-v-645f1ea0 {
  144. color: #999999;
  145. font-size: 24rpx;
  146. }
  147. .right-box .page-view .goods-list .goods-det .goods-price.data-v-645f1ea0 {
  148. color: #ff2842;
  149. font-weight: bold;
  150. }
  151. .app-footer.data-v-645f1ea0 {
  152. -webkit-box-pack: justify;
  153. -webkit-justify-content: space-between;
  154. justify-content: space-between;
  155. }
  156. .app-footer .btn-list.data-v-645f1ea0 {
  157. width: 100%;
  158. }
  159. .app-footer .btn-list.data-v-645f1ea0:first-child {
  160. border-left: 0;
  161. }
  162. .app-footer .btn-list .admin-button-com.data-v-645f1ea0 {
  163. width: 160rpx;
  164. padding-top: 16rpx;
  165. padding-bottom: 16rpx;
  166. float: right;
  167. margin-right: 30rpx;
  168. }
  169. .app-footer .other-btn.data-v-645f1ea0 {
  170. color: #666666;
  171. }
  172. .app-footer .other-btn .iconfont.data-v-645f1ea0 {
  173. font-size: 24rpx;
  174. color: #999999;
  175. -webkit-transform: scale(0.4);
  176. transform: scale(0.4);
  177. }