From 58cf1d078fc88c700483b28ed936293738cb53fa Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 2 Aug 2022 10:55:25 +0800 Subject: [PATCH] 11 --- css/mobile-first.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/css/mobile-first.css b/css/mobile-first.css index d1b9a0d..f0eae82 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -75,19 +75,18 @@ a, a:hover { text-decoration: underline; color: #000; cursor: pointer;} .bottom_why_us_content h3 {font-size: 21px; margin-top: -5px;} .bottom_why_us_content p {font-size: 18px;} -.web_cookie { background-color: #f7f7f7; +.web_cookie { background-color: #f1f1f1; position: fixed; bottom: 0; box-shadow: -2px -2px 4px 0px #ececec; - width: 48%; - z-index: 99; - right: 0; - padding-bottom: 15px; - font-size: 16px;} -.web_cookie p { display: inline-block; - padding: 10px 0 0 15px; - line-height: 20px; - font-size: 17px;} + width: 40%; + z-index: 9999; + right: 0;} +.web_cookie p { display: inline-block; + padding: 10px 0 10px 15px; + line-height: 18px; + font-size: 16px; + width: 88%;} .wechat_button {position: fixed; width: 65px; height: 65px;