This commit is contained in:
parent
6d3f4383e5
commit
21d38c33f2
|
@ -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,12 +1796,12 @@ 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