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.
77 lines
1.4 KiB
77 lines
1.4 KiB
![]()
1 year ago
|
.details-body{
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
background: #F1F2F7;
|
||
|
position: relative;
|
||
|
overflow-y: auto;
|
||
|
.details-top{
|
||
|
margin-top: 35rpx;
|
||
|
}
|
||
|
.details-goods-information{
|
||
|
position: relative;
|
||
|
}
|
||
|
.details-form {
|
||
|
position: relative;
|
||
|
width: 690rpx;
|
||
|
background: #ffffff;
|
||
|
box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(132, 132, 132, 0.05);
|
||
|
border-radius: 10rpx 10rpx 10rpx 10rpx;
|
||
|
opacity: 1;
|
||
|
padding: 20rpx;
|
||
|
box-sizing: border-box;
|
||
|
margin: 0 auto;
|
||
|
margin-bottom: 27rpx;
|
||
|
.details-form-item {
|
||
|
padding-bottom: 30rpx;
|
||
|
border-bottom: solid 1rpx #f3f5f7;
|
||
|
margin-top: 40rpx;
|
||
|
.details-form-item-value {
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.details-form-item-label {
|
||
|
width: 249rpx;
|
||
|
font-size: 28rpx;
|
||
|
color: #333333;
|
||
|
}
|
||
|
}
|
||
|
.details-form-title {
|
||
|
font-size: 28rpx;
|
||
|
color: #000000;
|
||
|
margin-bottom: 50rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.upload-container {
|
||
|
.upload-tip {
|
||
|
width: 100rpx;
|
||
|
height: 100rpx;
|
||
|
background: #ffffff;
|
||
|
border-radius: 5rpx 5rpx 5rpx 5rpx;
|
||
|
opacity: 1;
|
||
|
border: 1rpx solid #999999;
|
||
|
text {
|
||
|
font-size: 20rpx;
|
||
|
}
|
||
|
}
|
||
|
.upload-item {
|
||
|
width: 100rpx;
|
||
|
height: 100rpx;
|
||
|
margin-right: 20rpx;
|
||
|
position: relative;
|
||
|
.colse {
|
||
|
position: absolute;
|
||
|
background-color: #e0e0e0;
|
||
|
top: -15rpx;
|
||
|
right: -15rpx;
|
||
|
height: 35rpx;
|
||
|
width: 35rpx;
|
||
|
border-radius: 50%;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.noFormBorder{
|
||
|
border-bottom: 0 !important;
|
||
|
}
|