Browse Source

修改分类样式

ext.liuqiwen3 2 days ago
parent
commit
89da578944

+ 6 - 4
pages/goods_cate/goods_cate.vue

@@ -214,11 +214,12 @@ onShow(() => {
   width: 180rpx;
   left: 0;
   top:0;
-  background-color: #f7f7f7;
+  background-color: #fff;
   overflow-y: scroll;
   overflow-x: hidden;
   height: auto;
-  margin-top: 96rpx;
+  margin-top: 116rpx;
+  border-radius: 16rpx;
 }
 
 .productSort .aside .item {
@@ -230,7 +231,7 @@ onShow(() => {
 
 .productSort .aside .item.on {
   background-color: #fff;
-  border-left: 4rpx solid #F8C008;
+  border-left: 6rpx solid #F8C008;
   width: 100%;
   text-align: center;
   color: #F8C008;
@@ -238,9 +239,10 @@ onShow(() => {
 }
 
 .productSort .conter {
-  margin: 96rpx 0 0 180rpx;
+  margin: 116rpx 0 0 200rpx;
   padding: 0 14rpx;
   background-color: #fff;
+  border-radius: 16rpx;
 }
 
 .productSort .conter .listw {

+ 5 - 3
pages/merchantCenters/components/merchant_cate.vue

@@ -171,10 +171,11 @@ onShow(() => {
   width: 180rpx;
   left: 0;
   top:0;
-  background-color: #f7f7f7;
+  background-color: #fff;
   overflow-y: scroll;
   overflow-x: hidden;
   height: auto;
+  border-radius: 16rpx;
 }
 
 .productSort .aside .item {
@@ -186,7 +187,7 @@ onShow(() => {
 
 .productSort .aside .item.on {
   background-color: #fff;
-  border-left: 4rpx solid #F8C008;
+  border-left: 6rpx solid #F8C008;
   width: 100%;
   text-align: center;
   color: #F8C008;
@@ -194,9 +195,10 @@ onShow(() => {
 }
 
 .productSort .conter {
-  margin: 0rpx 0 0 180rpx;
+  margin: 0rpx 0 0 200rpx;
   padding: 0 14rpx;
   background-color: #fff;
+  border-radius: 16rpx;
 }
 
 .productSort .conter .listw {