...
|
...
|
@@ -14,9 +14,13 @@ |
|
|
/*width: 625px;*/
|
|
|
/*height: 648px;*/
|
|
|
/*}*/
|
|
|
.Spot_item, .swiper-slide-prev, .swiper-slide-prev .Spot_item img {
|
|
|
.Spot_items, .swiper-slide-prev, .swiper-slide-prev .Spot_item img {
|
|
|
max-width: 1200px;
|
|
|
}
|
|
|
.Spot_main .swiper-slide-next .Spot_top img {
|
|
|
width: 625px;
|
|
|
height: 648px;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
|
...
|
...
|
@@ -71,7 +75,7 @@ |
|
|
<div class="swiper-slide">
|
|
|
<div class="Spot_item">
|
|
|
<a href="/portal/enjoy/getEnjoyDetail?id={$vo.id}">
|
|
|
<div class="Spot_top"><img src="{:cmf_get_image_url($vo.thumbnail)}" alt=""></div>
|
|
|
<div class="Spot_top"><img style="max-width: 648px;" src="{:cmf_get_image_url($vo.thumbnail)}" alt=""></div>
|
|
|
<div class="Spot_bottom">
|
|
|
<div class="Spot_bottom_title">
|
|
|
{$vo.post_title}
|
...
|
...
|
|