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

修改星享体验样式错误

@@ -14,9 +14,13 @@ @@ -14,9 +14,13 @@
14 /*width: 625px;*/ 14 /*width: 625px;*/
15 /*height: 648px;*/ 15 /*height: 648px;*/
16 /*}*/ 16 /*}*/
17 - .Spot_item, .swiper-slide-prev, .swiper-slide-prev .Spot_item img { 17 + .Spot_items, .swiper-slide-prev, .swiper-slide-prev .Spot_item img {
18 max-width: 1200px; 18 max-width: 1200px;
19 } 19 }
  20 + .Spot_main .swiper-slide-next .Spot_top img {
  21 + width: 625px;
  22 + height: 648px;
  23 + }
20 </style> 24 </style>
21 </head> 25 </head>
22 26
@@ -71,7 +75,7 @@ @@ -71,7 +75,7 @@
71 <div class="swiper-slide"> 75 <div class="swiper-slide">
72 <div class="Spot_item"> 76 <div class="Spot_item">
73 <a href="/portal/enjoy/getEnjoyDetail?id={$vo.id}"> 77 <a href="/portal/enjoy/getEnjoyDetail?id={$vo.id}">
74 - <div class="Spot_top"><img src="{:cmf_get_image_url($vo.thumbnail)}" alt=""></div> 78 + <div class="Spot_top"><img style="max-width: 648px;" src="{:cmf_get_image_url($vo.thumbnail)}" alt=""></div>
75 <div class="Spot_bottom"> 79 <div class="Spot_bottom">
76 <div class="Spot_bottom_title"> 80 <div class="Spot_bottom_title">
77 {$vo.post_title} 81 {$vo.post_title}