Commit aebb67f4f1eb8573f949bdda4635d8789095e34a

Authored by taiyuan
1 parent ef2eea35

搜索框组件样式调整

components/diy_searchbox/diy_searchbox.wxss
@@ -140,13 +140,11 @@ @@ -140,13 +140,11 @@
140 140
141 .item { 141 .item {
142 padding: 0 20rpx; 142 padding: 0 20rpx;
143 - /* border-bottom: 2rpx solid #f0f0f0; */  
144 line-height: 70rpx; 143 line-height: 70rpx;
145 text-align: left; 144 text-align: left;
  145 + border-bottom: 2rpx solid #f6f6f6;
146 } 146 }
147 -/* .item ~ .item {  
148 - border-top: 2rpx solid #f0f0f0;  
149 -} */ 147 +
150 148
151 .clear { 149 .clear {
152 text-align: right; 150 text-align: right;