index update

This commit is contained in:
fanshuai 2025-04-28 10:58:02 +08:00
parent 5fb2ecf334
commit 498064df29
3 changed files with 17 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<van-icon name="location-o" />默认收货地址 <van-icon name="location-o" />默认收货地址
</view> </view>
</view> </view>
<view> <view class="head_d">
<van-search value="{{value}}" placeholder="请输入搜索关键词" bind:confirm="onSearch"/> <van-search value="{{value}}" placeholder="请输入搜索关键词" bind:confirm="onSearch"/>
</view> </view>
</view> </view>

View File

@ -10,7 +10,6 @@
right: 0; right: 0;
height:100px; height:100px;
background-color: #fff; background-color: #fff;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 15px; padding: 0 15px;
@ -21,8 +20,22 @@
flex-direction: column; flex-direction: column;
} }
.head_c{ .head_c{
position: relative;
bottom: 10px;
display: flex; display: flex;
align-items:center; align-items:center;
justify-content:space-between;
}
.van-search{
width: 360px;
}
.head_d{
position: relative;
}
.head_shouhuo{
position: relative;
right: 85px;
} }
.head_text{ .head_text{
font-weight: bold; font-weight: bold;

View File

@ -4,5 +4,6 @@
"setting": { "setting": {
"compileHotReLoad": false, "compileHotReLoad": false,
"urlCheck": false "urlCheck": false
} },
"libVersion": "trial"
} }