From 2881eced69b18ff8fca2339d0605c2854fbe5ff2 Mon Sep 17 00:00:00 2001 From: SeoJin Kim Date: Sun, 12 Dec 2021 23:59:49 +0900 Subject: [PATCH] =?UTF-8?q?[Spring][=EC=87=BC=ED=95=91=EB=AA=B0=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8][41]=20=EC=A3=BC=EB=AC=B8?= =?UTF-8?q?=20=EA=B5=AC=ED=98=84(=EC=A3=BC=EB=AC=B8=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80)=20-=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://kimvampa.tistory.com/276 --- VamPa/src/main/webapp/WEB-INF/views/order.jsp | 110 +++++++++++++++++- VamPa/src/main/webapp/resources/css/order.css | 59 +++++++++- .../src/main/webapp/WEB-INF/views/order.jsp | 110 +++++++++++++++++- .../src/main/webapp/resources/css/order.css | 59 +++++++++- 4 files changed, 330 insertions(+), 8 deletions(-) diff --git a/VamPa/src/main/webapp/WEB-INF/views/order.jsp b/VamPa/src/main/webapp/WEB-INF/views/order.jsp index 97dfaf4..80d68fa 100644 --- a/VamPa/src/main/webapp/WEB-INF/views/order.jsp +++ b/VamPa/src/main/webapp/WEB-INF/views/order.jsp @@ -235,9 +235,43 @@ - - +
+ +
+
    +
  • + 상품 금액 + 100000원 +
  • +
  • + 배송비 + 100000원 +
  • +
  • + 할인금액 + 100000원 +
  • +
  • + 최종 결제 금액 + + + 1500000 + 원 + +
  • +
  • + 적립예정 포인트 + 7960원 +
  • +
+
+ + +
+ @@ -285,6 +319,14 @@ diff --git a/VamPa/src/main/webapp/resources/css/order.css b/VamPa/src/main/webapp/resources/css/order.css index 596f3cb..9dfa279 100644 --- a/VamPa/src/main/webapp/resources/css/order.css +++ b/VamPa/src/main/webapp/resources/css/order.css @@ -330,7 +330,64 @@ height: 110px; font-size: 12px; } - +/* 주문 종합 정보 */ +.total_info_div{ + position:absolute; + top: 0; + right : 0; + width : 300px; + border : 1px solid #333; + border-top-width:2px; + +} +.total_info_price_div{ + width: 90%; + margin: auto; + position: relative; +} +.total_info_div ul{ + list-style: none; +} +.total_info_div li{ + text-align: right; + margin-top:10px; +} +.price_span_label{ + float: left; +} +.price_total_li{ + border-top: 1px solid #ddd; + padding-top: 20px; +} +.strong_red{ + color: red; +} +.total_price_red{ + font-size: 25px; +} +.total_price_label{ + margin-top: 5px; +} +.point_li{ + padding: 15px; + border-top: 1px solid #ddd; + margin: 10px -15px 0; +} +.total_info_btn_div{ + border-top: 1px solid #ddd; + text-align: center; + padding: 15px 20px; +} +.order_btn{ + display: inline-block; + font-size: 21px; + line-height: 50px; + width: 200px; + height: 50px; + background-color: #365fdd; + color: #fff; + font-weight: bold; +} diff --git a/VamPa_MySQL/src/main/webapp/WEB-INF/views/order.jsp b/VamPa_MySQL/src/main/webapp/WEB-INF/views/order.jsp index 97dfaf4..80d68fa 100644 --- a/VamPa_MySQL/src/main/webapp/WEB-INF/views/order.jsp +++ b/VamPa_MySQL/src/main/webapp/WEB-INF/views/order.jsp @@ -235,9 +235,43 @@ - - +
+ +
+
    +
  • + 상품 금액 + 100000원 +
  • +
  • + 배송비 + 100000원 +
  • +
  • + 할인금액 + 100000원 +
  • +
  • + 최종 결제 금액 + + + 1500000 + 원 + +
  • +
  • + 적립예정 포인트 + 7960원 +
  • +
+
+ + +
+ @@ -285,6 +319,14 @@ diff --git a/VamPa_MySQL/src/main/webapp/resources/css/order.css b/VamPa_MySQL/src/main/webapp/resources/css/order.css index 596f3cb..9dfa279 100644 --- a/VamPa_MySQL/src/main/webapp/resources/css/order.css +++ b/VamPa_MySQL/src/main/webapp/resources/css/order.css @@ -330,7 +330,64 @@ height: 110px; font-size: 12px; } - +/* 주문 종합 정보 */ +.total_info_div{ + position:absolute; + top: 0; + right : 0; + width : 300px; + border : 1px solid #333; + border-top-width:2px; + +} +.total_info_price_div{ + width: 90%; + margin: auto; + position: relative; +} +.total_info_div ul{ + list-style: none; +} +.total_info_div li{ + text-align: right; + margin-top:10px; +} +.price_span_label{ + float: left; +} +.price_total_li{ + border-top: 1px solid #ddd; + padding-top: 20px; +} +.strong_red{ + color: red; +} +.total_price_red{ + font-size: 25px; +} +.total_price_label{ + margin-top: 5px; +} +.point_li{ + padding: 15px; + border-top: 1px solid #ddd; + margin: 10px -15px 0; +} +.total_info_btn_div{ + border-top: 1px solid #ddd; + text-align: center; + padding: 15px 20px; +} +.order_btn{ + display: inline-block; + font-size: 21px; + line-height: 50px; + width: 200px; + height: 50px; + background-color: #365fdd; + color: #fff; + font-weight: bold; +}