|
@@ -11,6 +11,7 @@
|
|
|
<link th:href="@{/css/base/floor.css(v=${version})}" rel="stylesheet" type="text/css">
|
|
|
<link th:href="@{/css/index/index_new.h5.css(v=${version})}" media="screen and (max-width:768px)" rel="stylesheet" type="text/css">
|
|
|
<link th:href="@{/css/index/index_new.pc.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet" type="text/css">
|
|
|
+ <link th:href="@{/lib/css/swiper-bundle.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet" type="text/css">
|
|
|
<template th:replace="components/analysis"></template>
|
|
|
</head>
|
|
|
<body>
|
|
@@ -52,7 +53,7 @@
|
|
|
<div class="section_container">
|
|
|
<div class="inner">
|
|
|
<div id="sidebar" class="section_right">
|
|
|
- <div class="box swiper-wrapper" >
|
|
|
+ <div class="box" >
|
|
|
<div class="section_right_item" th:if="${sideJson.get('liveList')}!=null and ${sideJson.get('liveList').size}>0">
|
|
|
<div class="right_item_title">
|
|
|
<p>精彩直播</p>
|
|
@@ -139,7 +140,7 @@
|
|
|
<p>{{ floor.detail }}</p>
|
|
|
<a class="section_page_btn" href="/product/hot.html" target="_blank"></a>
|
|
|
</div>
|
|
|
- <div class="swiper-container-floor hotList recommendBoxHot" id="recommendBox">
|
|
|
+ <div class="swiper-container-floor hotList mySwiper" id="recommendBox">
|
|
|
<div class="swiper-wrapper section_page_main type_08 recommendBox-wrapper recommendBox-wrapperHot clear mfw section_8 max">
|
|
|
<!-- 商品/图片 列表 -->
|
|
|
<a :href="'/product-'+pros.product.productId+'.html'" class="swiper-slide page_main_item hot ad_04" target="_blank" v-for="pros in floor.floorImageList4">
|
|
@@ -220,7 +221,7 @@
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
- <div class="swiper-pagination swiper-pagination-floor mfc hot" :data-id="floor.floorImageList4.length"></div>
|
|
|
+ <div class="swiper-pagination swiper-pagination-floor hot mfc " :data-id="floor.floorImageList4.length"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--楼层-->
|
|
@@ -230,7 +231,7 @@
|
|
|
<h1 :data-id="index+1">{{ floor.title }}</h1>
|
|
|
<p>{{ floor.detail }}</p>
|
|
|
</div>
|
|
|
- <div :class="floor.floorContent.templateType == 8 ? 'swiper-container-floor' : ''"
|
|
|
+ <div :class="floor.floorContent.templateType == 8 ? 'swiper-container-floor mySwiperSlide' : ''"
|
|
|
:id="floor.floorContent.templateType == 8 ? 'recommendBox' : ''"
|
|
|
>
|
|
|
<div :class="floor.floorContent.templateType == 8 ?
|
|
@@ -386,11 +387,11 @@
|
|
|
<p th:text="${floor.get('detail')}"></p>
|
|
|
<a class="section_page_btn" href="/product/hot.html" target="_blank"></a>
|
|
|
</div>
|
|
|
- <div class="hotList swiper-container-floor recommendBoxHot" id="recommendBox">
|
|
|
+ <div class="hotList swiper-container-floor mySwiper" id="recommendBox">
|
|
|
<div class="section_page_main type_08 swiper-wrapper recommendBox-wrapper recommendBox-wrapperHot clear mfw section_8">
|
|
|
<!-- 商品/图片 列表 -->
|
|
|
<th:block th:each="pros : ${floor.get('floorImageList4')}" th:object="${pros}">
|
|
|
- <a th:href="*{link}" class="page_main_item hot ad_04 swiper-slide" target="_blank">
|
|
|
+ <a th:href="*{link}" class="swiper-slide page_main_item hot ad_04" target="_blank">
|
|
|
<th:block th:if="${pros.get('product')}!=null" th:object="${pros.get('product')}">
|
|
|
<img class="page_main_image" src="/img/base/placeholder.png" th:attr="data-original=*{image}" th:alt="*{name}">
|
|
|
</th:block>
|
|
@@ -441,7 +442,7 @@
|
|
|
</a>
|
|
|
</th:block>
|
|
|
</div>
|
|
|
- <div class="swiper-pagination swiper-pagination-floor mfc" th:attr="data-id=${floor.get('floorImageList4').size}"></div>
|
|
|
+ <div class="swiper-pagination swiper-pagination-floor hot mfc" th:attr="data-id=${floor.get('floorImageList4').size}"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--静态化普通楼层-->
|
|
@@ -452,7 +453,7 @@
|
|
|
<p th:text="${floor.get('detail')}"></p>
|
|
|
</div>
|
|
|
<th:block th:object="${floor.get('floorContent')}">
|
|
|
- <div th:class="*{templateType}==8? 'swiper-container-floor' : ''" th:id="*{templateType}==8? 'recommendBox' : ''">
|
|
|
+ <div th:class="*{templateType}==8? 'swiper-container-floor mySwiperSlide' : ''" th:id="*{templateType}==8? 'recommendBox' : ''">
|
|
|
<div th:class="*{templateType}==8? *{'section_page_main type_08 swiper-wrapper recommendBox-wrapper clear mfw section_'+templateType} : *{'section_page_main clear mfw section_'+templateType}">
|
|
|
<!-- 广告图 -->
|
|
|
<th:block th:if="*{templateType}==1 or *{templateType}==2 or *{templateType}==3 or *{templateType}==4 or *{templateType}==5">
|