From d1a59714d9d4dd9e8c5af94344f347c9cbd93167 Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Tue, 3 Dec 2019 20:08:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=BD=E5=9C=B0=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Public/Home/css/index2.css | 55 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/Public/Home/css/index2.css b/Public/Home/css/index2.css index 368d41240..9fefb9e17 100644 --- a/Public/Home/css/index2.css +++ b/Public/Home/css/index2.css @@ -456,3 +456,58 @@ bottom: -9px !important; } +.safari{ + position: fixed; + width: 100%; + height: 100%; + top: 0; + left: 0; + background-color: rgba(0, 0, 0, 0.4); + display: flex; + flex-direction: column; + align-items: center; + font-family:PingFang SC; +} +.safari-heard{ + width: 6.3rem; + margin-top: 1.4rem; + font-size:0.36rem; + font-weight:500; + color:rgba(255,255,255,1); + display: flex; + justify-content: flex-end; +} +.safari-heard>div{ + margin-top: 0.65rem; +} +.safari-heard>img{ + width: 1rem; + height: 0.8rem; + margin-left: 0.25rem; +} +.safari-info{ + margin-top: 2.4rem; + background: url("../images/safari_bg.png") no-repeat; + width: 6.3rem; + height: 2.8rem; + background-size: 100% 100%; + display: flex; + align-items: center; + justify-content: center; +} +.safari-info>img{ + width: 1.5rem; + height: 1.5rem; + margin-right: 0.24rem; +} +.safari-info>div{ + color: #fff; + font-size: 0.32rem; + font-weight: 500; +} +.safari-info>div a{ + color: #FCE44B; + font-size: 0.32rem; + font-weight: 500; +} +