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" />默认收货地址
</view>
</view>
<view>
<view class="head_d">
<van-search value="{{value}}" placeholder="请输入搜索关键词" bind:confirm="onSearch"/>
</view>
</view>

View File

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

View File

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