扫码异常接口缓存线接口
This commit is contained in:
@@ -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'
|
||||
}
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user