68 lines
1.4 KiB
Plaintext
68 lines
1.4 KiB
Plaintext
/* packageI/warehouseFarm/warehouseFarmGift/warehouseFarmGift.wxss */
|
|
view,
|
|
text {
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#warehouse-farm-gift .list {
|
|
padding: 20rpx;
|
|
min-height: 10vh;
|
|
}
|
|
|
|
#warehouse-farm-gift .list .list-item {
|
|
padding: 20rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
border-radius: 12rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
#warehouse-farm-gift .list .list-item .good-img {
|
|
width: 148rpx;
|
|
height: 148rpx;
|
|
background-color: #9d9d9d;
|
|
border-radius: 12rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
#warehouse-farm-gift .list .list-item .item-right {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
text-align: left;
|
|
}
|
|
|
|
#warehouse-farm-gift .list .list-item .item-right .title {
|
|
font-size: 15px;
|
|
color: #2c2c2c;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
|
|
#warehouse-farm-gift .list .list-item .item-right .good-info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
#warehouse-farm-gift .list .list-item .item-right .good-info .stock {
|
|
color: #8a8a8a;
|
|
font-size: 10px;
|
|
}
|
|
|
|
#warehouse-farm-gift .list .list-item .item-right .good-info .button {
|
|
text-align: center;
|
|
color: #fff;
|
|
width: 120rpx;
|
|
height: 48rpx;
|
|
line-height: 48rpx;
|
|
background-color: #ff464c;
|
|
border-radius: 8rpx;
|
|
}
|