Search组件新增微杂志样式 (#38)

* search component add new style
This commit is contained in:
张敏
2017-06-09 14:52:08 +08:00
committed by GitHub
parent e15d0d504b
commit cfe9ebaf86
5 changed files with 99 additions and 4 deletions

View File

@@ -12,6 +12,15 @@
padding-right: 50px;
}
@m showcase {
padding: 10px;
background-color: #f8f8f8;
.van-search__input-wrap {
border-color: $c-gray-light;
}
}
@e input-wrap {
position: relative;
padding: 8px 24px 8px 35px;