body{ width: 100%;min-height: 100%;background: #ffffff; } .container .bannerImg{ width: 100%; } .shopList{ width: 100%; } .shopList .line{ width: 3.08rem;height: 0.01rem;background: rgba(223,216,251,0.3);margin: auto; } .shopList li{ width: 3.55rem;margin: auto;padding: 0.16rem 0.1rem;box-sizing: border-box;border-bottom: 0.04rem solid #f7f7f7; } .shopList li:last-of-type{ border-bottom: none; } .shopList .shop_detail_01{ display: flex;align-items: flex-end;justify-content: space-between; width: 100%rem; } .shopList .shop_detail_01 img{ width: 0.38rem;height: 0.38rem;margin-right: 0.06rem; } .shopList .shop_detail_01 .left{ display: flex;align-items: center; } .shopList .shop_detail_01 .left .shop_detail_left_con .name { display: flex;align-items: center; } .shopList .shop_detail_01 .left .shop_detail_left_con .name p{ font-size: 0.15rem;line-height: 0.21rem;color: #000000;font-weight: bold;padding-right: 0.07rem; } .shopList .shop_detail_01 .left .shop_detail_left_con .name .status{ width: 0.57rem;height: 0.2rem;background: #FF4353;border-radius: 0.02rem;color: #FFFFFF;font-size: 0.11rem;text-align: center;line-height: 0.2rem; } .shopList .shop_detail_01 .left .shop_detail_left_con .shop_detail_left_con_hine{ font-size: 0.11rem;line-height: 0.16rem;color: #999999;margin-top: 0.03rem; } .shopList .shop_detail_01 .arrow{ width: 0.18rem;height: 0.18rem; } .shopList .shop_detail_02{ display: flex;align-items: flex-end;justify-content: space-between;margin-top:0.08rem; } .shopList .shop_detail_02 div p{ color: #666666;font-size: 0.13rem;line-height: 0.19rem; } .shopList .shop_detail_02 div span{ color: #FF6700;font-size: 0.16rem;line-height: 0.22rem; } .shopList .shop_detail_02 p{ font-size: 0.12rem;line-height: 0.17rem;color: #999999; } .alert-info { position: fixed; top: 1.74rem; right: 0; left: 0; bottom: 0; text-align: center; z-index: 2; display: none; } .alert-info p { display: inline-block; height: .38rem; color: #fff; font-size: .14rem; line-height: .38rem; padding: 0 .1rem; background: rgba(0, 0, 0,.9); border-radius: 5px; } .loading { position: fixed; top: 0; left: 0; display: none; width: 100%; height: 100vh; } .loading img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 0.3rem; height: 0.3rem; }