反馈调整css
parent
6b9ee4f55a
commit
958cc09271
|
@ -2329,11 +2329,24 @@ textarea::-webkit-input-placeholder {
|
|||
.enterprise-txt p{
|
||||
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{
|
||||
display: block;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
word-break: break-all;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
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){
|
||||
|
@ -2859,17 +2872,6 @@ textarea::-webkit-input-placeholder {
|
|||
padding: 10px 10px;
|
||||
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-item-first>strong{
|
||||
line-height: 1.6 !important;
|
||||
|
|
Loading…
Reference in New Issue