mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
#1354 xeicon 페이지 별도 옵션 지정
This commit is contained in:
parent
801198bdba
commit
7676d787ab
2 changed files with 7 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ a:hover,a:active,a:focus{text-decoration:none}
|
||||||
|
|
||||||
/* Fixed Header */
|
/* Fixed Header */
|
||||||
/*.container.fixed_header{padding-top:80px}*/
|
/*.container.fixed_header{padding-top:80px}*/
|
||||||
.fixed_header .header_wrap{position:absolute;top:0;left:0;width:100%;z-index:1000}
|
|
||||||
.fixed_header .header_wrap.shrink{position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid #e1e1e1;background-color:#fff;-webkit-animation:ani-header 0.5s forwards;animation:ani-header 0.5s forwards}
|
.fixed_header .header_wrap.shrink{position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid #e1e1e1;background-color:#fff;-webkit-animation:ani-header 0.5s forwards;animation:ani-header 0.5s forwards}
|
||||||
.fixed_header .header_wrap.shrink .header>h1{padding:0}
|
.fixed_header .header_wrap.shrink .header>h1{padding:0}
|
||||||
.fixed_header .header_wrap.shrink .gnb>ul>li>a{line-height:60px}
|
.fixed_header .header_wrap.shrink .gnb>ul>li>a{line-height:60px}
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,13 @@
|
||||||
<block cond="!$layout_info->slide_img1">{@ $_sample_slide = true}</block>
|
<block cond="!$layout_info->slide_img1">{@ $_sample_slide = true}</block>
|
||||||
<block cond="$layout_info->use_demo === 'Y'">{@ $_sample_footer = true}</block>
|
<block cond="$layout_info->use_demo === 'Y'">{@ $_sample_footer = true}</block>
|
||||||
|
|
||||||
|
<!--// xeicon 페이지 별도 정의 -->
|
||||||
|
<block cond="$mid === 'xeicon'">
|
||||||
|
{@ $layout_info->layout_type = 'sub'}
|
||||||
|
{@ $layout_info->menu_type_sub = 'onepage_parallax'}
|
||||||
|
{@ $layout_info->content_fixed_width = 'N'}
|
||||||
|
</block>
|
||||||
|
|
||||||
<!--// 콘텐츠 영역 폭 -->
|
<!--// 콘텐츠 영역 폭 -->
|
||||||
<block cond="$layout_info->content_fixed_width === 'index'">
|
<block cond="$layout_info->content_fixed_width === 'index'">
|
||||||
{@ $layout_info->content_fixed_width = (!$_is_indexmodule) ? 'Y' : 'N';}
|
{@ $layout_info->content_fixed_width = (!$_is_indexmodule) ? 'Y' : 'N';}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue