76 lines
1.3 KiB
Plaintext
76 lines
1.3 KiB
Plaintext
/* packageI/warehouseFarm/warehouseFarmExtract/warehouseFarmExtract.wxss */
|
|
view {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.group-box .van-checkbox {
|
|
margin-top: 20rpx;
|
|
background: #fff;
|
|
padding-left: 16rpx;
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
.van-checkbox__label {
|
|
flex: 1;
|
|
}
|
|
|
|
.list-item {
|
|
flex: 1;
|
|
display: flex;
|
|
background: #fff;
|
|
padding: 20rpx 20rpx 20rpx 0;
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
.list-item .good-img {
|
|
width: 148rpx;
|
|
height: 148rpx;
|
|
background-color: #9d9d9d;
|
|
border-radius: 12rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.list-item .item-right {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
text-align: left;
|
|
}
|
|
|
|
.list-item .item-right .title {
|
|
font-size: 15px;
|
|
color: #2c2c2c;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
|
|
.list-item .item-right .good-info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.list-item .item-right .good-info .stock {
|
|
color: #8a8a8a;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.bottom-button-box {
|
|
width: 100%;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
background-color: #fff;
|
|
box-shadow: 1px -1px 1px 0 rgba(205, 205, 205, 0.4);
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 30rpx;
|
|
justify-content: space-between;
|
|
}
|