yuminge-app/yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmCreate/warehouseFarmCreate.wxss

101 lines
1.9 KiB
Plaintext

/* packageI/warehouseFarm/warehouseFarmCreate/warehouseFarmCreate.wxss */
view {
box-sizing: border-box;
}
#warehouse-farm-createGift {
padding: 0 32rpx;
}
#warehouse-farm-createGift .nav {
height: 88rpx;
line-height: 88rpx;
display: flex;
justify-content: space-between;
font-size: 14px;
}
#warehouse-farm-createGift .list-item {
padding: 20rpx;
background: #fff;
display: flex;
border-radius: 12rpx;
margin-bottom: 20rpx;
}
#warehouse-farm-createGift .list-item .good-img {
width: 148rpx;
height: 148rpx;
background-color: #9d9d9d;
border-radius: 12rpx;
margin-right: 20rpx;
}
#warehouse-farm-createGift .list-item .item-right {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-around;
text-align: left;
}
#warehouse-farm-createGift .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;
}
#warehouse-farm-createGift .list-item .item-right .good-info {
display: flex;
justify-content: space-between;
align-items: center;
}
#warehouse-farm-createGift .list-item .item-right .good-info .stock {
color: #8a8a8a;
font-size: 10px;
}
#warehouse-farm-createGift .create-box {
background: #fff;
height: 112rpx;
background-color: #fff;
border-radius: 12rpx;
padding: 0 28rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
#warehouse-farm-createGift .create-box input {
padding: 0 16rpx;
flex: 1;
border: none;
text-align: right;
}
#warehouse-farm-createGift .share-box {
padding: 0 44rpx 30rpx;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
}
.instructions-box {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}
.instructions-box .Instructions-content {
flex: 1;
overflow-y: scroll;
padding: 32rpx 28rpx;
}