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