.shop{ .search-button{ .at-search-bar__action{ background-color:#FF9900 } } } .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 } } } .filter-box{ display: flex; flex-wrap: nowrap; flex-direction: row; .filter-title{ box-sizing:border-box; flex:1; text-align: center; font-size: 28px; margin: 5px; color:#999; border: 1px solid #999 } .actived{ color:#b10000 } } .side-filter{ z-index: 10; position: fixed; top:0; right:0; width:0%; height:100%; transition:width 1s; display: flex; .left{ width:30%; } .right{ width: 70%; background: white } } .show{ width: 100% } .container{ display: flex; flex-wrap: wrap; flex-direction: row; .shop-item{ box-sizing:border-box; width: 50%; padding:5px; } }