jinghaibing 2689ecca8e
Some checks are pending
Actions / Litemall-all (11) (push) Waiting to run
Actions / Litemall-all (11.0.3) (push) Waiting to run
Actions / Litemall-all (8) (push) Waiting to run
Actions / Litemall-all (8.0.192) (push) Waiting to run
Actions / Litemall-admin (10.x) (push) Waiting to run
Actions / Litemall-admin (12.x) (push) Waiting to run
Actions / Litemall-admin (14.x) (push) Waiting to run
Actions / Litemall-vue (10.x) (push) Waiting to run
Actions / Litemall-vue (12.x) (push) Waiting to run
Actions / Litemall-vue (14.x) (push) Waiting to run
Initial commit
2025-04-14 14:25:41 +08:00

34 lines
389 B
Plaintext

.b {
width: 750rpx;
padding: 0 6.25rpx;
height: auto;
overflow: hidden;
z-index: 1;
}
.b .good {
z-index: 1;
}
.b .item {
float: left;
background: #fff;
width: 365rpx;
margin-bottom: 6.25rpx;
height: 482rpx;
overflow: hidden;
text-align: center;
z-index: 1;
}
.b .item .a {
height: 452rpx;
width: 100%;
z-index: 1;
}
.b .item-b {
margin-left: 6.25rpx;
z-index: 1;
}