周玉环 3 дней назад
Родитель
Сommit
e2bbe0e0bf

+ 12 - 0
xinkeaboard-web/assets/style/goodsDetail.scss

@@ -1846,6 +1846,18 @@
             .store_des_pre {
                 padding-left: 15px;
                 margin-top: 18px;
+                font-weight: 400;
+                font-size: 14px;
+                color: #282E30;
+
+                &:first-child {
+                    span:nth-of-type(1) {
+                        font-weight: bold;
+                        font-size: 14px;
+                        color: $colorMain;
+                        margin-right: 18px;
+                    }
+                }
 
                 span:nth-of-type(1) {
                     font-size: 12px;

+ 13 - 5
xinkeaboard-web/assets/style/store/goodsList.scss

@@ -186,7 +186,7 @@
 
     .store_goods_search_nav {
       position: relative;
-      height: 36px;
+      height: 40px;
       background-color: #f7f5f5;
       padding: 5px 0;
       box-sizing: border-box;
@@ -224,10 +224,15 @@
       .sld_store_goods_total_num {
         float: right;
         margin-right: 10px;
+        font-weight: 400;
+        font-size: 12px;
+        color: #282E30;
       }
 
       span {
         &.active {
+          font-weight: bold;
+          font-size: 20px;
           color: $colorMain;
 
           i {
@@ -288,7 +293,7 @@
           padding: 0;
 
           em {
-            font-size: 13px;
+            font-size: 12px;
             font-style: normal;
           }
         }
@@ -298,7 +303,9 @@
           overflow: hidden;
 
           .sld_goods_name {
-            color: #606060;
+            font-weight: 400;
+            font-size: 12px;
+            color: #282E30;
             margin-bottom: 4px;
             height: 32px;
             line-height: 16px;
@@ -308,7 +315,6 @@
             display: -webkit-box;
             -webkit-box-orient: vertical;
             -webkit-line-clamp: 2;
-            font-size: 15px;
             //font-family: MicrosoftYaHei;
           }
         }
@@ -318,8 +324,10 @@
           // overflow: hidden;
           display: flex;
           align-items: center;
-          justify-content: space-between;
+          justify-content: center;
           margin: 8px 0;
+          height: 46px;
+          background: #DDE1E6;
           // .fl {
           //   margin-top: -3px;
           //   margin-left: -18px;

+ 5 - 0
xinkeaboard-web/assets/style/store/storeHeader.scss

@@ -467,6 +467,10 @@
           padding: 0;
           cursor: pointer;
 
+          &:hover {
+            color: #282E30;
+          }
+
           i {
             margin-left: 6px;
             font-size: 24px;
@@ -490,6 +494,7 @@
         li {
           height: 100%;
 
+          &:hover,
           &.active {
             background-color:  #F6F8FA;
             

+ 1 - 1
xinkeaboard-web/pages/store/goods/[...slug].vue

@@ -136,7 +136,7 @@
                   v-show="item.isFollowGoods == false"
                   style="width: 20px; height: 20px"
                 />
-                {{ L["收藏"] }}
+                <!-- {{ L["收藏"] }} -->
               </button>
             </div>
           </li>