모바일쇼핑몰: table -> ul 변경, 주문서 작성 상품목록 확인 작업 중
This commit is contained in:
@ -500,6 +500,10 @@ fieldset .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7
|
||||
.sod_bsk_itopt li {padding:3px;border-bottom:1px solid #e9e9e9}
|
||||
.sod_option_btn .mod_options {margin:0;padding:3px 0;width:100%;border:0;background:#333;color:#fff;cursor:pointer}
|
||||
|
||||
#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}
|
||||
|
||||
#sod_bsk_list {position:relative}
|
||||
#sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll;overflow-x:none}
|
||||
|
||||
@ -551,6 +555,9 @@ fieldset .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7
|
||||
|
||||
#sod_frm_escrow {margin:30px 0 0}
|
||||
|
||||
/* 배송지 목록 */
|
||||
#sod_addr .td_mng button {margin:0;padding:0;border:0;background:transparent}
|
||||
|
||||
/* 주문내역 */
|
||||
#sod_v {}
|
||||
#sod_v .basic_tbl {text-align:center}
|
||||
|
||||
@ -417,7 +417,7 @@ ob_end_clean();
|
||||
}
|
||||
?>
|
||||
</select> -->
|
||||
<input type="text" name="od_hope_date" value="" id="od_hope_date" required class="frm_input required" size="11" maxlength="10" readonly="readonly"> 이후로 배송 바랍니다.
|
||||
<input type="text" name="od_hope_date" value="" id="od_hope_date" required class="frm_input required" size="11" maxlength="10" readonly> 이후로 배송 바랍니다.
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
@ -450,7 +450,7 @@ ob_end_clean();
|
||||
$row = sql_fetch($sql);
|
||||
if($row['ad_id']) {
|
||||
$val1 = $row['ad_name'].$sep.$row['ad_tel'].$sep.$row['ad_hp'].$sep.$row['ad_zip1'].$sep.$row['ad_zip2'].$sep.$row['ad_addr1'].$sep.$row['ad_addr2'].$sep.$row['ad_subject'];
|
||||
$addr_list .= '<input type="radio" name="ad_sel_addr" value="'.$val1.'" id="ad_sel_addr_def">'.PHP_EOL;
|
||||
$addr_list .= '<br><input type="radio" name="ad_sel_addr" value="'.$val1.'" id="ad_sel_addr_def">'.PHP_EOL;
|
||||
$addr_list .= '<label for="ad_sel_addr_def">기본배송지</label>'.PHP_EOL;
|
||||
}
|
||||
|
||||
|
||||
@ -50,9 +50,6 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
||||
|
||||
<h1 id="win_title">배송지 목록</h1>
|
||||
|
||||
<div>
|
||||
<button type="button" onclick="self.close();">닫기</button>
|
||||
</div>
|
||||
<div class="tbl_head01 tbl_wrap">
|
||||
<table>
|
||||
<thead>
|
||||
@ -87,7 +84,7 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
||||
<td><?php echo sprintf('%s %s', $row['ad_addr1'], $row['ad_addr2']); ?></td>
|
||||
<td class="td_mng">
|
||||
<input type="hidden" value="<?php echo $addr; ?>">
|
||||
<button type="button" class="sel_address btn_frmline">선택</button>
|
||||
<button type="button" class="sel_address">선택</button>
|
||||
<a href="<?php echo $_SERVER['PHP_SELF']; ?>?w=d&ad_id=<?php echo $row['ad_id']; ?>" class="del_address">삭제</a>
|
||||
</td>
|
||||
</tr>
|
||||
@ -98,8 +95,9 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="btn_list">
|
||||
<input type="submit" name="act_button" value="선택수정" id="btn_submit">
|
||||
<div class="win_btn">
|
||||
<input type="submit" name="act_button" value="선택수정" class="btn_submit">
|
||||
<button type="button" onclick="self.close();">닫기</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@ -212,10 +212,6 @@
|
||||
.td_sit_sel {position:relative}
|
||||
.sit_sel_submit {position:static !important;position:absolute;float:right !important;float:none;top:8px;right:0}
|
||||
|
||||
#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_sel_option h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
|
||||
#sit_tot_price {margin:20px 0;font-size:1.3em;font-weight:bold}
|
||||
|
||||
Reference in New Issue
Block a user