change iconfont

This commit is contained in:
Vick Scarlet
2021-08-18 17:33:53 +08:00
parent 2e3a876803
commit aa8689ad91
6 changed files with 13 additions and 8 deletions

View File

@@ -289,11 +289,16 @@ i {
display: flex;
align-items: center;
justify-content: center;
padding: 0.5rem;
padding: 0.1rem;
border-radius: 4px;
cursor: pointer;
transition: background 0.3s;
}
.banner .iconfont {
font-size: 2rem;
}
.banner .banner-close:hover {
background: rgba(0, 0, 0, 0.12);
}