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.
235 lines
3.9 KiB
235 lines
3.9 KiB
.active-apply {
|
|
background-color: #f7f7f7;
|
|
position: relative;
|
|
}
|
|
|
|
.data-form {
|
|
box-sizing: border-box;
|
|
/* margin-bottom: 10rpx; */
|
|
}
|
|
|
|
.data-form-item {
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 110rpx;
|
|
border-bottom: 1px solid #eee;
|
|
background-color: #fff;
|
|
padding-left: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.data-form .must {
|
|
color: #ff0000;
|
|
}
|
|
|
|
.data-form .item-label {
|
|
width: 150rpx;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
display: flex;
|
|
}
|
|
|
|
.data-form .reason-label {
|
|
width: 200rpx;
|
|
}
|
|
|
|
.data-form .item-value {
|
|
width: 490rpx;
|
|
}
|
|
|
|
.data-form .item-value .value-text {
|
|
width: 480rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.data-form .placeholder {
|
|
color: #c1c1c1;
|
|
}
|
|
|
|
.data-form .item-select {
|
|
width: 60rpx;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.upload-image {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: space-around;
|
|
height: 300rpx;
|
|
}
|
|
|
|
.upload-image .wux-upload--picture-card .wux-upload__select {
|
|
width: 214rpx !important;
|
|
height: 214rpx !important;
|
|
}
|
|
|
|
.upload-image .wux-upload--picture-card .wux-upload__file {
|
|
width: 214rpx !important;
|
|
height: 214rpx !important;
|
|
}
|
|
|
|
.item-select .arrow {
|
|
width: 20rpx;
|
|
height: 30rpx;
|
|
}
|
|
|
|
.item-select .pos {
|
|
width: 34rpx;
|
|
height: 38rpx;
|
|
}
|
|
|
|
.textarea-item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
height: 360rpx;
|
|
/* border-bottom: 1px solid #eee; */
|
|
background-color: #fff;
|
|
padding-left: 30rpx;
|
|
padding-top: 40rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.textarea-item .textarea {
|
|
width: 690rpx;
|
|
padding: 24rpx 12rpx;
|
|
}
|
|
|
|
.switch-item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 110rpx;
|
|
border-bottom: 1px solid #eee;
|
|
background-color: #fff;
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.switch-item .switch-label {
|
|
width: 200rpx;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.footer-item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 200rpx;
|
|
/* background-color: #fff; */
|
|
padding-left: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.submit {
|
|
width: 500rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
border-radius: 40rpx;
|
|
background-color: #ff0000;
|
|
color: #fff;
|
|
}
|
|
|
|
.hover-submit-btn {
|
|
background: #ca0101;
|
|
}
|
|
|
|
/* 上传图片 start */
|
|
.image-list {
|
|
width: 100%;
|
|
display: grid;
|
|
grid-template-columns: 214rpx 214rpx 214rpx;
|
|
grid-template-rows: 214rpx;
|
|
grid-gap: 17rpx;
|
|
height: 214rpx;
|
|
}
|
|
|
|
.image-list .image-item {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.image-list image {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
.image-list .image-item .loading {
|
|
position: absolute;
|
|
left: 25%;
|
|
top: 25%;
|
|
width: 50%;
|
|
height: 50%;
|
|
}
|
|
|
|
.image-list .image-item .close {
|
|
position: absolute;
|
|
top: -10rpx;
|
|
right: -10rpx;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
/* 上传图片 end */
|
|
.apply-list {
|
|
width: 160rpx;
|
|
height: 56rpx;
|
|
position: absolute;
|
|
right: 0rpx;
|
|
/* top: -20rpx; */
|
|
z-index: 999;
|
|
}
|
|
|
|
.apply-list image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.data-form .item-label-title {
|
|
font-size: 34rpx;
|
|
color: #333333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.delete {
|
|
width: 200rpx;
|
|
height: 72rpx;
|
|
background-image: linear-gradient(90deg,
|
|
#fc6c3b 0%,
|
|
#fe861e 51%,
|
|
#ffa000 100%),
|
|
linear-gradient(#c9c9c9,
|
|
#c9c9c9);
|
|
background-blend-mode: normal,
|
|
normal;
|
|
box-shadow: 0rpx 4rpx 27rpx 0rpx rgba(205, 205, 205, 0.33);
|
|
border-radius: 36rpx;
|
|
margin-right: 67rpx;
|
|
}
|
|
|
|
.confirm {
|
|
width: 200rpx;
|
|
height: 72rpx;
|
|
background-image: linear-gradient(90deg,
|
|
#db1a1f 20%,
|
|
#e95027 100%),
|
|
linear-gradient(#ffffff,
|
|
#ffffff);
|
|
background-blend-mode: normal,
|
|
normal;
|
|
box-shadow: 0rpx 4rpx 27rpx 0rpx rgba(220, 28, 31, 0.29);
|
|
border-radius: 36rpx;
|
|
}
|