From c484005bf1cc89f7c00291f3deff689fa55b0567 Mon Sep 17 00:00:00 2001 From: candice Date: Thu, 16 May 2024 13:42:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9B=BD=E5=AE=B6=E5=8F=B7?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../order/views/gh/confirm_order.php | 280 +++++++++++++++++- 1 file changed, 272 insertions(+), 8 deletions(-) diff --git a/application/third_party/order/views/gh/confirm_order.php b/application/third_party/order/views/gh/confirm_order.php index 020f9465..07d23564 100644 --- a/application/third_party/order/views/gh/confirm_order.php +++ b/application/third_party/order/views/gh/confirm_order.php @@ -116,14 +116,14 @@ .inputTerm input { width: 100%; margin: 0; - font-size: 22px; + font-size: 20px; border: 1px solid #d1d1d1; height: 60px; padding: 15px 15px 0 20px; border-radius: 4px; color: #000 } - + .inputTerm input.number { width: 51%; height: 57px;} button#tmsubmit { background: #ad1818; text-align: center; @@ -228,7 +228,18 @@ input.arrivalDate {height: 50px; width: 347px; font-size: 19px; padding: 5px 15p width: 100%; margin-top: 15px; } - + select.code { + font-size: 18px; + color: #000; + height: 57px; + padding-left: 10px; + background: #fff; + border-radius: 4px; + border: 1px solid #d1d1d1; + width: auto; + position: relative; + top: -8px; + } p.top_info { width: 860px; margin: 0 auto; @@ -305,7 +316,7 @@ input.arrivalDate {height: 50px; width: 347px; font-size: 19px; padding: 5px 15p } select.country_code, - .selectionBlock, input.arrivalDate { + .selectionBlock, input.arrivalDate, .inputTerm input.number, select.code { width: 100%; } @@ -677,10 +688,263 @@ select.gender_pick {border: 1px solid #d1d1d1;
- - + +

Date of birth