From c50576e53f9a0186dceff8db79d22b38c7e3c89d Mon Sep 17 00:00:00 2001 From: candice Date: Mon, 12 Jun 2023 16:40:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=A8=A1=E6=9D=BFnewsletter?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=A0=B7=E5=BC=8F=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile-first.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/css/mobile-first.css b/css/mobile-first.css index bcb5438..9d0f564 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -2087,6 +2087,27 @@ font-size: 27px;} padding: 100px 15px; margin-bottom: -70px; } + .newsletter_form {margin-bottom: 0; background: url(https://data.chinahighlights.com/image/forms/ch-bottom-newsletter-bg-beijing-great-wall.jpg) no-repeat; background-size: cover;} + .newsletter_form input {width: 45%; + float: left; + height: 40px; + border-radius: 4px; + border: 1px solid #d1d1d1; + font-size: 17px; + padding: 0 10px; + margin: 0 10px 30px 10px;} + .newsletter_form button { background: #ad1818; + color: #fff; + margin-top: 30px; + font-size: 20px; + border-radius: 30px; + border: none; + padding: 6px 0; + width: 30%; + font-family: 'Goudy Old Style'; + font-weight: 600; + margin: 0 auto; +display: block;} img.chinahighlightslogo { padding-left: 0; height: 65px;