From 0b88d459dd55a04d9caa524d72454d85c8f6f648 Mon Sep 17 00:00:00 2001 From: hdx Date: Sat, 20 Jan 2024 16:22:11 +0800 Subject: [PATCH] =?UTF-8?q?uni.css:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=AF=91=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=AF=91=20H5=20?= =?UTF-8?q?=E4=B8=BA=20WEB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/uni.css | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/common/uni.css b/common/uni.css index 75406f0d..2430ef74 100644 --- a/common/uni.css +++ b/common/uni.css @@ -87,7 +87,7 @@ .uni-input { height: 25px; padding: 8px 13px; - /* line-height: 50rpx; */ + /* line-height: 25px; */ font-size: 14px; background: #FFF; flex: 1; @@ -95,7 +95,7 @@ } .uni-flex { - /* #ifdef H5 */ + /* #ifdef WEB */ display: flex; /* #endif */ flex-direction: row; @@ -161,9 +161,6 @@ } .uni-header-logo { - /* #ifdef H5 */ - display: flex; - /* #endif */ padding: 15px 15px; flex-direction: column; justify-content: center; @@ -199,9 +196,6 @@ /* --tab-bar-begin-- */ .uni-panel-h { - /* #ifdef H5 */ - display: flex; - /* #endif */ background-color: #ffffff; flex-direction: row !important; justify-content: space-between !important; @@ -225,9 +219,6 @@ } .uni-navigate-item { - /* #ifdef H5 */ - display: flex; - /* #endif */ flex-direction: row; align-items: center; background-color: #FFFFFF; @@ -236,7 +227,7 @@ border-top-width: 1px; padding: 12px; justify-content: space-between; - /* #ifdef H5 */ + /* #ifdef WEB */ /* cursor: pointer; */ /* #endif */ } @@ -255,7 +246,7 @@ font-weight: normal; } -/* --tab-bar-eng-- */ +/* --tab-bar-end-- */ /* #ifdef APP */ .page-scroll-view { -- GitLab