From 9aaacb5b7477a2e4879ccfeb49565e27ee2e98f5 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 23 七月 2024 08:13:29 +0800 Subject: [PATCH] feat:司机删除内调过单指引 --- utils/publicStyle.scss | 68 ++++++++++++++++++++++++++++++++++ 1 files changed, 68 insertions(+), 0 deletions(-) diff --git a/utils/publicStyle.scss b/utils/publicStyle.scss index 9c48cda..d9a3297 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: 50%!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,6 +91,49 @@ .copyright{ font-size: 20rpx!important; } + /*搴撶鏍峰紡---->*/ + .self-deliver_text{ + font-size: 20rpx!important; + } + .top-tag { + width: 45%!important; + margin-left: 50%!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; + } + } + + } + .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; + } + + } + } } -- Gitblit v1.9.1