Merge branch 'main' of git.zdool.com:xs/ggfwjsc

This commit is contained in:
lnn19986213 2024-05-20 10:59:36 +08:00
commit 3d496c7c0e
2 changed files with 13 additions and 12 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -292,12 +292,12 @@
> >
<td>{{ item.name }}</td> <td>{{ item.name }}</td>
<td> <td>
<div class="s1">{{ item.key1 }}</div> <div class="s1" style="font-size: 16px;">{{ item.key1 }}</div>
:<span class="s2">{{ item.key1_value }}</span> :<span class="s2" style="font-size: 15px;">{{ item.key1_value }}</span>
</td> </td>
<td> <td>
<span class="s1">{{ item.key2 }}</span <span class="s1" style="font-size: 16px;" >{{ item.key2 }}</span
>:<span class="s2">{{ item.key2_value }}</span> >:<span class="s2" style="font-size: 15px;">{{ item.key2_value }}</span>
</td> </td>
</tr> </tr>
</tbody> </tbody>
@ -1213,7 +1213,7 @@ onBeforeMount(async () => {
align-items: center; align-items: center;
.left { .left {
font-weight: 400; font-weight: 400;
font-size: 12px; font-size: 15px;
color: #ffffff; color: #ffffff;
line-height: 17px; line-height: 17px;
} }
@ -1235,7 +1235,7 @@ onBeforeMount(async () => {
.yl_2 { .yl_2 {
position: absolute; position: absolute;
top: 50px; top: 50px;
left: 233px; left: 260px;
align-items: center; align-items: center;
} }
.yl_3 { .yl_3 {
@ -1764,13 +1764,13 @@ table {
td { td {
width: 40%; width: 40%;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 16px;
color: #ffffff; color: #ffffff;
line-height: 43px; line-height: 43px;
display: flex; display: flex;
.s1 { .s1 {
display: block; display: block;
width: 65px; width: 76px;
// background: red; // background: red;
text-align: justify; text-align: justify;
text-align-last: justify; text-align-last: justify;
@ -1782,9 +1782,9 @@ table {
} }
td:nth-child(1) { td:nth-child(1) {
display: block; display: block;
width: 122px; width: 136px;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 16px;
color: #ffffff; color: #ffffff;
line-height: 43px; line-height: 43px;
letter-spacing: 1px; letter-spacing: 1px;
@ -1796,14 +1796,15 @@ table {
background: rgba(63, 89, 133, 1); background: rgba(63, 89, 133, 1);
} }
td:nth-child(2) { td:nth-child(2) {
padding-left: 50px; padding-left: 30px;
box-sizing: border-box; box-sizing: border-box;
letter-spacing: 2px; letter-spacing: 2px;
} }
td:nth-child(3) { td:nth-child(3) {
padding-left: 60px; padding-left: 30px;
box-sizing: border-box; box-sizing: border-box;
letter-spacing: 2px; letter-spacing: 2px;
} }
} }
} }