no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-04-03 15:33:58 +08:00
parent 948a1e2a02
commit a8eb313663
2 changed files with 9 additions and 4 deletions

View File

@ -333,7 +333,6 @@
flex-wrap: wrap;
}
.body .content .organ-list .organ-item .list .item {
width: 33.33%;
height: 41px;
position: relative;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
@ -343,7 +342,7 @@
}
.body .content .organ-list .organ-item .list .item:nth-child(3n + 1)::after {
content: "";
width: 300%;
width: 941px;
height: 1px;
position: absolute;
bottom: 0;
@ -357,6 +356,9 @@
border-radius: 39px;
margin-right: 12px;
}
.body .content .organ-list .organ-item .list .item .name {
width: 313.666px;
}
.body .content .organ-list .organ-item .list .item:hover {
text-decoration: underline;
}

View File

@ -397,13 +397,12 @@
flex-wrap: wrap;
.item {
width: 33.33%;
height: 41px;
position: relative;
&:nth-child(3n + 1)::after {
content: "";
width: 300%;
width: 941px;
height: 1px;
position: absolute;
bottom: 0;
@ -419,6 +418,10 @@
margin-right: 12px;
}
.name {
width: 313.666px;
}
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-size: 15px;
color: #000000;