liyongli 2 жил өмнө
parent
commit
3417dfef33

+ 6 - 3
src/view/SilkRoadShanShiPinList/index.vue

@@ -17,7 +17,7 @@
             "
           />
           <van-row>
-            <van-col span="24">{{ item.name }}</van-col>
+            <van-col span="24" style="text-align: center;">{{ item.name }}</van-col>
             <van-col span="24" v-if="config.times">
               <div class="btn" @click="() => toupiao(item)">
                 <img
@@ -44,7 +44,7 @@
             "
           />
           <van-row>
-            <van-col span="24">{{ item.name }}</van-col>
+            <van-col span="24" style="text-align: center;">{{ item.name }}</van-col>
             <van-col span="24" v-if="config.times">
               <div class="btn" @click="() => toupiao(item)">
                 <img
@@ -305,6 +305,9 @@ const clickShowVideo = item => {
 .SilkRoadShanShiPinList {
   width: 100vw;
   padding-bottom: 80px;
+  .van-cell-group__title{
+    font-size: 1rem;
+  }
   .guize {
     background-color: #ff2c2c;
     position: fixed;
@@ -332,7 +335,7 @@ const clickShowVideo = item => {
     img{
         display: block;
         margin: 0 auto;
-        width:  60%;
+        width:  5em;
     }
   }
   .videoEle {