反馈调整css

master
Lee-1203 2022-02-17 15:51:43 +08:00
parent 6b9ee4f55a
commit 958cc09271
1 changed files with 15 additions and 13 deletions

View File

@ -2329,11 +2329,24 @@ textarea::-webkit-input-placeholder {
.enterprise-txt p{ .enterprise-txt p{
padding: 0 15%; padding: 0 15%;
} }
.join-list li>div:nth-of-type(1){
padding: 10px 0 10px 20px;
align-items: center;
}
.join-list li.active>div:nth-of-type(2){
padding: 0 10px 20px;
}
.join-list li>div:nth-of-type(1)>span{ .join-list li>div:nth-of-type(1)>span{
display: block; display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all;
overflow: hidden; overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
-webkit-box-orient: vertical;
}
.join-list li>div>span,
.join-item-first>strong{
line-height: 1.8 !important;
} }
} }
@media screen and (max-width:780px){ @media screen and (max-width:780px){
@ -2859,17 +2872,6 @@ textarea::-webkit-input-placeholder {
padding: 10px 10px; padding: 10px 10px;
align-items: center; align-items: center;
} }
.join-list li.active>div:nth-of-type(2){
padding: 0 10px 20px;
}
.join-list li>div:nth-of-type(1)>span{
display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
}
.join-list li>div>span, .join-list li>div>span,
.join-item-first>strong{ .join-item-first>strong{
line-height: 1.6 !important; line-height: 1.6 !important;