* { box-sizing: border-box; } .body { min-height: 100vh; background: #F7F7F7; .list{ padding: .3rem; flex-wrap: wrap; flex-direction: row; justify-content: space-between; } .item{ width: 3.3rem; background: #FFFFFF; border-radius: .16rem; margin-bottom: .3rem; padding: .1rem; } .top{ background: #F7F7F7; border-radius: .08rem; padding: .2rem .48rem; .img{ background: url(../assets/topImg.png) center center no-repeat; background-size: 100% 100%; height: 3.02rem; width: 2.13rem; } } .bottom{ padding: .2rem .1rem; .h3{ font-size: .28rem; line-height: .4rem; color: #333; margin-bottom: .1rem; } .p{ font-size: .22rem; color: #999; line-height: .3rem; } } } .normal{ position: absolute; width: 3.2rem; top: 3.2rem; left: 50%; margin-left: -1.6rem; .icon{ height: 1.69rem; background: url(../assets/normalIcon.png) center center no-repeat; background-size: 100% 100%; width: 100%; margin-bottom: .46rem; } .p{ font-size: .28rem; font-weight: 600; color: #A8A8A8; line-height: .4rem; text-align: center; } }