상품상세 정보에 하단 고정 메뉴 추가
This commit is contained in:
@ -4,6 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
||||
<script src="<?php echo G5_JS_URL; ?>/jquery.touchSwipe.min.js"></script>
|
||||
<script src="<?php echo G5_JS_URL; ?>/jquery.nicescroll.min.js"></script>
|
||||
<script src="<?php echo G5_JS_URL; ?>/jquery.fancyalert.js"></script>
|
||||
|
||||
<form name="fitem" action="<?php echo $action_url; ?>" method="post" onsubmit="return fitem_submit(this);">
|
||||
@ -376,7 +377,7 @@ $(function(){
|
||||
|
||||
return false;
|
||||
},
|
||||
threshold: 50,
|
||||
threshold: 100,
|
||||
excludedElements:".noSwipe",
|
||||
allowPageScroll:"vertical"
|
||||
};
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
/* ##### maint.(nn).skin.php, list.(nn)skin.php 공통 적용 시작 ##### */
|
||||
/* ##### maint.(nn).skin.php, list.(nn).skin.php 공통 적용 시작 ##### */
|
||||
/* 공통 */
|
||||
.sct_wrap {margin:0 0 30px;zoom:1}
|
||||
.sct_wrap:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
@ -76,7 +76,13 @@
|
||||
.sct_13 .sct_rel_ul {margin:0;padding:0;list-style:none}
|
||||
.sct_13 .sct_rel_li {float:left;margin:0 0 0 10px}
|
||||
.sct_13 .sct_sns {position:absolute;top:20px;right:20px}
|
||||
/* ##### maint.(nn).skin.php, list.(nn)skin.php 공통 적용 끝 ##### */
|
||||
/* ##### maint.(nn).skin.php, list.(nn).skin.php 공통 적용 끝 ##### */
|
||||
|
||||
/* 상품상세 */
|
||||
#info_content {width:100%}
|
||||
#menu_button {position:fixed;left:0;bottom:0;width:100%;height:40px;text-align:center}
|
||||
#menu_list {position:fixed;left:0;bottom:0}
|
||||
.menu_hidden {display:none}
|
||||
|
||||
|
||||
/* 로딩안내 레이어 */
|
||||
|
||||
Reference in New Issue
Block a user