xz_mini/subpages/goodscar/goodscar.wxss

43 lines
643 B
Plaintext
Raw Normal View History

2023-02-13 17:59:45 +08:00
/* subpages/goodscar/goodscar.wxss */
.category-empty {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
align-self: center;
position: fixed;
top: 50%;
left: 50%;
transform: translateX(-50%)translateY(-50%);
}
.category-empty image {
width: 180rpx;
height: 120rpx;
}
.category-empty .hint {
margin-top: 30rpx;
font-size: 32rpx;
}
.goods-item {}
.check {
width: 48rpx;
height: 48rpx;
}
.goods {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.goods .goods-img{}
.goods-content{
}