作者 景龙
1 个管道 的构建 通过 耗费 3 秒

修改样式地道风物

@@ -647,7 +647,7 @@ @@ -647,7 +647,7 @@
647 </div> 647 </div>
648 <!-- 更多按钮 --> 648 <!-- 更多按钮 -->
649 <div class="star_gall_more"> 649 <div class="star_gall_more">
650 - <a href="">MORE+</a> 650 + <a href="/portal/region/getMoreGallery">MORE+</a>
651 </div> 651 </div>
652 </div> 652 </div>
653 </div> 653 </div>
@@ -127,9 +127,7 @@ @@ -127,9 +127,7 @@
127 <ul class="swiper-wrapper"> 127 <ul class="swiper-wrapper">
128 <volist name="res_xyhl" id="vo"> 128 <volist name="res_xyhl" id="vo">
129 <li class="swiper-slide"> 129 <li class="swiper-slide">
130 - <a href="/portal/region/getGalleryDetail?id={$vo.id}">  
131 <img class="swiper-slide slide-image" src="{:cmf_get_image_url($vo.thumbnail)}" alt=""> 130 <img class="swiper-slide slide-image" src="{:cmf_get_image_url($vo.thumbnail)}" alt="">
132 - </a>  
133 </li> 131 </li>
134 </volist> 132 </volist>
135 </ul> 133 </ul>
@@ -201,31 +201,30 @@ @@ -201,31 +201,30 @@
201 prevEl: '.Product .swiper-button-prev', 201 prevEl: '.Product .swiper-button-prev',
202 }, 202 },
203 }); 203 });
204 - var swipe = new Swiper('.Specialty .swiper-container', { 204 + var swiper = new Swiper('.Specialty .swiper-container', {
205 slidesPerView: 'auto', 205 slidesPerView: 'auto',
206 spaceBetween: 13, 206 spaceBetween: 13,
207 207
208 navigation: { 208 navigation: {
209 nextEl: '.Specialty .swiper-button-next', 209 nextEl: '.Specialty .swiper-button-next',
210 prevEl: '.Specialty .swiper-button-prev', 210 prevEl: '.Specialty .swiper-button-prev',
211 - }, 211 + }
212 }); 212 });
213 - var swipe = new Swiper('.Innovation .swiper-container', { 213 + var swiper = new Swiper('.Innovation .swiper-container', {
214 slidesPerView: 'auto', 214 slidesPerView: 'auto',
215 spaceBetween: 13, 215 spaceBetween: 13,
216 -  
217 navigation: { 216 navigation: {
218 nextEl: '.Innovation .swiper-button-next', 217 nextEl: '.Innovation .swiper-button-next',
219 prevEl: '.Innovation .swiper-button-prev', 218 prevEl: '.Innovation .swiper-button-prev',
220 - }, 219 + }
221 }); 220 });
222 - var swip = new Swiper('.Lifestyle .swiper-container', { 221 + var swiper = new Swiper('.Lifestyle .swiper-container', {
223 slidesPerView: 2, 222 slidesPerView: 2,
224 spaceBetween: 16, 223 spaceBetween: 16,
225 navigation: { 224 navigation: {
226 nextEl: '.Lifestyle .swiper-button-next', 225 nextEl: '.Lifestyle .swiper-button-next',
227 prevEl: '.Lifestyle .swiper-button-prev', 226 prevEl: '.Lifestyle .swiper-button-prev',
228 - }, 227 + }
229 }); 228 });
230 229
231 </script> 230 </script>
@@ -69,6 +69,12 @@ main { @@ -69,6 +69,12 @@ main {
69 } 69 }
70 .Specialty_item_name{ 70 .Specialty_item_name{
71 text-align:center; 71 text-align:center;
  72 + height: 33px;
  73 + overflow: hidden;
  74 + text-overflow: ellipsis;
  75 + display: -webkit-box;
  76 + -webkit-line-clamp: 2;
  77 + -webkit-box-orient: vertical;
72 } 78 }
73 .Product_item_Route { 79 .Product_item_Route {
74 box-sizing: border-box; 80 box-sizing: border-box;
@@ -170,6 +176,12 @@ main { @@ -170,6 +176,12 @@ main {
170 .Specialty_main .swiper-slide:nth-child(3n+1) .Specialty_item .Specialty_item_name{ 176 .Specialty_main .swiper-slide:nth-child(3n+1) .Specialty_item .Specialty_item_name{
171 text-align: center; 177 text-align: center;
172 margin-top: 16px; 178 margin-top: 16px;
  179 + height: 33px;
  180 + overflow: hidden;
  181 + text-overflow: ellipsis;
  182 + display: -webkit-box;
  183 + -webkit-line-clamp: 2;
  184 + -webkit-box-orient: vertical;
173 } 185 }
174 .Specialty_item .Specialty_item_price{ 186 .Specialty_item .Specialty_item_price{
175 text-align: center; 187 text-align: center;