|
|
|
@ -90,14 +90,15 @@
|
|
|
|
|
.interval{ margin-top: 10px; } //分隔div |
|
|
|
|
font-size: 15px; |
|
|
|
|
ul,li { width: 100%; } |
|
|
|
|
li:before{ content: ""; width: 5px; height: 5px; border-radius: 50%; display: inline-block; vertical-align: 3px; background: #23D9FF; margin-right: 10px; } |
|
|
|
|
li:before{ content: ""; width: 5px; height: 5px; border-radius: 50%; display: inline-block; background: #23D9FF; margin-top: 15px; } |
|
|
|
|
.publicDisposal{ |
|
|
|
|
height: 35px; |
|
|
|
|
line-height: 35px; |
|
|
|
|
color: #23D9FF; |
|
|
|
|
padding-left: 20px; |
|
|
|
|
label{ float: right; .anticon{ margin-right: 10px; font-size: 18px; cursor: pointer; } } |
|
|
|
|
span{ cursor: pointer; } |
|
|
|
|
display: flex; |
|
|
|
|
label{ display: block; .anticon{ margin-right: 10px; font-size: 18px; cursor: pointer; } } |
|
|
|
|
span{ display: block; cursor: pointer; flex: 1; padding: 0 5px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } |
|
|
|
|
} |
|
|
|
|
.disposalContent { color: #fff; .anticon{ color: #23D9FF; } } |
|
|
|
|
.disposalHeader { |
|
|
|
|