parent
cb7b59c784
commit
2f040da3d0
@ -1,10 +1,5 @@
|
||||
/**app.wxss**/
|
||||
.container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 200rpx 0;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
|
||||
|
||||
}
|
||||
}
|
@ -1,3 +1,28 @@
|
||||
<view class="container">
|
||||
<text>品牌搜索</text>
|
||||
<view class="bs-top">
|
||||
<van-icon size="26px" color="#fff" name="arrow-left" style="background: #006BFF"/>
|
||||
<van-search style="width: 100%;" shape="round" background="#006BFF" value="{{ value }}" placeholder="请输入品牌" />
|
||||
</view>
|
||||
<van-tabs active="{{ active }}">
|
||||
<van-tab title="标签 1">内容 1</van-tab>
|
||||
<van-tab title="标签 2">内容 2</van-tab>
|
||||
<van-tab title="标签 3">内容 3</van-tab>
|
||||
<van-tab title="标签 4">内容 4</van-tab>
|
||||
<van-tab title="标签 5">内容 5</van-tab>
|
||||
<van-tab title="标签 6">内容 6</van-tab>
|
||||
</van-tabs>
|
||||
<van-index-bar>
|
||||
<view>
|
||||
<van-index-anchor index="A" />
|
||||
<van-cell title="文本" />
|
||||
<van-cell title="文本" />
|
||||
<van-cell title="文本" />
|
||||
</view>
|
||||
<view>
|
||||
<van-index-anchor index="B" />
|
||||
<van-cell title="文本" />
|
||||
<van-cell title="文本" />
|
||||
<van-cell title="文本" />
|
||||
</view>
|
||||
</van-index-bar>
|
||||
</view>
|
||||
|
@ -1,4 +1,12 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 330px;
|
||||
}
|
||||
.bs-top {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
height: 67px;
|
||||
align-items: center;
|
||||
background: #006BFF;
|
||||
padding-left: 13rpx;
|
||||
padding-right: 13rpx;
|
||||
}
|
@ -1,8 +1,4 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
},
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#006BFF",
|
||||
"navigationBarTitleText": "硕为思汽车智能洞查",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
}
|
Loading…
Reference in new issue