This commit is contained in:
duanxiaohai 2024-07-24 09:39:53 +08:00
parent ae12d890cc
commit dd1483f353
5 changed files with 23 additions and 6 deletions

BIN
dist.zip

Binary file not shown.

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

View File

@ -7,7 +7,6 @@
<i></i>
<i></i>
</div>
服务对象低保
</div>
</div>
<div style="width: 97.5%">
@ -40,12 +39,11 @@
</div>
<div class="displayFlex center_bg">
<div class="bt_title">
<div class="yd_title left_1">
<div class="yd_title left_2">
<div class="animate-border">
<i></i>
<i></i>
</div>
服务内容清单共32项
</div>
</div>
<div style="width: 97.5%">
@ -78,12 +76,11 @@
</div>
<div class="displayFlex right_bg">
<div class="bt_title">
<div class="yd_title left_1">
<div class="yd_title left_3">
<div class="animate-border">
<i></i>
<i></i>
</div>
服务结果清单
</div>
</div>
<div style="width: 97.5%">
@ -421,6 +418,26 @@ const rowState = (row) => {
font-style: normal;
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 {
font-size: 28px;
color: #ffffff;
@ -566,7 +583,7 @@ const rowState = (row) => {
--el-table-tr-bg-color: none;
--el-table-header-bg-color: none;
--el-table-header-text-color: none;
border: 1px solid #7aceff;
}
.table {