|
@ -77,7 +77,6 @@ page { |
|
|
padding: 0rpx 20rpx 45rpx; |
|
|
padding: 0rpx 20rpx 45rpx; |
|
|
} |
|
|
} |
|
|
.add-issue .issue-content textarea { |
|
|
.add-issue .issue-content textarea { |
|
|
margin-top: 15rpx; |
|
|
|
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 298rpx; |
|
|
height: 298rpx; |
|
|
background-color: #f7f7f7; |
|
|
background-color: #f7f7f7; |
|
@ -106,7 +105,7 @@ page { |
|
|
grid-template-rows: 214rpx; |
|
|
grid-template-rows: 214rpx; |
|
|
grid-gap: 17rpx; |
|
|
grid-gap: 17rpx; |
|
|
height: 188rpx; |
|
|
height: 188rpx; |
|
|
margin-top:80rpx ; |
|
|
margin-top:60rpx ; |
|
|
} |
|
|
} |
|
|
.image-list-2 { |
|
|
.image-list-2 { |
|
|
height: 428rpx !important; |
|
|
height: 428rpx !important; |
|
@ -396,7 +395,13 @@ page { |
|
|
line-height: 60rpx; |
|
|
line-height: 60rpx; |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
|
.item .field { |
|
|
.item1{ |
|
|
|
|
|
|
|
|
|
|
|
padding: 25rpx 0; |
|
|
|
|
|
line-height: 60rpx; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
} |
|
|
|
|
|
.field { |
|
|
position: relative; |
|
|
position: relative; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
width: 180rpx; |
|
|
width: 180rpx; |
|
@ -409,10 +414,10 @@ padding-left: 25rpx; |
|
|
.value-d{ |
|
|
.value-d{ |
|
|
width: 450rpx !important; |
|
|
width: 450rpx !important; |
|
|
} |
|
|
} |
|
|
.item .field.mobile-field { |
|
|
.field.mobile-field { |
|
|
width: 250rpx !important; |
|
|
width: 250rpx !important; |
|
|
} |
|
|
} |
|
|
.item .field .must { |
|
|
.field .must { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 0; |
|
|
top: 0; |
|
|
left: 0; |
|
|
left: 0; |
|
@ -420,15 +425,13 @@ margin: 0 auto; |
|
|
color: #F61616; |
|
|
color: #F61616; |
|
|
font-size: 30rpx; |
|
|
font-size: 30rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
.field .field-text { |
|
|
.item .field .field-text { |
|
|
|
|
|
font-size: 32rpx; |
|
|
font-size: 32rpx; |
|
|
font-family: Source Han Serif SC; |
|
|
font-family: Source Han Serif SC; |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
color: #333; |
|
|
color: #333; |
|
|
} |
|
|
} |
|
|
|
|
|
.value { |
|
|
.item .value { |
|
|
|
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 410rpx; |
|
|
width: 410rpx; |
|
|
display: flex; |
|
|
display: flex; |
|
@ -438,58 +441,56 @@ color: #333; |
|
|
color: #333; |
|
|
color: #333; |
|
|
line-height: 60rpx; |
|
|
line-height: 60rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
.value-dl { |
|
|
.item .value-dl { |
|
|
|
|
|
position: relative; |
|
|
position: relative; |
|
|
display: flex; |
|
|
display: flex; |
|
|
font-size: 32rpx; |
|
|
font-size: 32rpx; |
|
|
font-family: Source Han Serif SC; |
|
|
|
|
|
font-weight: 400; |
|
|
|
|
|
color: #333; |
|
|
color: #333; |
|
|
line-height: 60rpx; |
|
|
line-height: 60rpx; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
|
flex: 1; |
|
|
flex: 1; |
|
|
} |
|
|
} |
|
|
|
|
|
.telInput{ |
|
|
|
|
|
margin-left: 40rpx; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.di-name{ |
|
|
.di-name{ |
|
|
margin-right: 14rpx; |
|
|
margin-right: 14rpx; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
width: calc(100% - 30rpx); |
|
|
width: calc(100% - 30rpx); |
|
|
|
|
|
margin-left: 40rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.di-but{ |
|
|
.di-but{ |
|
|
width: 30rpx; |
|
|
width: 30rpx; |
|
|
height: 34rpx; |
|
|
height: 34rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
.value input { |
|
|
.item .value input { |
|
|
|
|
|
text-align: right; |
|
|
text-align: right; |
|
|
font-size: 34rpx; |
|
|
font-size: 34rpx; |
|
|
color: #333; |
|
|
color: #333; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
} |
|
|
} .value .picker { |
|
|
.item .value .picker { |
|
|
|
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
padding-right: 40rpx; |
|
|
padding-right: 40rpx; |
|
|
text-align: right; |
|
|
text-align: right; |
|
|
} |
|
|
} |
|
|
|
|
|
.value .picker .z-weak { |
|
|
.item .value .picker .z-weak { |
|
|
|
|
|
color: #999; |
|
|
color: #999; |
|
|
} |
|
|
} |
|
|
|
|
|
.value .picker .menu-arrow { |
|
|
.item .value .picker .menu-arrow { |
|
|
|
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 20rpx; |
|
|
top: 20rpx; |
|
|
right: 0; |
|
|
right: 0; |
|
|
width: 16rpx; |
|
|
width: 16rpx; |
|
|
height: 23rpx; |
|
|
height: 23rpx; |
|
|
} |
|
|
} |
|
|
.item .value-mobile { |
|
|
.value-mobile { |
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 410rpx; |
|
|
width: 410rpx; |
|
|
display: flex; |
|
|
display: flex; |
|
@ -501,7 +502,7 @@ line-height: 60rpx; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: flex-end; |
|
|
justify-content: flex-end; |
|
|
} |
|
|
} |
|
|
.item .value-mobile .get-code { |
|
|
.value-mobile .get-code { |
|
|
padding: 0 15rpx; |
|
|
padding: 0 15rpx; |
|
|
height: 60rpx; |
|
|
height: 60rpx; |
|
|
line-height: 60rpx; |
|
|
line-height: 60rpx; |
|
@ -512,10 +513,10 @@ border-radius: 6rpx; |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
margin-left: 25rpx; |
|
|
margin-left: 25rpx; |
|
|
} |
|
|
} |
|
|
.item .value-mobile .button-hover { |
|
|
.value-mobile .button-hover { |
|
|
background: rgb(175, 1, 1); |
|
|
background: rgb(175, 1, 1); |
|
|
} |
|
|
} |
|
|
.item .value-mobile input { |
|
|
.value-mobile input { |
|
|
text-align: right; |
|
|
text-align: right; |
|
|
font-size: 34rpx; |
|
|
font-size: 34rpx; |
|
|
color: #333; |
|
|
color: #333; |
|
|