diff --git a/css/default_shop.css b/css/default_shop.css index d1a0d3d7a..24e803ab9 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -143,6 +143,22 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #sbn_aside ul {margin:0;padding:0;border:0;list-style:none} #sbn_aside li {margin:0 0 1px} +/* aside:장바구니 */ +#sbsk {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f5f6fa} +#sbsk h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#sbsk ul {margin:0;padding:0;border:0;background:#fff;list-style:none} +#sbsk a {display:block;padding:7px 10px 6px;border-bottom:1px solid #f4f4f4;text-decoration:none} +#sbsk a:focus, #sbsk a:hover {background:#f9f9f9} +#sbsk_empty {padding:15px 0;text-align:center} + +/* aside:위시리스트 */ +#swish {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f5f6fa} +#swish h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#swish ul {margin:0;padding:0;border:0;background:#fff;list-style:none} +#swish a {display:block;padding:7px 10px 6px;border-bottom:1px solid #f4f4f4;text-decoration:none} +#swish a:focus, #swish a:hover {background:#f9f9f9} +#swish_empty {padding:15px 0;text-align:center} + #container {position:relative;float:left;width:740px;min-height:500px;height:auto !important;height:500px;background:#fff;zoom:1} #container:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/shop/boxcart.inc.php b/shop/boxcart.inc.php index 45f4d7fc7..bb43abebe 100644 --- a/shop/boxcart.inc.php +++ b/shop/boxcart.inc.php @@ -2,21 +2,34 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> - - -\n"; -} + +\n"; +
  · "; - $it_name = get_text($row['it_name']); - // 이미지로 할 경우 - //$it_name = get_it_image($row[it_id], 50, 50, true); - echo "$it_name
+ + + + + diff --git a/shop/boxwish.inc.php b/shop/boxwish.inc.php index 96a83a25c..388b158cb 100644 --- a/shop/boxwish.inc.php +++ b/shop/boxwish.inc.php @@ -2,24 +2,33 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> - - -\n"; -} + +\n"; +
  · "; - $it_name = get_text($row['it_name']); - // 이미지로 할 경우 - //$it_name = get_it_image($row[it_id], 50, 50, true); - echo "$it_name
+ + + + diff --git a/shop/shop.head.php b/shop/shop.head.php index 3caaaab32..173395bc0 100644 --- a/shop/shop.head.php +++ b/shop/shop.head.php @@ -96,36 +96,34 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
- + - - + - - + - - + - - + - - + - + +
+
-
\ No newline at end of file +
+ \ No newline at end of file