反馈调整css
parent
9e946c2f11
commit
6b9ee4f55a
|
@ -2329,6 +2329,12 @@ textarea::-webkit-input-placeholder {
|
||||||
.enterprise-txt p{
|
.enterprise-txt p{
|
||||||
padding: 0 15%;
|
padding: 0 15%;
|
||||||
}
|
}
|
||||||
|
.join-list li>div:nth-of-type(1)>span{
|
||||||
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width:780px){
|
@media screen and (max-width:780px){
|
||||||
/* banner */
|
/* banner */
|
||||||
|
|
Loading…
Reference in New Issue