更改了页面右侧功能区的样式
This commit is contained in:
@@ -1313,3 +1313,18 @@ del {
|
|||||||
transition: background-color 0.3s, transform 0.2s;
|
transition: background-color 0.3s, transform 0.2s;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.controlSpan {
|
||||||
|
border-radius: 8px;
|
||||||
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||||
|
cursor: pointer;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
font-family: 'd9', sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
height: 30px;
|
||||||
|
width: 30px;
|
||||||
|
transition: background-color 0.3s, transform 0.2s;
|
||||||
|
z-index: 20;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user