|
|
@ -53,9 +53,9 @@ |
|
|
</div> |
|
|
</div> |
|
|
<!-- <van-divider :style="{ color: '#1989fa', borderColor: '#1989fa',padding: '0 5px' }" />--> |
|
|
<!-- <van-divider :style="{ color: '#1989fa', borderColor: '#1989fa',padding: '0 5px' }" />--> |
|
|
<div @click="toDetailView(item.id)"> |
|
|
<div @click="toDetailView(item.id)"> |
|
|
<div style="background-color: aqua; border: 2px; height: .1px;" class="van-hairline--bottom"></div> |
|
|
<div class="van-hairline--bottom"></div> |
|
|
<div class="card_box_span"> |
|
|
<div class="card_box_span"> |
|
|
<p style="font-size: 16px;font-weight: bold;">{{ item.lawEnforcementItemText }}</p> |
|
|
<p>{{ item.lawEnforcementItemText }}</p> |
|
|
</div> |
|
|
</div> |
|
|
<div class="card_box_span"> |
|
|
<div class="card_box_span"> |
|
|
<p><span class="card_box_label">执法部门:</span> {{ item.lawEnforcement }}</p> |
|
|
<p><span class="card_box_label">执法部门:</span> {{ item.lawEnforcement }}</p> |
|
|
@ -426,6 +426,24 @@ const setLinkageItem = (id,item) => { |
|
|
right: 1%; |
|
|
right: 1%; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
/deep/ .van-hairline--bottom { |
|
|
|
|
|
margin: 0 0 2% 0; |
|
|
|
|
|
height: 0; |
|
|
|
|
|
background-color: transparent; |
|
|
|
|
|
border: 1px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/deep/ .card_box_span:first-child { |
|
|
|
|
|
color: #c1bfbf; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/deep/ .card_box_span:nth-child(2) { |
|
|
|
|
|
font-size: 0.4rem; |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
</style> |
|
|
</style> |
|
|
|
|
|
|
|
|
|