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