배너부분 별도로 분리
This commit is contained in:
@ -258,54 +258,6 @@ $rb_skin['md_auto_is'] 자동롤링 여부(1,0)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="rb_latest_promotion_inner rb_latest_promotion_inner_btm" style="width:<?php echo $rb_core['main_width'] ?>px;">
|
||||
<div class="rb_swiper" id="rb_swiper_<?php echo $rb_skin['md_id'] ?>_btm" data-pc-w="3" data-pc-h="2" data-mo-w="1" data-mo-h="1" data-pc-gap="30" data-mo-gap="20" data-autoplay="1" data-autoplay-time="4000" data-pc-swap="0" data-mo-swap="1">
|
||||
|
||||
<div class="rb_swiper_inner">
|
||||
<div class="rb-swiper-wrapper swiper-wrapper">
|
||||
<div class="rb_swiper_list">
|
||||
<button type="button" class="theme_btns" style="background-image:url('<?php echo G5_THEME_URL ?>/rb.img/theme1_bg.png');" onclick="window.open('/VR/2019(day).html');">
|
||||
<span>23가지 테마가 있는<br>퍼스트가든</span>
|
||||
<span><img src="<?php echo G5_THEME_URL ?>/rb.img/vr_ico.svg"></span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="rb_swiper_list">
|
||||
<button type="button" class="theme_btns" style="background-image:url('<?php echo G5_THEME_URL ?>/rb.img/theme2_bg.png');" onclick="window.open('/VR/2019(night).html');">
|
||||
<span>별빛이 흐르는<br>퍼스트가든</span>
|
||||
<span><img src="<?php echo G5_THEME_URL ?>/rb.img/vr_ico.svg"></span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="rb_swiper_list">
|
||||
<button type="button" class="theme_btns" style="background-image:url('<?php echo G5_THEME_URL ?>/rb.img/theme3_bg.png');" onclick="location.href='<?php echo G5_URL ?>/content/edu1';">
|
||||
<span>교육과 체험이 있는<br>퍼스트가든</span>
|
||||
<span><img src="<?php echo G5_THEME_URL ?>/rb.img/right_ico.svg"></span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="rb_swiper_list">
|
||||
<button type="button" class="theme_btns" style="background-image:url('<?php echo G5_THEME_URL ?>/rb.img/theme4_bg.png');" onclick="location.href='<?php echo G5_URL ?>/facilities';">
|
||||
<span>볼거리와 즐길거리가 있는<br>퍼스트가든</span>
|
||||
<span><img src="<?php echo G5_THEME_URL ?>/rb.img/right_ico.svg"></span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="rb_swiper_list">
|
||||
<button type="button" class="theme_btns" style="background-image:url('<?php echo G5_THEME_URL ?>/rb.img/theme5_bg.png');" onclick="location.href='<?php echo G5_URL ?>/dining';">
|
||||
<span>맛있는 먹을거리가 있는<br>퍼스트가든</span>
|
||||
<span><img src="<?php echo G5_THEME_URL ?>/rb.img/right_ico.svg"></span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="rb_swiper_list">
|
||||
<button type="button" class="theme_btns" style="background-image:url('<?php echo G5_THEME_URL ?>/rb.img/theme6_bg.png');" onclick="location.href='<?php echo G5_URL ?>/news';">
|
||||
<span>365일 쉬지 않는<br>퍼스트가든</span>
|
||||
<span><img src="<?php echo G5_THEME_URL ?>/rb.img/right_ico.svg"></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<script>
|
||||
|
||||
|
||||
@ -33,7 +33,6 @@
|
||||
.rb_latest_promotion .rb_latest_promotion_label.ev_label2 {background-color: #fff}
|
||||
.rb_latest_promotion .bbs_main_wrap_sub {margin-left: 30px; margin-top: 8px; font-size: 18px; color:#483729;}
|
||||
|
||||
.rb_latest_promotion_inner_btm {margin-top: 60px !important;}
|
||||
.theme_btns {width:100%; height:120px; border-radius: 10px; border:0px; background-repeat: no-repeat; background-size: cover; background-position: 0px 0px; display: flex; align-items: center; color:#fff; font-size: 20px; padding-left: 40px; padding-right: 40px; text-align: left;}
|
||||
.theme_btns img {border:0px !important;}
|
||||
.theme_btns span:nth-child(2) {margin-left: auto; height:20px;}
|
||||
@ -46,7 +45,6 @@
|
||||
.rb_latest_promotion .bbs_main_wrap_tit_l {float:none;}
|
||||
.rb_latest_promotion .rb-swiper-slide {width: 100%;}
|
||||
.rb_latest_promotion .bbs_main_wrap_tit_r {margin-top: -86px;}
|
||||
.rb_latest_promotion_inner_btm {margin-top: 30px !important;}
|
||||
.rb_latest_promotion .rb-swiper-slide {width: 100% !important;}
|
||||
.rb_latest_promotion bbs_main_wrap_thumb_top_con {width: 100% !important;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user