@import "~scss/common/good"; @import "~scss/common/filter"; @import "../product/shop/reds-shop/nav"; .reds-shop { .filter-box { display: block; } } #all-goods { position: relative; } .no-result-new { text-align: center; padding-top: 90px; padding-bottom: 110px; p { color: #ccc; margin-bottom: 25px; font-size: 26px; &:first-child { color: #444; font-size: 32px; } } } .search-divide { clear: both; height: 50px; width: 100%; padding: 10px 0; color: #ccc; text-align: center; } .material-c { .drop-list { padding-left: 30px; position: absolute; z-index: 10; background: #fff; width: 100%; li { width: 100%; height: 88px; font-size: 28px; color: #b0b0b0; line-height: 88px; border-bottom: 1px solid #e0e0e0; } li:last-child { border-bottom: none; } .active { color: #444; .chose { display: inline-block; width: 30px; height: 22px; background-image: url("img/product/chose.png"); background-size: 100%; float: right; margin-top: 33px; margin-right: 30px; background-repeat: no-repeat; } } } }