From f0202f80f312c4ec45ac6c7551db84d2fe5761b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Thu, 17 Aug 2023 11:56:51 +0900 Subject: [PATCH] shoppingmallv2 init... --- app/Views/front/order/index.php | 6 +++--- public/css/front/order.css | 12 +++++++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/app/Views/front/order/index.php b/app/Views/front/order/index.php index 9f89e02..4d071d8 100644 --- a/app/Views/front/order/index.php +++ b/app/Views/front/order/index.php @@ -42,8 +42,8 @@
-
+
결제정보
상품수 @@ -57,13 +57,13 @@ 할인금액
-
+
총결제금액
"btn btn-outline btn-primary")); ?>
+
-
diff --git a/public/css/front/order.css b/public/css/front/order.css index beb5f26..611d5cf 100644 --- a/public/css/front/order.css +++ b/public/css/front/order.css @@ -6,23 +6,25 @@ ------------------------------------------------------------ */ div#order { position:relative; + margin:0px; + padding:0px; + /* border:1px solid red; */ } div#order div.orderbox { position:fixed; width:200px; - height:220px; - padding:10px; + padding:5px; border:1px solid gray; } div#order div.orderbox div.title{ font-size:18px; - font-weight: 500; - padding-bottom:10px; + font-weight: 600; border-bottom:2px solid gray; } div#order div.orderbox div.item{ padding-bottom:5px; + /* border:1px solid red; */ } div#order div.orderbox div.item span.label{ color: gray; @@ -43,6 +45,6 @@ div#order div.orderbox div.total span.value{ font-weight: 800; } div#order div.orderbox div.submit{ + padding-top:10px; text-align:center; - padding-top:25px; } \ No newline at end of file