扫码异常接口缓存线接口

This commit is contained in:
2023-03-30 10:45:00 +08:00
parent 5315ea7016
commit 76e762e84e
10 changed files with 68 additions and 49 deletions

View File

@@ -52,12 +52,19 @@
content: '\e607';
}
.icon-check {
width: 30px;
height: 30px;
background-color: #fff;
width: 24px;
height: 24px;
font-size: 20px;
line-height: 24px;
color: #bbb;
background-color: #bbb;
border-radius: 50%;
margin: 0 auto;
}
.icon-checked {
color: #fff;
background-color: #D7592F;
}
.icon-check::after {
content: '\e608'
}