Browse Source

'校区修改'

chending1994 5 years ago
parent
commit
98fa0f2a1e
4 changed files with 19 additions and 12 deletions
  1. 1 1
      components/products/prodList.vue
  2. 1 0
      pages/campus/_type/index.vue
  3. 16 10
      pages/campus/index.vue
  4. 1 1
      pages/index.vue

+ 1 - 1
components/products/prodList.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <div class="product-list">
   <div class="product-list">
     <div
     <div
-      class="product-list-item"
+      class="product-list-item  wow animate__animated animate__bounceIn"
       v-for="(item, index) in productList"
       v-for="(item, index) in productList"
       :key="index"
       :key="index"
     >
     >

+ 1 - 0
pages/campus/_type/index.vue

@@ -704,6 +704,7 @@ export default {
         background-position: left 34px top 80px, left 210px top 54px;
         background-position: left 34px top 80px, left 210px top 54px;
         border-radius: 0 0 10px 10px;
         border-radius: 0 0 10px 10px;
         padding: 33px 36px 64px;
         padding: 33px 36px 64px;
+        height: 174px;
         .title {
         .title {
           font-size: 20px;
           font-size: 20px;
           font-family: PingFangSC-Medium, PingFang SC;
           font-family: PingFangSC-Medium, PingFang SC;

+ 16 - 10
pages/campus/index.vue

@@ -461,24 +461,30 @@ export default {
         .address {
         .address {
           display: flex;
           display: flex;
           align-items: center;
           align-items: center;
-          font-size: 12px;
-          font-family: PingFangSC-Regular,PingFang SC;
-          font-weight: 400;
-          line-height: 17px;
-          margin-top: 9px;
+          p {
+            font-size: 12px;
+            font-family: PingFangSC-Regular,PingFang SC;
+            font-weight: 400;
+            line-height: 17px;
+            margin-top: 9px;
+            color:#898A8C;
+          }
         }
         }
         .phone {
         .phone {
           display: flex;
           display: flex;
           align-items: center;
           align-items: center;
-          font-size: 12px;
-          font-family: PingFangSC-Regular,PingFang SC;
-          font-weight: 400;
-          line-height: 17px;
           margin-top: 2px;
           margin-top: 2px;
+          p {
+            color:#898A8C;
+            font-size: 12px;
+            font-family: PingFangSC-Regular,PingFang SC;
+            font-weight: 400;
+            line-height: 17px;
+          }
         }
         }
         .detail {
         .detail {
           width: 85px;
           width: 85px;
-          height: 26px;
+          // height: 26px;
           line-height: 26px;
           line-height: 26px;
           border-radius: 4px;
           border-radius: 4px;
           border: 1px solid #4B86FB;
           border: 1px solid #4B86FB;

+ 1 - 1
pages/index.vue

@@ -132,7 +132,7 @@
             </div>
             </div>
 
 
             <!-- 产品列表 -->
             <!-- 产品列表 -->
-            <div class="thinking-cate-list wow animate__animated animate__lightSpeedInLeft">
+            <div class="thinking-cate-list">
               <prod-list v-if="currentTabId == 0" :productList="productList"></prod-list>
               <prod-list v-if="currentTabId == 0" :productList="productList"></prod-list>
               <prod-list v-else-if="currentTabId == 1" :productList="netList"></prod-list>
               <prod-list v-else-if="currentTabId == 1" :productList="netList"></prod-list>
               <prod-list v-else-if="currentTabId == 2" :productList="jcList"></prod-list>
               <prod-list v-else-if="currentTabId == 2" :productList="jcList"></prod-list>