.moreProduct { width: 0.5rem; height: 1.67rem; position: fixed; right: 0; top: 2rem; background: url(./images/moreproduct.png) no-repeat; background-size: 100% 100%; } .moreProduct .head, .moreProduct .body { display: none; } .showSelector { color: #333333; width: 3rem; height: 3.76rem; position: fixed; right: 0; top: 2rem; border-radius: 0.10rem 0 0.10rem 0.10rem; background-image: linear-gradient(270deg, #FFFFFF 46%, rgba(255, 255, 255, 0.90) 100%); z-index: 1000; } .showSelector .head, .showSelector .body { display: block; } .showSelector .head { height: 0.68rem; padding-left: 0.18rem; display: flex; align-items: center; border-bottom: 1px solid #E6E6E6; } .showSelector .head .icon { width: 0.22rem; height: 0.22rem; background: url(./images/dy-list-arrow.png) no-repeat; background-size: 100% 100%; transform: rotate(180deg); } .showSelector .body .row { position: relative; height: 1rem; font-size: 0.3rem; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #E6E6E6; } .showSelector .body .row:last-child { border-bottom: none; } .showSelector .body .row-select { background-color: #D2EEFF; } .showSelector .body .row .current { width: 0.24rem; height: 0.24rem; position: absolute; left: 0.16rem; background: url(./images/dy-route-arrow.png) no-repeat; background-size: 100% 100%; } .showSelector .body .row .icon { width: 0.48rem; height: 0.48rem; margin-right: 0.11rem; } .showSelector .body .row .icon img { width: 100%; height: 100%; }