cf-wx-app/src/pages/shop/shop.scss

30 lines
439 B
SCSS
Raw Normal View History

2018-12-03 17:32:48 +08:00
.banner-box{
position: relative;
.shop-name{
position: absolute;
top:100px;
left:60px;
font-size: 50px
}
}
.nav-box{
background-color: black;
.nav{
display: flex;
line-height: 55px;
.text{
color:white;
font-size: 28px
}
.shop-cate{
flex:1
}
.home-link{
flex:1
}
}
}