Commit 021c9e8b438a766ffc4a85399daf91d4eb72b570
1 parent
519e18f2
专享礼包门店搜索
Showing
2 changed files
with
25 additions
and
1 deletions
pages/giftpack/buygiftpack/giftpackbuy.wxss
@@ -230,4 +230,28 @@ page { | @@ -230,4 +230,28 @@ page { | ||
230 | 230 | ||
231 | .After_all .end { | 231 | .After_all .end { |
232 | margin: 0rpx 15rpx; | 232 | margin: 0rpx 15rpx; |
233 | +} | ||
234 | + | ||
235 | +.searchbar { | ||
236 | + height: 95rpx; | ||
237 | + border-bottom: 2rpx solid rgb(238, 238, 238); | ||
238 | +} | ||
239 | +.storeListpadd { | ||
240 | + padding: 0rpx 31rpx; | ||
241 | +} | ||
242 | +.search { | ||
243 | + width: 125rpx; | ||
244 | + height: 45rpx; | ||
245 | + line-height: 45rpx; | ||
246 | + background-color: rgb(219, 27, 52); | ||
247 | + border-radius: 30rpx; | ||
248 | + color: rgb(255, 255, 255); | ||
249 | +} | ||
250 | +.inputstore { | ||
251 | + width: 510rpx; | ||
252 | + height: 43rpx; | ||
253 | + line-height: 43rpx; | ||
254 | + border-radius: 30rpx; | ||
255 | + border: 2rpx solid rgb(238, 238, 238); | ||
256 | + padding-left: 30rpx; | ||
233 | } | 257 | } |
234 | \ No newline at end of file | 258 | \ No newline at end of file |
pages/giftpack/public/buy_com.wxml
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | </view> | 15 | </view> |
16 | </view> | 16 | </view> |
17 | </view> | 17 | </view> |
18 | - <!-- 门店列表,最外层的门店列表,一开始 --> | 18 | + <!-- 门店列表,最外层的门店列表,一开始 --> |
19 | <view class="store-list"> | 19 | <view class="store-list"> |
20 | <!-- 如果还没有点击更多门店的时候 --> | 20 | <!-- 如果还没有点击更多门店的时候 --> |
21 | <block wx:if="{{choice_sort_store==0}}"> | 21 | <block wx:if="{{choice_sort_store==0}}"> |