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