aslan-admin/src/styles/seal.scss
2025-07-30 17:45:41 +08:00

31 lines
542 B
SCSS

.seal-block {
width: 60px;
height: 60px;
transform: rotate(30deg);
border-radius: 100%;
text-align: center;
border: solid 2px #909399;
color: #909399;
font-size: 16px;
font-weight: bold;
line-height: 60px;
right: 5px;
bottom: 0px;
position: absolute;
background-color: rgba(255,255,255,0.8)
}
.seal-warn {
border-color: #E6A23C;
color: #E6A23C;
}
.seal-success {
border-color: #67C23A;
color: #67C23A;
}
.seal-danger {
border-color: #F56C6C;
color: #F56C6C;
}