From 803928f38de1ebe619b100c888a9e6ea049cc160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 17 Feb 2021 12:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=85=AC=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/Home/Index.cshtml | 47 +++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/Host/Views.Mobile/Home/Index.cshtml b/Host/Views.Mobile/Home/Index.cshtml index 6354d7a..acdffa4 100644 --- a/Host/Views.Mobile/Home/Index.cshtml +++ b/Host/Views.Mobile/Home/Index.cshtml @@ -32,6 +32,27 @@ .swiper-container-youshi .swiper-slide-active{ background:rgba(0,0,0.8); } + .notice { + position: fixed; + width: 90%; + height: auto; + left: 27%; + top: 27%; + margin-left: -200px; + margin-top: -160px; + z-index: 3; + background: #fff; + border-radius: 10px; + box-shadow: 0px 6px 8px 6px #ccc; + display: flex; + flex-direction: row; + flex-wrap: wrap; + padding: 30px; + z-index: 10000000; + } + .notice p{ + font-size: 25px; + }