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

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}

View File

@ -92,13 +92,6 @@
.td_sit_sel {position:relative}
.sit_sel_submit {margin:5px 0 0 !important;width:100%}
#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}
#sit_ov_soldout {margin:0 0 20px;color:#ff3061;font-weight:bold;text-align:center}
#sit_ov_btn {margin:0;padding:0;text-align:center}

View File

@ -34,7 +34,7 @@ if(!mysql_num_rows($result))
$option_1 = get_item_options($it['it_id'], $it['it_option_subject']);
if($option_1) {
?>
<section>
<section class="tbl_wrap tbl_head02">
<h3>선택옵션</h3>
<table class="sit_ov_tbl">
<colgroup>
@ -56,7 +56,7 @@ if($option_1) {
$option_2 = get_item_supply($it['it_id'], $it['it_supply_subject']);
if($option_2) {
?>
<section>
<section class="tbl_wrap tbl_head02">
<h3>추가옵션</h3>
<table class="sit_ov_tbl">
<colgroup>
@ -114,6 +114,7 @@ if($option_2) {
</div>
<div id="sit_tot_price"></div>
<div class="btn_confirm">
<input type="submit" value="선택사항적용" class="btn_submit">
<button type="button" id="mod_option_close" class="btn_cancel">닫기</button>