yangws #414

Merged
yangws merged 2 commits from yangws into main 2024-11-20 17:07:24 +08:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 9418998ec5 - Show all commits

View File

@ -289,7 +289,10 @@ const chooseVedio = (item) => {
width: calc(20%); width: calc(20%);
cursor: pointer; cursor: pointer;
transition: all 0.3s ease; transition: all 0.3s ease;
padding: 5px padding: 5px;
display: flex;
flex-direction: column;
justify-content: space-between;
} }
.content:hover { .content:hover {
@ -297,7 +300,6 @@ const chooseVedio = (item) => {
// box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); // box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
} }
.content-list{ .content-list{
height: 80%;
} }
.item-content { .item-content {