调整0112

master
Lee 2022-01-12 16:38:52 +08:00
parent a58b81d896
commit b8056659ba
1 changed files with 9 additions and 0 deletions

View File

@ -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;