From 9cb673c3e98c52323ad44893953c1b808705e7d7 Mon Sep 17 00:00:00 2001 From: wk Date: 星期六, 12 十月 2024 16:45:31 +0800 Subject: [PATCH] feat:临时入场 --- utils/publicStyle.scss | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/utils/publicStyle.scss b/utils/publicStyle.scss index c162f67..0819215 100644 --- a/utils/publicStyle.scss +++ b/utils/publicStyle.scss @@ -40,7 +40,7 @@ } .top-tag { width: 45%!important; - margin-left: 50%!important; + margin-left: 55%!important; span{ font-size: 20rpx!important; } @@ -137,7 +137,26 @@ } + /* 瓒呭皬璁惧锛堣皟璇曪紝灏忎簬 768px锛�*/ + @media only screen and (min-width: 500px) and (max-width: 768px锛�) { + .top-tag { + width: 55%!important; + margin-left: 70%!important; + span{ + font-size: 20rpx!important; + } + } + + } + /* 瓒呭皬璁惧锛堟墜鏈猴紝灏忎簬 768px锛�*/ - @media only screen and (max-height: 767px) { + @media only screen and (max-width: 400px) { + .top-tag { + width: 55%!important; + margin-left: 50%!important; + span{ + font-size: 20rpx!important; + } + } } \ No newline at end of file -- Gitblit v1.9.1