Compare commits

..

No commits in common. "main" and "zouyf_dev" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ const chooseVedio = (item) => {
padding: 5px;
display: flex;
flex-direction: column;
// justify-content: space-between;
justify-content: space-between;
}
.content:hover {
@ -192,7 +192,7 @@ const chooseVedio = (item) => {
// box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}
.content-list{
height: 150px;
height: 100%;
display: flex;
align-items: center
}