This commit is contained in:
2023-03-24 17:18:00 +08:00
parent 10a055cf4a
commit b2d6a975dc
9 changed files with 139 additions and 147 deletions

View File

@@ -12,48 +12,48 @@
-moz-osx-font-smoothing: grayscale;
}
.delete_icon {
width: 40rpx;
height: 40rpx;
font-size: 40rpx;
line-height: 40rpx;
width: 30px;
height: 35px;
font-size: 20px;
line-height: 35px;
color: #bbb;
}
.delete_icon::after {
content: '\e632';
}
.eye_colse_icon {
width: 40rpx;
height: 40rpx;
font-size: 40rpx;
line-height: 40rpx;
width: 30px;
height: 35px;
font-size: 20px;
line-height: 35px;
color: #bbb;
}
.eye_colse_icon::after {
content: '\e7b2';
}
.eye_open_icon {
width: 40rpx;
height: 40rpx;
font-size: 40rpx;
line-height: 40rpx;
color: #bbb;
width: 30px;
height: 35px;
font-size: 20px;
line-height: 35px;
color: #D7592F;
}
.eye_open_icon::after {
content: '\e7b2';
content: '\e60a';
}
.scan_icon {
width: 80rpx;
height: 80rpx;
font-size: 70rpx;
line-height: 80rpx;
width: 30px;
height: 30px;
font-size: 30px;
line-height: 35px;
color: #D7592F;
}
.scan_icon::after {
content: '\e607';
}
.icon-check {
width: 44rpx;
height: 44rpx;
width: 30px;
height: 30px;
background-color: #fff;
border-radius: 50%;
margin: 0 auto;