zhengjinyi vor 2 Monaten
Ursprung
Commit
084f8d7117

+ 2 - 2
src/main/resources/static/css/index/index-h5.css

@@ -128,8 +128,8 @@
 /*新品橱窗*/
 .section_page.hot{width:100%;height:auto;background: url("/img/hot/icon-hot-bg@h5.png");background-size: cover;margin-top: 1vw;}
 .section_page.hot .section_page_title{ width: 100%;box-sizing: border-box;padding: 3vw 3vw 0 3vw;display: flex;justify-content: flex-start; }
-.section_page.hot .section_page_title h1{color:#FFFFFF;line-height: 8vw;}
-.section_page.hot .section_page_title span{font-size: 3.4vw;line-height: 8vw;text-align: left;color: #FFFFFF;margin-left: 3vw;}
+.section_page.hot .section_page_title h1{color:#333333;line-height: 8vw;}
+.section_page.hot .section_page_title span{font-size: 3.4vw;line-height: 8vw;text-align: left;color: #666666;margin-left: 3vw;}
 .swiper-container-floor.hotList{padding: 0 1vw;}
 .section_page.hot .section_page_btn{display: block;width:15.4vw;height: 5.9vw;background: url("/img/hot/icon-hot-btn@h5.png");background-size: cover;position: absolute;right:3.3vw;top: 3.3vw;}
 .section_page .page_main_item{width:45.6vw !important;height:70vw;overflow:hidden;margin:0 1.3vw 2.6vw 1.3vw;background:#fff;text-align:left;border-radius: 2vw;}

+ 3 - 2
src/main/resources/static/css/index/index-pc.css

@@ -756,6 +756,7 @@ li{list-style:none;}
     width: 528px;
     height: 100%;
 }
+.el-carousel
 .section-page-item .section-page-banner .page-banner-item img,
 .section-page-item .section-page-banner .page-banner-item{
     width: 527px;
@@ -888,7 +889,7 @@ li{list-style:none;}
     float:left;
     margin: 5px 0;
 }
-.section-page-item .page_main_price .main_price_show{color:#f94b4b}
+.section-page-item .page_main_price .main_price_show{color:#f94b4b;font-size: 15px;}
 .section-page-item .bottom-main-item  .page_main_price .price_text_tag .couponTag{
     float:left;
     margin-right: 2px;
@@ -1234,7 +1235,7 @@ li{list-style:none;}
     float:left;
     margin: 5px 0;
 }
-.section-floor-content .floor-main-item .page_main_price .main_price_show{color:#f94b4b}
+.section-floor-content .floor-main-item .page_main_price .main_price_show{color:#f94b4b;font-size: 15px;}
 .section-floor-content .floor-main-item  .page_main_price .price_text_tag .couponTag{
     float:left;
     margin-right: 2px;

+ 1 - 1
src/main/resources/templates/index.html

@@ -556,7 +556,7 @@
                                 </div>
                             </div>
                             <div class="section-page-banner">
-                                <el-carousel :interval="(flIndex+1)*3000" arrow="never" height="180px180px">
+                                <el-carousel :interval="(flIndex+1)*3000" arrow="never" height="180px">
                                     <el-carousel-item v-for="item in floor.imageList" :key="item">
                                         <a class="page-banner-item" :href="item.link" target="_blank">
                                             <img :src="item.image" alt="">