no message

This commit is contained in:
2023-03-22 17:08:41 +08:00
parent e4b1a70a29
commit e70ca29794
3 changed files with 10 additions and 32 deletions

View File

@@ -51,3 +51,13 @@
.scan_icon::after {
content: '\e607';
}
.icon-check {
width: 44rpx;
height: 44rpx;
background-color: #fff;
border-radius: 50%;
margin: 0 auto;
}
.icon-checked {
background-color: #D7592F;
}