43 lines
643 B
Plaintext
43 lines
643 B
Plaintext
|
/* 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{
|
||
|
|
||
|
}
|