쇼핑몰: #95 오늘 본 상품 배경색 처리

This commit is contained in:
whitedot
2013-05-03 09:22:48 +09:00
parent 4f5f02d39e
commit 45b9d8b1f2

View File

@ -92,8 +92,8 @@ a:active {color:#000;text-decoration:underline}
#wrapper_title {margin-bottom:20px;font-size:1.2em}
/* 오늘 본 상품 */
#stv {z-index:1001;float:right;position:relative;width:88px;background:#fff}
#stv_list {position:fixed !important;position:absolute;width:88px;border:1px solid #e9e9e9}
#stv {z-index:1001;float:right;position:relative;width:88px}
#stv_list {position:fixed !important;position:absolute;width:88px;border:1px solid #e9e9e9;background:#fff}
#stv_list h2 {padding:10px 0 8px;background:#f7f7f7;text-align:center;letter-spacing:-0.1em}
#stv_pg {display:block;margin:5px 0 0}
#stv_list p {padding:20px 0;text-align:center}