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

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

上级 54d5d1d8
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册