This commit is contained in:
zhutianqi
2021-11-02 14:02:25 +08:00
parent 6bdc678459
commit b3f92b8d7c
4 changed files with 36 additions and 35 deletions
+3 -2
View File
@@ -37,15 +37,16 @@
cursor: pointer;
padding-left: 10px;
& > div {
border-radius: 5px;
width: 100%;
height: 70px;
background-color: #E4E4E4;
background-color: #99BEDB;
}
}
.wx-card:hover {
& > div {
color: #fff;
background-color: #5ea9f6;
background-color: #0068B7;
}
}
.wx-card1 {