mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-06 21:59:51 +00:00
34 lines
389 B
Plaintext
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;
|
|
}
|