更新css

This commit is contained in:
2021-11-01 16:22:40 +08:00
parent 3cbfd1dd90
commit e4f40ebb9a

View File

@@ -483,6 +483,7 @@ body {
position: relative; position: relative;
margin-top: 20px; margin-top: 20px;
line-height: 24px; line-height: 24px;
height: 46px;
} }
.modularFive-list li::after { .modularFive-list li::after {
@@ -1624,7 +1625,7 @@ body {
text-indent: 2em; text-indent: 2em;
color: #525252; color: #525252;
-webkit-line-clamp: 4; -webkit-line-clamp: 4;
height: 134px; height: 102px;
} }
.srCooperationNew-title { .srCooperationNew-title {
@@ -1806,12 +1807,23 @@ body {
display: flex; display: flex;
border-bottom: 1px solid #c6c6c6; border-bottom: 1px solid #c6c6c6;
padding-bottom: 10px; padding-bottom: 10px;
line-height: 32px;
} }
.ranks-title img { .ranks-title img {
margin-right: 10px; margin-right: 10px;
} }
.ranks-left {
flex: 1
}
.ranks-more {
font-size: 16px;
line-height: 32px;
}
/*省级领军人才梯队*/ /*省级领军人才梯队*/
.ranksEchelon-title { .ranksEchelon-title {
background-color: #449942; background-color: #449942;
@@ -2477,7 +2489,7 @@ body {
.partyBuild-left-text { .partyBuild-left-text {
color: #3e3e3e; color: #3e3e3e;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
height: 44px; height: 40px;
} }
.partyBuild-right { .partyBuild-right {