쇼핑몰: #118 상품 목록 현재 위치 작업 중, 레이아웃 배경색 faf9f5 에서 f7f7f7 로 변경
This commit is contained in:
@ -57,7 +57,7 @@ a:active {color:#000;text-decoration:underline}
|
||||
.hd_pops_footer {position:absolute;bottom:0;left:0;padding:10px 0;width:100%;background:#000;color:#fff;text-align:right}
|
||||
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}
|
||||
|
||||
#hd_nb {border-bottom:1px solid #e9e9e9;background:#faf9f5;zoom:1}
|
||||
#hd_nb {border-bottom:1px solid #e9e9e9;background:#f7f7f7;zoom:1}
|
||||
#hd_nb:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#hd_nb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#hd_nb ul {margin:0 auto;width:110px}
|
||||
@ -68,7 +68,7 @@ a:active {color:#000;text-decoration:underline}
|
||||
|
||||
#hd_aside {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||
#hd_aside h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#hd_aside div {position:relative;margin:0 auto;width:998px;border-right:1px solid #e9e9e9;border-left:1px solid #e9e9e9;background:#faf9f5;zoom:1}
|
||||
#hd_aside div {position:relative;margin:0 auto;width:998px;border-right:1px solid #e9e9e9;border-left:1px solid #e9e9e9;background:#f7f7f7;zoom:1}
|
||||
#hd_aside div:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
|
||||
#sch_all {float:left;background:#fff}
|
||||
@ -308,7 +308,11 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important
|
||||
|
||||
/* 상품 목록 */
|
||||
#sct {}
|
||||
.sct_admin {text-align:right}
|
||||
.sct_admin {margin:0 0 10px;text-align:right}
|
||||
|
||||
/* 상품 목록 현재 위치 */
|
||||
#sct_location {border:1px solid #e9e9e9;background:#f7f7f7}
|
||||
#sct_location a {display:inline-block;padding:10px 10px 8px}
|
||||
|
||||
/* 상품 정렬 */
|
||||
#sct_sort {margin:0 0 10px;zoom:1}
|
||||
@ -319,6 +323,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important
|
||||
#sct_sort ul:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
#sct_sort li {float:left;position:relative;margin-left:-1px}
|
||||
|
||||
/* ##### maintype(nn).inc.php, list.skin.(nn).php 공통 적용 시작 ##### */
|
||||
/* 공통 */
|
||||
.sct_wrap {margin:0 0 30px;zoom:1}
|
||||
.sct_wrap:after {display:block;visibility:hidden;clear:both;content:''}
|
||||
@ -390,6 +395,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important
|
||||
.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}
|
||||
/* ##### maintype(nn).inc.php, list.skin.(nn).php 공통 적용 끝 ##### */
|
||||
|
||||
/* 상품 상세보기 */
|
||||
.sit_icon {display:inline-block;margin:0 0 0 4px}
|
||||
|
||||
Reference in New Issue
Block a user