Commit aebb67f4f1eb8573f949bdda4635d8789095e34a
1 parent
ef2eea35
搜索框组件样式调整
Showing
1 changed file
with
2 additions
and
4 deletions
components/diy_searchbox/diy_searchbox.wxss
... | ... | @@ -140,13 +140,11 @@ |
140 | 140 | |
141 | 141 | .item { |
142 | 142 | padding: 0 20rpx; |
143 | - /* border-bottom: 2rpx solid #f0f0f0; */ | |
144 | 143 | line-height: 70rpx; |
145 | 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 | 149 | .clear { |
152 | 150 | text-align: right; | ... | ... |