提交 0b88d459 编写于 作者: H hdx

uni.css: 移除不必要的条件编译,修正条件编译 H5 为 WEB

上级 54d5d1d8
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
.uni-input { .uni-input {
height: 25px; height: 25px;
padding: 8px 13px; padding: 8px 13px;
/* line-height: 50rpx; */ /* line-height: 25px; */
font-size: 14px; font-size: 14px;
background: #FFF; background: #FFF;
flex: 1; flex: 1;
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
} }
.uni-flex { .uni-flex {
/* #ifdef H5 */ /* #ifdef WEB */
display: flex; display: flex;
/* #endif */ /* #endif */
flex-direction: row; flex-direction: row;
...@@ -161,9 +161,6 @@ ...@@ -161,9 +161,6 @@
} }
.uni-header-logo { .uni-header-logo {
/* #ifdef H5 */
display: flex;
/* #endif */
padding: 15px 15px; padding: 15px 15px;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
...@@ -199,9 +196,6 @@ ...@@ -199,9 +196,6 @@
/* --tab-bar-begin-- */ /* --tab-bar-begin-- */
.uni-panel-h { .uni-panel-h {
/* #ifdef H5 */
display: flex;
/* #endif */
background-color: #ffffff; background-color: #ffffff;
flex-direction: row !important; flex-direction: row !important;
justify-content: space-between !important; justify-content: space-between !important;
...@@ -225,9 +219,6 @@ ...@@ -225,9 +219,6 @@
} }
.uni-navigate-item { .uni-navigate-item {
/* #ifdef H5 */
display: flex;
/* #endif */
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
background-color: #FFFFFF; background-color: #FFFFFF;
...@@ -236,7 +227,7 @@ ...@@ -236,7 +227,7 @@
border-top-width: 1px; border-top-width: 1px;
padding: 12px; padding: 12px;
justify-content: space-between; justify-content: space-between;
/* #ifdef H5 */ /* #ifdef WEB */
/* cursor: pointer; */ /* cursor: pointer; */
/* #endif */ /* #endif */
} }
...@@ -255,7 +246,7 @@ ...@@ -255,7 +246,7 @@
font-weight: normal; font-weight: normal;
} }
/* --tab-bar-eng-- */ /* --tab-bar-end-- */
/* #ifdef APP */ /* #ifdef APP */
.page-scroll-view { .page-scroll-view {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册