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%;}