|
|
|
@ -14,7 +14,7 @@ imageup{ |
|
|
|
.form_add{ |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
padding:29rpx; |
|
|
|
padding:0rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
@ -34,23 +34,24 @@ imageup{ |
|
|
|
margin-top:20rpx ; |
|
|
|
} |
|
|
|
.prosecutors{ |
|
|
|
width: 650rpx; |
|
|
|
width: 670rpx; |
|
|
|
display: flex; |
|
|
|
flex-direction:row; |
|
|
|
align-items: center; |
|
|
|
margin: 20rpx; |
|
|
|
height: 80rpx; |
|
|
|
margin: 0 20rpx; |
|
|
|
height: 90rpx; |
|
|
|
} |
|
|
|
.conclusion{ |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
height: 50rpx; |
|
|
|
} |
|
|
|
.nes{ |
|
|
|
width: 630rpx; |
|
|
|
display: flex; |
|
|
|
flex-direction:row; |
|
|
|
align-items: center; |
|
|
|
margin: 20rpx; |
|
|
|
margin: 10rpx 20rpx; |
|
|
|
justify-content: space-between; |
|
|
|
height: 80rpx; |
|
|
|
border-bottom: 1px solid #EAEAEA; |
|
|
|
@ -83,7 +84,7 @@ imageup{ |
|
|
|
text-align: left; |
|
|
|
white-space: nowrap; |
|
|
|
line-height: 42rpx; |
|
|
|
margin-left: 20rpx; |
|
|
|
margin-left: 40rpx; |
|
|
|
} |
|
|
|
.prosecutors_name{ |
|
|
|
width: 150px; |
|
|
|
@ -162,7 +163,7 @@ imageup{ |
|
|
|
.textarea1{ |
|
|
|
margin-top: 20rpx; |
|
|
|
background-color:#f7f7f7 ; |
|
|
|
width: 100%; |
|
|
|
width: 600rpx; |
|
|
|
height: 200rpx; |
|
|
|
} |
|
|
|
.text2{ |
|
|
|
@ -297,11 +298,11 @@ imageup{ |
|
|
|
.checkbox1{ |
|
|
|
display: flex; |
|
|
|
flex-direction:column; |
|
|
|
margin-left: 50rpx; |
|
|
|
margin-left: 60rpx; |
|
|
|
margin-bottom: 20rpx; |
|
|
|
} |
|
|
|
.input1{ |
|
|
|
width: 650rpx; |
|
|
|
width: 600rpx; |
|
|
|
height: 90rpx; |
|
|
|
background-color: #F7F7F7; |
|
|
|
border-radius: 10rpx; |
|
|
|
@ -360,13 +361,13 @@ margin-bottom: 20rpx; |
|
|
|
z-index: 2; |
|
|
|
} |
|
|
|
.image-box { |
|
|
|
width: 100%; |
|
|
|
width: 650rpx; |
|
|
|
height: auto; |
|
|
|
border-radius: 16rpx; |
|
|
|
background: #fff; |
|
|
|
margin-top: 20rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
padding: 34rpx 60rpx; |
|
|
|
padding: 10rpx 60rpx; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
.group{ |
|
|
|
@ -375,7 +376,7 @@ margin-bottom: 20rpx; |
|
|
|
|
|
|
|
.image-box .image-list-label { |
|
|
|
position: absolute; |
|
|
|
top: 35rpx; |
|
|
|
top: 0rpx; |
|
|
|
} |
|
|
|
.image-box .add-icon { |
|
|
|
/* margin-top: 40rpx; */ |
|
|
|
@ -390,7 +391,7 @@ margin-bottom: 20rpx; |
|
|
|
grid-template-rows: 214rpx; |
|
|
|
grid-gap: 17rpx; |
|
|
|
height: 188rpx; |
|
|
|
margin-top:80rpx ; |
|
|
|
margin-top:60rpx ; |
|
|
|
} |
|
|
|
.image-list-2 { |
|
|
|
height: 428rpx !important; |
|
|
|
|