88 lines
1.6 KiB
Plaintext
88 lines
1.6 KiB
Plaintext
/* packageI/warehouseFarm/warehouseFarmGiftLog/warehouseFarmGiftLog.wxss */
|
|
.list {
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.list .list-child {
|
|
padding: 20rpx;
|
|
border-radius: 12rpx;
|
|
margin-bottom: 20rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.list .list-child .top-box {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.list .list-child .top-box .time {
|
|
color: #8a8a8a;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.list .list-child .list-item {
|
|
display: flex;
|
|
}
|
|
|
|
.list .list-child .list-item .good-img {
|
|
width: 148rpx;
|
|
height: 148rpx;
|
|
background-color: #9d9d9d;
|
|
border-radius: 12rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.list .list-child .list-item .item-right {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
text-align: left;
|
|
}
|
|
|
|
.list .list-child .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 .list-child .list-item .item-right .good-info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.list .list-child .list-item .item-right .good-info .stock {
|
|
color: #8a8a8a;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.list .list-child .list-item .item-right .good-info .button .icon-zb_all_share {
|
|
color: #ec8f35;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.list .list-child .receive-member {
|
|
margin-top: 20rpx;
|
|
font-size: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #8a8a8a;
|
|
}
|
|
|
|
.list .list-child .receive-member .avatar {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin: 0;
|
|
border-radius: 50%;
|
|
margin-right: 8rpx;
|
|
}
|