body { background-color: #F1F0F4; } .banner { height: 2.8rem; width: 7.5rem; } .banner img { height: 100%; width: 100%; } .productList { margin-top: 0.2rem; font-size: 0.3rem; padding-bottom: 0.2rem; } .productList:after { content: ''; clear: both; display: block; } .productList li { float: left; height: 5rem; width: 46.5%; display: block; background-color: #FFFFFF; margin: 0 0 2% 2%; } .productList li img { height: 3rem; width: 100%; margin-bottom: 0.04rem; } .productList .name { font-size: 0.28rem; color: #000000; text-align: left; height: 0.8rem; width: 90%; margin: 0.16rem 0.28rem 0 0.2rem; } .productList li .price { color: #FF492D; margin-left: 0.2rem; font-size: 0.4rem; } .orginPrice { font-size: 0.28rem; color: #999; line-height: 0.28rem; text-decoration: line-through; margin-left: 0.2rem; } .productList li span em { font-size: 0.28rem; } .productList .addBtn { height: 0.4rem; width: 0.4rem; float: right; margin: 0 0.24rem 0.24rem 0; } .productList .addBtn img { height: 0.4rem; width: 0.4rem; } .tab { width: 100%; height: 0.98rem; line-height: 0.35rem; position: fixed; bottom: 0; left: 0; border: 1px solid #E0E0E0; /*border: 1px solid red;*/ font-size: 0.2rem; background-color: #FAFAFA; } .tab img { margin-top: 0.14rem; height: 0.5rem; width: 0.5rem; } .tab li { float: left; width: 50%; text-align: center; } .tab .home { color: #0faebd; } .tab .order { color: #999999; } .tab .homeIconoff, .tab .orderIconon { display: none; } .shoppingCar { display: none; } .shoppingCar img { height: 1.14rem; width: 16%; position: fixed; bottom: 1%; left: 42%; z-index: 222; } .shoppingCar .shoppingNum { display: none; width: 6%; height: 0.44rem; background-color: #fa772f; color: #FFFFFF; border: 2px solid #FFFFFF; border-radius: 0.4rem; font-size: 0.24rem; text-align: center; position: fixed; bottom: 7%; left: 52%; z-index: 2222; line-height: 0.4rem; } .kongbai { height: 0.8rem; } .yuan { position: fixed; width: 0.5rem; height: 0.5rem; border-radius: 100%; background-color: #fa772f; left: 50%; margin-left: -0.25rem; bottom: 0.6rem; opacity: 0; transform: translate3d(0, -1.8rem, 0); -webkit-transform: translate3d(0, -1.8rem, 0); } .bottomBar { display: none; } .vipPrice { background: #f9e9d8; color: #755534; font-weight: 600; padding: 0 0.1rem; border-radius: 0.2rem; margin-left:0.2rem } .nor-txt { font-weight: 400; }