首页完成
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
"usingComponents": {
|
||||
"search":"../components/index/search/index",
|
||||
"list":"../components/index/list/index"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,9 @@
|
||||
.box{
|
||||
border-top: #eaeaea solid 1rpx;
|
||||
width: 750rpx;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.search{
|
||||
width: 613px;
|
||||
height: 76px;
|
||||
}
|
||||
}
|
||||
.box {
|
||||
border-top: #eaeaea solid 1rpx;
|
||||
width: 750rpx;
|
||||
// overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<view class="box">
|
||||
<view class="search">
|
||||
|
||||
</view>
|
||||
<search></search>
|
||||
<list></list>
|
||||
</view>
|
||||
@@ -1 +1 @@
|
||||
.box{border-top:#eaeaea solid 1rpx;width:750rpx;overflow:hidden;display:flex;flex-direction:column}.box .search{width:613px;height:76px}
|
||||
.box{border-top:#eaeaea solid 1rpx;width:750rpx;display:flex;align-items:center;flex-direction:column}
|
||||
|
||||
Reference in New Issue
Block a user