初始化

This commit is contained in:
2019-12-13 10:29:54 +08:00
parent 3bc53a2f29
commit e47bb87558
12 changed files with 406 additions and 129 deletions

11
pages/index/index.scss Normal file
View File

@@ -0,0 +1,11 @@
.box{
border-top: #eaeaea solid 1rpx;
width: 750rpx;
overflow: hidden;
display: flex;
flex-direction: column;
.search{
width: 613px;
height: 76px;
}
}