From c0ad64e6bb0aa84cc25ed2af6c8d165569b64bd6 Mon Sep 17 00:00:00 2001 From: candice Date: Mon, 11 Dec 2023 13:58:12 +0800 Subject: [PATCH] =?UTF-8?q?QI=E8=A1=A8=E5=8D=95=E4=BA=BA=E6=95=B0=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile-first.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/css/mobile-first.css b/css/mobile-first.css index df2ed074..5e5d3f1e 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -832,14 +832,18 @@ textarea { border: none; background: #ad1818; } .group_selection { display: flex;} - #adultBlock { display: inline-block;} .kids_age { float: left; - width: 29%; + width: 31%; margin: 0 5px; } + #adultBlock { + width: 100%; + display: inline-block; + margin: 15px 0; + } #childrenBlock p { - font-size: 18px; + font-size: 19px; } .selectionBlock {display: inline-block; width: 100%; @@ -1558,10 +1562,10 @@ ul.inspiration li a:hover { select.kids_number { width: 100%;} select.country_code, select.kids_number { margin-right: 5px; - border: none; + border: 1px solid #d1d1d1; font-size: 16px; color: #555; - height: 37px; + height: 40px; padding-left: 10px; background: #fff; border-radius: 6px;}