反馈调整css
parent
007e9af036
commit
9e946c2f11
|
@ -2844,22 +2844,29 @@ textarea::-webkit-input-placeholder {
|
||||||
font-size: 13px;
|
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{
|
.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{
|
.join-list li>div:nth-of-type(1)>strong, .join-list li>div:nth-of-type(1)>span{
|
||||||
width: 22%;
|
width: 22%;
|
||||||
}
|
}
|
||||||
.join-list li>div:nth-of-type(1){
|
.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){
|
.join-list li.active>div:nth-of-type(2){
|
||||||
padding: 0 10px 20px;
|
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{
|
.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.6 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width:414px){
|
@media screen and (max-width:414px){
|
||||||
|
|
|
@ -89,9 +89,9 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="join-item">
|
<div class="join-item">
|
||||||
<span>研究院电芯研发实验员</span>
|
<span>研究院电芯研发实验员研究院电芯研发实验员研究院电芯研发实验员</span>
|
||||||
<span>2人</span>
|
<span>2人</span>
|
||||||
<span>本科及以上</span>
|
<span>本科及以上123</span>
|
||||||
<span class="more">展开详情</span>
|
<span class="more">展开详情</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="join-txt">
|
<div class="join-txt">
|
||||||
|
|
Loading…
Reference in New Issue