쇼핑몰: #94 인덱스 팝업레이어 표준화 및 스타일 완료

This commit is contained in:
whitedot
2013-04-26 18:36:48 +09:00
parent fd0b8d5330
commit 090676a6fa
3 changed files with 31 additions and 25 deletions

View File

@ -54,6 +54,13 @@ a:active {color:#000;text-decoration:underline}
/* 상단 레이아웃 */
#hd h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1000px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {margin:0 0 30px}
.hd_pops_chk {position:absolute;bottom:0;left:0;padding:10px 0;width:100%;background:#000;color:#fff;text-align:right}
.hd_pops_chk input {margin-right:10px}
#hd_nb {border-bottom:1px solid #e9e9e9;background:#faf9f5;zoom:1}
#hd_nb:after {display:block;visibility:hidden;clear:both;content:''}
#hd_nb ul {margin:0 auto;width:110px}