反馈调整css
parent
007e9af036
commit
9e946c2f11
|
@ -2844,22 +2844,29 @@ textarea::-webkit-input-placeholder {
|
|||
font-size: 13px;
|
||||
}
|
||||
.join-list li>div:nth-of-type(1)>strong:last-child, .join-list li>div:nth-of-type(1)>span:last-child{
|
||||
width: 16%;
|
||||
width: 10%;
|
||||
}
|
||||
.join-list li>div:nth-of-type(1)>strong, .join-list li>div:nth-of-type(1)>span{
|
||||
width: 22%;
|
||||
}
|
||||
.join-list li>div:nth-of-type(1){
|
||||
padding: 0 10px;
|
||||
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)>strong:first-child, .join-list li>div:nth-of-type(1)>span:first-child{
|
||||
display: block;
|
||||
.join-list li>div:nth-of-type(1)>span{
|
||||
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.6 !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width:414px){
|
||||
|
|
Loading…
Reference in New Issue