This commit is contained in:
parent
ae12d890cc
commit
dd1483f353
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -7,7 +7,6 @@
|
||||||
<i></i>
|
<i></i>
|
||||||
<i></i>
|
<i></i>
|
||||||
</div>
|
</div>
|
||||||
服务对象(低保)
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 97.5%">
|
<div style="width: 97.5%">
|
||||||
|
@ -40,12 +39,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="displayFlex center_bg">
|
<div class="displayFlex center_bg">
|
||||||
<div class="bt_title">
|
<div class="bt_title">
|
||||||
<div class="yd_title left_1">
|
<div class="yd_title left_2">
|
||||||
<div class="animate-border">
|
<div class="animate-border">
|
||||||
<i></i>
|
<i></i>
|
||||||
<i></i>
|
<i></i>
|
||||||
</div>
|
</div>
|
||||||
服务内容清单(共32项)
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 97.5%">
|
<div style="width: 97.5%">
|
||||||
|
@ -78,12 +76,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="displayFlex right_bg">
|
<div class="displayFlex right_bg">
|
||||||
<div class="bt_title">
|
<div class="bt_title">
|
||||||
<div class="yd_title left_1">
|
<div class="yd_title left_3">
|
||||||
<div class="animate-border">
|
<div class="animate-border">
|
||||||
<i></i>
|
<i></i>
|
||||||
<i></i>
|
<i></i>
|
||||||
</div>
|
</div>
|
||||||
服务结果清单
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 97.5%">
|
<div style="width: 97.5%">
|
||||||
|
@ -421,6 +418,26 @@ const rowState = (row) => {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
.left_1 {
|
||||||
|
background-image: url(@/assets/sy-table/sy_details1.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
// margin-bottom: 30px;
|
||||||
|
// cursor: pointer;
|
||||||
|
}
|
||||||
|
.left_2 {
|
||||||
|
background-image: url(@/assets/sy-table/sy_details2.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
// cursor: pointer;
|
||||||
|
// margin-bottom: 30px;
|
||||||
|
// margin-top: 40px;
|
||||||
|
}
|
||||||
|
.left_3 {
|
||||||
|
background-image: url(@/assets/sy-table/sy_details3.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
}
|
||||||
.title {
|
.title {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
Loading…
Reference in New Issue