This commit is contained in:
闫晓茹 2024-08-09 13:59:41 +08:00
parent a0b6075223
commit e22c1c606c

View File

@ -194,7 +194,6 @@ export default {
overflow: hidden; overflow: hidden;
width: 263px; width: 263px;
height: 262px; height: 262px;
// border: 2px solid #1890ff;
border-radius: 10px; border-radius: 10px;
font-size: 14px; font-size: 14px;
font-weight: 600; font-weight: 600;
@ -202,9 +201,6 @@ export default {
} }
.cards:hover { .cards:hover {
border: 2px solid #1890ff; border: 2px solid #1890ff;
// -webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);
// box-shadow:0 15px 30px rgba(0,0,0,.3);
// -webkit-transform:translate3d(0,-10px,0);
cursor: pointer; cursor: pointer;
} }
.cardlist { .cardlist {