+ 索引页添加点击时的效果

This commit is contained in:
2022-07-17 23:08:46 +08:00
parent 1106b873bb
commit d146310de3
2 changed files with 13 additions and 2 deletions

View File

@@ -26,6 +26,17 @@ a {
border-left-width: 5px;
}
.item:active {
height: 32px;
text-align: left;
line-height: 32px;
margin-top: 5px;
padding-left: 10px;
background-color: #ffffff;
border: 1px solid #583fe9;
border-left-width: 5px;
}
.buttons {
text-align: center;
}