no message
This commit is contained in:
parent
948a1e2a02
commit
a8eb313663
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user