From 2eb4c9753256ef63a37c3b42651d9bff963f4f1e Mon Sep 17 00:00:00 2001 From: candice Date: Thu, 29 Jun 2023 14:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8newsletter=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/css/mobile-first.css b/css/mobile-first.css index 8b5e3f7..a971006 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -2096,8 +2096,8 @@ 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%; + .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; text-shadow: 1px 1px 1px #000; color: #fff;} + .newsletter_form input {width: 46%; float: left; height: 40px; border-radius: 4px; @@ -2112,7 +2112,7 @@ font-size: 27px;} border-radius: 30px; border: none; padding: 6px 0; - width: 30%; + width: 40%; font-family: 'Goudy Old Style'; font-weight: 600; margin: 0 auto; @@ -2272,6 +2272,9 @@ ul.infolist, ul.drop1, ul.ghlist { margin: 0 15px 0 30px; } .destination_links {width: 50%; float: left;} .bottom_destinations ul { padding: 0 20px;} .bottom_destinations ul li { margin-right: 0;} +.newsletter_form { background: url(https://data.chinahighlights.com/image/forms/ch-bottom-newsletter-bg-beijing-great-wall-mobile.jpg) no-repeat; background-size: cover;} +.newsletter_form input {width: 90%;} +.newsletter_form button { width: 70%;} /*信息集合页*/ .destinations { padding: 0;} .all_width_content_1200, .list_content, .cruise_index_top_info { width: 100%;}