添加可点击样式

This commit is contained in:
2023-08-08 17:23:33 +08:00
parent 626d634278
commit 9856012e03
10 changed files with 70 additions and 5 deletions

View File

@@ -266,6 +266,12 @@ img {
}
}
.item:hover{
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.item {
width: 590px;
background-color: rgba(255, 255, 255, 1);
@@ -277,6 +283,7 @@ img {
position: relative;
margin-bottom: 20px;
cursor: pointer;
transition: all linear 0.2s;
.detail-tab {
width: 32px;