diff --git a/common/uni.css b/common/uni.css index 75406f0d409e3789fabf4d1246424a7a849aee79..2430ef743bf71833aa8545f12b353e4b68887201 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 {