yuminge-app/yun-min-program-plugin-master/packageH/newRetail/newRetailInventory/newRetailInventory.wxss

168 lines
3.5 KiB
Plaintext

/* packageH/newRetail/newRetailInventory/newRetailInventory.wxss */
#newRetail-inventory .group-box {
padding: 0 28rpx 256rpx;
background: #fff;
}
#newRetail-inventory .group-box .good-info {
display: flex;
text-align: left;
}
#newRetail-inventory .group-box .good-info .good-img {
flex-shrink: 0;
width: 200rpx;
height: 200rpx;
background-color: #cfcfcf;
border-radius: 10rpx;
overflow: hidden;
margin: 24rpx 24rpx 24rpx 0;
}
#newRetail-inventory .group-box .good-info .goods-main {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 24rpx 0;
}
#newRetail-inventory .group-box .good-info .goods-main .good-title {
font-size: 15px;
line-height: 24px;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
#newRetail-inventory .group-box .good-info .goods-main .good-other {
display: flex;
justify-content: space-between;
}
#newRetail-inventory .group-box .good-info .goods-main .good-other .good-num {
font-size: 15px;
}
#newRetail-inventory .goods-sku {
color: #999;
font-size: 12px;
}
#newRetail-inventory .bottom-btn-box {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 90rpx;
line-height: 90rpx;
text-align: center;
background-color: #f14e4e;
font-size: 18px;
color: #fff;
display: flex;
}
#newRetail-inventory .bottom-btn-box .btn {
width: 50%;
}
#newRetail-inventory .good-price-popup {
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
}
#newRetail-inventory .good-price-popup .h2 {
height: 96rpx;
line-height: 96rpx;
text-align: center;
font-size: 18px;
}
#newRetail-inventory .good-price-popup .good-list {
flex: 1;
width: 100%;
overflow: scroll;
display: flex;
flex-direction: column;
padding-bottom: 102rpx;
}
#newRetail-inventory .good-price-popup .good-list .good-list-child {
padding: 16rpx 24rpx;
display: flex;
align-items: center;
}
#newRetail-inventory .good-price-popup .good-list .good-list-child .popup-goods-info {
flex: 1;
display: flex;
}
#newRetail-inventory .good-price-popup .good-list .good-list-child .popup-goods-info .good-img {
width: 164rpx;
height: 164rpx;
border-radius: 8rpx;
margin: 0 16rpx 0 0;
}
#newRetail-inventory .good-price-popup .good-list .good-list-child .popup-goods-info .goods-main {
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: left;
flex: 1;
}
#newRetail-inventory .good-price-popup .good-list .good-list-child .popup-goods-info .goods-main .good-title {
font-size: 14px;
line-height: 16px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
#newRetail-inventory .good-price-popup .good-list .good-list-child .popup-goods-info .goods-main input {
border: none;
line-height: 56rpx;
border-bottom: 1rpx solid #f1f1f1;
}
#newRetail-inventory .good-price-popup .good-list .good-list-child .popup-del-good {
padding: 24rpx 0 24rpx 24rpx;
color: #f14e4e;
}
#newRetail-inventory .good-price-popup .btn {
width: 90%;
height: 70rpx;
line-height: 70rpx;
text-align: center;
color: #fff;
background-color: #f14e4e;
border-radius: 35rpx;
overflow: hidden;
margin: 20rpx auto;
}
.group-box .van-checkbox__label {
flex: 1;
}
.Inventory_details-box {
height: 48rpx;
line-height: 48rpx;
border: 0.0313rem solid #f14e4e;
color: #f14e4e;
display: table;
padding: 0 28rpx;
}