모바일쇼핑몰: 장바구니 옵션선택 수정 스타일 복구

This commit is contained in:
whitedot
2013-12-03 17:34:11 +09:00
parent 4880f63ef3
commit 83534bc94d
3 changed files with 11 additions and 10 deletions

View File

@ -227,11 +227,18 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
.sod_opt ul {margin:0;padding:0;list-style:none}
.sod_opt li {padding:8px}
#sit_opt_added {margin:0;padding:0;border:1px solid #e9e9e9;border-bottom:0;background:#fff;list-style:none}
#sit_opt_added li {padding:10px 20px;border-bottom:1px solid #e9e9e9}
#sit_opt_added li div {margin:5px 0 0;text-align:right}
#sit_opt_added .btn_frmline {height:1.85em;line-height:1.85em}
#sit_tot_price {margin:20px 0;font-size:1.3em;font-weight:bold}
/* 장바구니 */
#sod_bsk {}
#sod_bsk_list {position:relative}
#sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:0;padding:20px;width:320px;height:auto !important;height:480px;max-height:480px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll}
#sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:0;padding:20px;width:90%;height:auto !important;height:480px;max-height:480px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll}
html.no-overflowscrolling #mod_option_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_bsk_tot {margin:0 0 15px;padding:10px;border:1px solid #e9e9e9;background:#f2f5f9}