/** iconfont */ @font-face { font-family: 'iconfont'; src: url('@/static/iconfont/iconfont.woff2') format('woff2'), url('@/static/iconfont/iconfont.woff') format('woff'), url('@/static/iconfont/iconfont.ttf') format('truetype'); } .iconfont { font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .delete_icon { width: 30px; height: 35px; font-size: 20px; line-height: 35px; color: #bbb; } .delete_icon::after { content: '\e632'; } .eye_colse_icon { width: 30px; height: 35px; font-size: 20px; line-height: 35px; color: #bbb; } .eye_colse_icon::after { content: '\e7b2'; } .eye_open_icon { width: 30px; height: 35px; font-size: 20px; line-height: 35px; color: #D7592F; } .eye_open_icon::after { content: '\e60a'; } .scan_icon { width: 30px; height: 30px; font-size: 30px; line-height: 35px; color: #D7592F; } .scan_icon::after { content: '\e607'; } .icon-check { width: 30px; height: 30px; background-color: #fff; border-radius: 50%; margin: 0 auto; } .icon-checked { background-color: #D7592F; }