.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; vertical-align: middle } .shop-cate{ flex:1; margin-left: 30px; } .homepage-link{ flex:1; margin-left: 10%; } .shoppage-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; .filter-box{ height: 100%; width: 100%; margin-top: 30px; overflow: scroll; display: block; .title{ margin-left: 20px; font-size: 30px; } .button-box{ margin:20px } .confirm-button{ margin: 80px; .button{ margin:0 20px } } } } } .show{ width: 100% } .container{ display: flex; flex-wrap: wrap; flex-direction: row; .shop-item{ box-sizing:border-box; width: 50%; padding:5px; } } .copyright-box{ padding:0 20px; .title{ text-align: center; line-height: 100px; font-size: 25px; } } .gap{ height:150px; }