You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

152 lines
3.1 KiB

.index-box {
width: 100%;
min-height: 100vh;
background: #F5F6F7;
padding: 20rpx 40rpx 110rpx;
position: relative;
}
.index-box .add-goodsimg-box {
width: 100%;
padding: 24rpx;
background: #fff;
border-radius: 8rpx;
}
.index-box .add-goodsimg-box .upload-box {
width: 140rpx;
height: 140rpx;
margin-right: 20rpx;
border-radius: 8rpx;
}
.index-box .add-goodsimg-box .upload-box:nth-last-child(1) {
margin-right: 0;
}
.index-box .add-goodsimg-box .upload-box image {
width: 100%;
height: 100%;
}
.index-box .add-goodsimg-box .tips {
color: #FF0707;
font-size: 20rpx;
margin-top: 16rpx;
}
.index-box .add-goodsimg-box .tips image {
width: 18rpx;
height: 18rpx;
margin-right: 8rpx;
}
.index-box .goodsInfo-box {
width: 100%;
background: #fff;
border-radius: 8rpx;
font-size: 28rpx;
font-weight: 500;
margin-top: 40rpx;
}
.index-box .goodsInfo-box .goodsInfo-item {
width: 100%;
height: 116rpx;
padding: 0 32rpx;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
border-bottom: 2rpx solid #EEEEEE;
}
.index-box .goodsInfo-box .goodsInfo-item:nth-last-child(1) {
border: none;
}
.index-box .goodsInfo-box .goodsInfo-item input {
text-align: right;
}
.index-box .goodsInfo-box .goodsInfo-item .toEdit image {
width: 24rpx;
height: 24rpx;
margin-left: 6rpx;
}
.index-box .title2 {
width: 100%;
height: 76rpx;
line-height: 76rpx;
border: 2rpx solid #B8B8B8;
background: #fff;
border-radius: 8rpx;
font-size: 28rpx;
text-align: center;
margin: 24rpx auto;
}
.index-box .add-sku-box {
width: 100%;
border-radius: 8rpx;
font-size: 28rpx;
font-weight: 500;
}
.index-box .add-sku-box image {
width: 110rpx;
height: 110rpx;
}
.index-box .add-sku-box .sku-item {
padding: 32rpx 0;
background: #fff;
margin-bottom: 12rpx;
position: relative;
}
.index-box .add-sku-box .sku-item .close-btn {
color: #fff;
font-size: 38rpx;
position: absolute;
right: -16rpx;
top: -22rpx;
line-height: 40rpx;
width: 46rpx;
height: 46rpx;
text-align: center;
background: #FF5E16;
border-radius: 50%;
}
.index-box .add-sku-box .sku-item .sku {
padding: 0 32rpx;
width: 100%;
min-height: 86rpx;
border-bottom: 2rpx solid #EEEEEE;
}
.index-box .add-sku-box .sku-item input {
text-align: right;
}
.index-box .temp-box {
width: 100%;
background: #fff;
border-radius: 8rpx;
padding: 32rpx;
font-size: 28rpx;
font-weight: 500;
}
.index-box .temp-box image {
width: 24rpx;
height: 24rpx;
margin-left: 6rpx;
}
.index-box label {
margin-left: 16rpx;
}
.index-box .btn-box .btn {
width: 230rpx;
height: 80rpx;
background: -webkit-linear-gradient(316deg, #FFA782 0%, #FF6D31 100%);
background: linear-gradient(134deg, #FFA782 0%, #FF6D31 100%);
text-align: center;
line-height: 80rpx;
font-size: 38rpx;
font-weight: 500;
border-radius: 40rpx;
color: #fff;
margin: 32rpx auto;
}
.index-box .colR {
color: #FF0000;
}