调整0112
parent
a58b81d896
commit
b8056659ba
|
@ -1620,6 +1620,15 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
.join-list li.cur .join-list-item{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.join-list li.cur .join-list-item.active{
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
.join-list li .join-txt{
|
.join-list li .join-txt{
|
||||||
width: 48.85%;
|
width: 48.85%;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
|
|
Loading…
Reference in New Issue