fix:群控系统>控制面板的样式和逻辑修改
This commit is contained in:
@@ -413,12 +413,22 @@
|
||||
|
||||
.zmhlbtn {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
// 禁用图标
|
||||
.anticon-stop {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
bottom: 3px;
|
||||
overflow: hidden;
|
||||
.btn-back {
|
||||
position: absolute;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
right: -25px;
|
||||
bottom: -30px;
|
||||
transform: rotate(45deg);
|
||||
background: orange;
|
||||
// 禁用图标
|
||||
.anticon-stop {
|
||||
transform: rotate(-45deg) scale(0.9);
|
||||
position: absolute;
|
||||
left: 3px;
|
||||
top: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user