From 5952184663d4f7ad3355f23a8cd1b98e6d62008a Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 1 Jul 2013 09:51:20 +0900 Subject: [PATCH] shop: item buy, selected option reading --- css/default_shop.css | 2 ++ shop/item.php | 9 +++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 16ade7dfb..3e33d312f 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -487,6 +487,8 @@ td.empty_table {padding:85px 0;text-align:center} #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} #sit_ov_btn {margin:0 0 0 34px !important;margin:0 0 0 33px;padding:0;list-style:none;zoom:1} diff --git a/shop/item.php b/shop/item.php index df8d00678..30459ef10 100644 --- a/shop/item.php +++ b/shop/item.php @@ -398,8 +398,9 @@ else -
- +
+

선택된 옵션

+
  • @@ -421,8 +422,8 @@ else price_calculate(); }); - -
+ +