扫码异常接口缓存线接口

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'
}

View File

@@ -181,6 +181,9 @@ uni-button:after {
.bg-red {
background-color: #ff6a00;
}
.bg-none {
display: none;
}
.material-wrap {
width: calc(100% - 30px);
height: calc(100% - 152px);/** 42+15*5+35 */