Commit d9dfb6dc by xuzhenghua

pull

parent d46c0810
.search-head { .search-head {
height: 44px; height: 44px;
display: flex; display: flex;
background-color: #fff; //background-color: #fff;
background-color: #F7F9FC;
border-bottom: 1px solid #eee;
.left { .left {
width: 44px; width: 44px;
...@@ -25,20 +27,19 @@ ...@@ -25,20 +27,19 @@
flex: 1; flex: 1;
.am-search { .am-search {
background-color: #fff; //background-color: #fff;
background-color: #F7F9FC;
.am-search-input { .am-search-input {
background: #F0F2F6; background: #F0F2F6;
border-radius: 44px; border-radius: 44px;
.am-search-value { //.am-search-value {
border:1px solid rgba(225,228,230,1); // border:1px solid rgba(225,228,230,1);
border-radius:13px; // border-radius:13px;
color: #333; // color: #333;
font-size: 12px; // font-size: 12px;
outline: none; //}
background-color: #fff;
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment