공통: #363 배송비 지불방법 마크업 및 내용관리/FAQ관리 스타일 제거
This commit is contained in:
@ -311,6 +311,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
|
||||
.td_date {width:60px;text-align:center}
|
||||
.td_datetime {width:110px;text-align:center}
|
||||
.td_default {width:60px;text-align:center}
|
||||
.td_dvr {width:30px;text-align:center}
|
||||
.td_group {width:100px;text-align:center}
|
||||
.td_imgsmall {width:60px;text-align:center}
|
||||
.td_num {width:50px;text-align:center}
|
||||
@ -814,30 +815,6 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
|
||||
#sbn_idx ul {margin:0;padding:0;border:0;list-style:none}
|
||||
#sbn_idx li {margin:0 0 1px}
|
||||
|
||||
/* 내용관리 */
|
||||
#socc {margin:10px 0;padding:10px;border:1px solid #e9e9e9}
|
||||
.socc_admin {text-align:right}
|
||||
#socc header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#socc_con {padding:10px 0}
|
||||
.socc_img {text-align:center}
|
||||
|
||||
/* FAQ 관리 */
|
||||
#sfaq_wrap {margin:10px 0}
|
||||
#sfaq_wrap h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
.sfaq_admin {text-align:right}
|
||||
#sfaq_wrap ol {margin:0;padding:0;list-style:none}
|
||||
#sfaq_list {margin:0 0 10px;border:1px solid #ccc}
|
||||
#sfaq_list li {border-bottom:1px solid #fff;background:#f2f5f9}
|
||||
#sfaq_list a {display:block;padding:10px;font-weight:bold;text-decoration:none}
|
||||
#sfaq_list a:focus,
|
||||
#sfaq_list a:hover {background:#626870;color:#fff}
|
||||
#sfaq_con {border:1px solid #e9e9e9;border-top:0}
|
||||
#sfaq_con li {padding:0 0 10px}
|
||||
#sfaq_con h3 {padding:10px;background:#f2f5f9;border-top:1px solid #e9e9e9}
|
||||
#sfaq_con p {padding:10px}
|
||||
.sfaq_tolist {padding:0 10px;text-align:right}
|
||||
.sfaq_img {text-align:center}
|
||||
|
||||
/* 상품검색 */
|
||||
#ssch_frm {padding:20px;border:1px solid #e9e9e9;background:#f2f5f9;zoom:1}
|
||||
#ssch_frm:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
|
||||
@ -234,12 +234,12 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
|
||||
.sod_list .li_name {margin:0 0 15px}
|
||||
.sod_list .li_name a {display:block;width:90%}
|
||||
.sod_list .li_name strong {display:inline-block;padding:8px 0 10px;font-size:1.167em}
|
||||
.sod_list .li_prqty {margin:0 0 5px;padding:0 0 15px;border-bottom:1px solid #e9e9e9}
|
||||
.sod_list .li_prqty {margin:0 0 5px;padding:0 0 15px;border-bottom:1px solid #e9e9e9;text-align:Center}
|
||||
.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_list .li_prqty span {font-weight:bold}
|
||||
.sod_list .li_prqty span span {font-weight:normal}
|
||||
.sod_list .prqty_price {float:left;padding:0 2% 0 0;width:48%;border-right:1px solid #e9e9e9;text-align:right}
|
||||
.sod_list .prqty_qty {float:right;width:48%;text-align:left}
|
||||
.sod_list .li_prqty span {display:inline-block;font-weight:bold}
|
||||
.sod_list .li_prqty span span {margin:0 5px 0 0;font-weight:normal}
|
||||
.sod_list .prqty_qty {margin:0 20px;padding:0 20px;border-right:1px solid #e9e9e9;border-left:1px solid #e9e9e9}
|
||||
.sod_list .prqty_stat {margin:0 0 0 20px;padding:0 0 0 20px;border-left:1px solid #e9e9e9}
|
||||
.sod_list .li_cp, .sod_list .li_mod {margin:5px 0 0}
|
||||
.sod_list .li_cp:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sod_list .li_cp .cp_btn, .sod_list .li_cp .cp_cancel, .sod_list .li_mod .mod_btn {margin:0;padding:10px 0;width:100%;border:0;background:#ff882a;color:#fff;font-weight:bold}
|
||||
|
||||
@ -105,7 +105,7 @@ $cart_count = mysql_num_rows($result);
|
||||
<div class="li_prqty">
|
||||
<span class="prqty_price"><span>판매가 </span><?php echo number_format($row['ct_price']); ?></span>
|
||||
<span class="prqty_qty"><span>수량 </span><?php echo number_format($sum['qty']); ?></span>
|
||||
<span class="prqty_qty"><span>배송비 </span><?php echo $ct_send_cost; ?></span>
|
||||
<span class="prqty_sc"><span>배송비 </span><?php echo $ct_send_cost; ?></span>
|
||||
</div>
|
||||
<div class="li_total" style="padding-left:<?php echo $image_width + 10; ?>px;height:auto !important;height:<?php echo $image_height; ?>px;min-height:<?php echo $image_height; ?>px">
|
||||
<span class="total_img"><?php echo $image; ?></span>
|
||||
|
||||
@ -195,7 +195,7 @@ ob_start();
|
||||
<div class="li_prqty">
|
||||
<span class="prqty_price"><span>판매가 </span><?php echo number_format($row['ct_price']); ?></span>
|
||||
<span class="prqty_qty"><span>수량 </span><?php echo number_format($sum['qty']); ?></span>
|
||||
<span class="prqty_qty"><span>배송비 </span><?php echo $ct_send_cost; ?></span>
|
||||
<span class="prqty_sc"><span>배송비 </span><?php echo $ct_send_cost; ?></span>
|
||||
</div>
|
||||
<div class="li_total" style="padding-left:<?php echo $image_width + 10; ?>px;height:auto !important;height:<?php echo $image_height; ?>px;min-height:<?php echo $image_height; ?>px">
|
||||
<span class="total_img"><?php echo $image; ?></span>
|
||||
|
||||
@ -88,8 +88,8 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
||||
<div class="li_prqty">
|
||||
<span class="prqty_price"><span>판매가 </span><?php echo number_format($opt_price); ?></span>
|
||||
<span class="prqty_qty"><span>수량 </span><?php echo number_format($opt['ct_qty']); ?></span>
|
||||
<span class="prqty_qty"><span>배송비 </span><?php echo $ct_send_cost; ?></span>
|
||||
<span class="prqty_qty"><span>상태 </span><?php echo $opt['ct_status']; ?></span>
|
||||
<span class="prqty_sc"><span>배송비 </span><?php echo $ct_send_cost; ?></span>
|
||||
<span class="prqty_stat"><span>상태 </span><?php echo $opt['ct_status']; ?></span>
|
||||
</div>
|
||||
<div class="li_total" style="padding-left:<?php echo $image_width + 10; ?>px;height:auto !important;height:<?php echo $image_height; ?>px;min-height:<?php echo $image_height; ?>px">
|
||||
<a href="./item.php?it_id=<?php echo $row['it_id']; ?>" class="total_img"><?php echo $image; ?></a>
|
||||
|
||||
@ -127,7 +127,7 @@ include_once('./_head.php');
|
||||
<td class="td_numbig"><?php echo number_format($row['ct_price']); ?></td>
|
||||
<td class="td_numbig"><span id="sell_price_<?php echo $i; ?>"><?php echo number_format($sell_price); ?></span></td>
|
||||
<td class="td_numbig"><?php echo number_format($point); ?></td>
|
||||
<td><?php echo $ct_send_cost; ?></td>
|
||||
<td class="td_dvr"><?php echo $ct_send_cost; ?></td>
|
||||
<td class="td_chk">
|
||||
<label for="ct_chk_<?php echo $i; ?>" class="sound_only">상품</label>
|
||||
<input type="checkbox" name="ct_chk[<?php echo $i; ?>]" value="1" id="ct_chk_<?php echo $i; ?>" checked="checked">
|
||||
|
||||
@ -337,7 +337,7 @@ function get_intall_file()
|
||||
<td class="td_mngsmall"><?php echo $cp_button; ?></td>
|
||||
<td class="td_numbig"><span class="total_price"><?php echo number_format($sell_price); ?></span></td>
|
||||
<td class="td_numbig"><?php echo number_format($point); ?></td>
|
||||
<td><?php echo $ct_send_cost; ?></td>
|
||||
<td class="td_dvr"><?php echo $ct_send_cost; ?></td>
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
|
||||
@ -120,7 +120,7 @@ if(openwin != null) {
|
||||
<td headers="th_itprice" class="td_numbig"><?php echo number_format($opt_price); ?></td>
|
||||
<td headers="th_itsum" class="td_numbig"><?php echo number_format($sell_price); ?></td>
|
||||
<td headers="th_itpt" class="td_num"><?php echo number_format($point); ?></td>
|
||||
<td headers="th_itpt" class="td_num"><?php echo $ct_send_cost; ?></td>
|
||||
<td headers="th_itpt" class="td_dvr"><?php echo $ct_send_cost; ?></td>
|
||||
<td headers="th_itst" class="td_mngsmall"><?php echo $opt['ct_status']; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user