Преглед изворни кода

fix: 调整门户网站样式

周玉环 пре 16 часа
родитељ
комит
7947a28548
2 измењених фајлова са 16 додато и 3 уклоњено
  1. 1 0
      xinkeaboard-web/components/CategorySortTop.vue
  2. 15 3
      xinkeaboard-web/pages/store/[id].vue

+ 1 - 0
xinkeaboard-web/components/CategorySortTop.vue

@@ -176,6 +176,7 @@ const toGoodsList = (item) => {
     overflow-x: hidden;
     height: 100%;
     direction: rtl;
+    width: 250px;
     &::-webkit-scrollbar {
       /*滚动条整体样式*/
       width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/

+ 15 - 3
xinkeaboard-web/pages/store/[id].vue

@@ -37,9 +37,9 @@
     <div class="adv_04_wrap honors_wrap self_background" v-show="honors.data.length > 0">
         <div class="floor_title">
         <h2>
-          <font> </font>
+          <!-- <font> </font> -->
           <span>{{L['荣誉展示']}}</span>
-          <font> </font>
+          <!-- <font> </font> -->
         </h2>
       </div>
       <div class="floor_goods">
@@ -200,9 +200,21 @@ onMounted(()=>{
 }
 
 .honors_wrap{
-  min-height: inherit !important;;
+  min-height: inherit !important;
+  font-weight: bold;
+  padding-top: 10px;
   font{
     top: -5px!important;
   }
+
+  .floor_title {
+    // margin-bottom: 0 !important;
+    width: 1210px;
+    margin: 0 auto !important;
+  }
+
+  span {
+    font-weight: bold !important;
+  }
 }
 </style>