From 71ba67906896248aa2df5e70756b997fad9a9033 Mon Sep 17 00:00:00 2001 From: wk Date: 星期一, 09 九月 2024 17:54:18 +0800 Subject: [PATCH] feat:门卫 --- utils/publicStyle.scss | 114 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 86 insertions(+), 28 deletions(-) diff --git a/utils/publicStyle.scss b/utils/publicStyle.scss index 9c48cda..0819215 100644 --- a/utils/publicStyle.scss +++ b/utils/publicStyle.scss @@ -5,6 +5,7 @@ /* 涓瀷璁惧锛堝彴寮忕數鑴戯紝992px 璧凤級 */ @media screen and (min-width: 991px) and (max-width: 1200px) { + //棣栭〉鐧诲綍鏍峰紡 .logo { font-size: 64rpx!important; } @@ -31,6 +32,30 @@ } .copyright{ font-size: 30rpx!important; + } + + /*搴撶鏍峰紡---->*/ + .self-deliver_text{ + font-size: 20rpx!important; + } + .top-tag { + width: 45%!important; + margin-left: 55%!important; + span{ + font-size: 20rpx!important; + } + } + .self-deliver{ + .u-button__text{ + font-size: 20rpx!important; + } + .self-deliver_btn{ + + ::v-deep .u-button { + height: 40rpx!important; + } + } + } } @@ -66,39 +91,72 @@ .copyright{ font-size: 20rpx!important; } + /*搴撶鏍峰紡---->*/ + .self-deliver_text{ + font-size: 20rpx!important; + } + .top-tag { + width: 45%!important; + margin-left: 80%!important; + span{ + font-size: 20rpx!important; + } + } + .self-deliver{ + .u-button__text{ + font-size: 20rpx!important; + } + .self-deliver_btn{ + + ::v-deep .u-button { + height: 30rpx!important; + } + } + + } + .table { + th{ + font-size: 20rpx!important; + } + td{ + font-size: 20rpx!important; + } + .u-button__text{ + font-size: 18rpx!important; + } + + } + .third-line { + .u-tag { + .u-tag__text{ + font-size: 20rpx!important; + } + + } + } } - /* 瓒呭皬璁惧锛堟墜鏈猴紝灏忎簬 768px锛�*/ - @media only screen and (max-height: 767px) { - .logo { - font-size: 44rpx!important; - } - .list-call{ - ::v-deep .u-input__content__field-wrapper__field{ - height: 30rpx!important; + /* 瓒呭皬璁惧锛堣皟璇曪紝灏忎簬 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; + } } - height: 60rpx!important; - ::v-deep .uni-input-input{ + + } + + /* 瓒呭皬璁惧锛堟墜鏈猴紝灏忎簬 768px锛�*/ + @media only screen and (max-width: 400px) { + .top-tag { + width: 55%!important; + margin-left: 50%!important; + span{ font-size: 20rpx!important; } - } - .loginBtn{ - height: 40rpx!important; - .u-button__text{ - font-size: 15rpx!important; - } - } - .utils-block{ - font-size: 20rpx!important; - } - .copyright{ - font-size: 15rpx!important; - } - - } - - .uni-input-input{ - font-size: 20rpx;; + } \ No newline at end of file -- Gitblit v1.9.1