148 lines
2.8 KiB
SCSS
148 lines
2.8 KiB
SCSS
.form-group {
|
|
width: 100%;
|
|
background: var(--containerBgColor);
|
|
border-radius: 16rpx;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 32rpx;
|
|
.group-name {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
position: relative;
|
|
.text {
|
|
font-size: 30rpx;
|
|
color: #E18F00;
|
|
margin-left: 8rpx;
|
|
}
|
|
}
|
|
.item {
|
|
width: 100%;
|
|
}
|
|
.textarea {
|
|
width: 100%;
|
|
.title {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
font-size: 30rpx;
|
|
color: var(--titleColor);
|
|
}
|
|
.value {
|
|
width: 100%;
|
|
height: 120rpx;
|
|
.input-textarea {
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 30rpx;
|
|
color: var(--titleColor);
|
|
}
|
|
}
|
|
}
|
|
.time {
|
|
.item-row {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
.title {
|
|
width: 200rpx;
|
|
height: 100rpx;
|
|
font-size: 30rpx;
|
|
color: var(--titleColor);
|
|
}
|
|
.value {
|
|
width: 446rpx;
|
|
height: 100rpx;
|
|
font-size: 30rpx;
|
|
color: var(--titleColor);
|
|
}
|
|
.value-empty {
|
|
color: var(--summaryColor);
|
|
}
|
|
}
|
|
.desc {
|
|
width: 100%;
|
|
min-height: 50rpx;
|
|
font-size: 28rpx;
|
|
color: var(--descriptionColor);
|
|
line-height: 48rpx;
|
|
}
|
|
}
|
|
.upload {
|
|
.info {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
.title {
|
|
height: 80rpx;
|
|
font-size: 30rpx;
|
|
color: var(--titleColor);
|
|
}
|
|
.desc {
|
|
margin-left: 8rpx;
|
|
height: 80rpx;
|
|
font-size: 28rpx;
|
|
color: var(--descriptionColor);
|
|
}
|
|
}
|
|
.imgs-ctr {
|
|
width: 100%;
|
|
min-height: 100rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
.img-ctr {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin-right: 36rpx;
|
|
margin-top: 16rpx;
|
|
margin-bottom: 16rpx;
|
|
.img {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 8rpx;
|
|
}
|
|
}
|
|
.up-ctr {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
background: var(--contentBgColor);
|
|
border-radius: 8rpx;
|
|
margin-top: 16rpx;
|
|
margin-bottom: 16rpx;
|
|
.up {
|
|
width: 100%;
|
|
height: 36rpx;
|
|
font-size: 20rpx;
|
|
color: var(--summaryColor);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.input {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
position: relative;
|
|
.title {
|
|
width: 200rpx;
|
|
height: 100rpx;
|
|
font-size: 30rpx;
|
|
color: var(--titleColor);
|
|
}
|
|
.input-ctr {
|
|
width: 446rpx;
|
|
height: 100rpx;
|
|
}
|
|
.uni-input {
|
|
text-align: right;
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 30rpx;
|
|
color: var(--titleColor);
|
|
}
|
|
.select-ctr {
|
|
font-size: 30rpx;
|
|
color: var(--descriptionColor);
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.select {
|
|
color: var(--titleColor);
|
|
}
|
|
}
|
|
} |