更新用户指引

This commit is contained in:
X1627315083
2023-12-08 16:27:35 +08:00
parent ec21fd1ff1
commit 4f62c4c2d3
12 changed files with 421 additions and 161 deletions

View File

@@ -174,14 +174,15 @@ ul,li{
}
}
.hideEvents{
&*{
pointer-events:none !important;
*{
pointer-events:none !important;
}
}
.Guide_{
pointer-events:auto !important;
overflow-y: initial !important;
&.showEvents{
*{
pointer-events:auto !important;
@@ -189,9 +190,34 @@ ul,li{
// .select_img_type{
// overflow: initial !important;
// }
.hideEvents{
pointer-events:none !important;
*{
pointer-events:none !important;
}
}
}
.Guide_active{
box-shadow: 0px 0px 13px rgb(255, 95, 95);
animation: identifier 1s infinite linear;
display: block !important;
@keyframes identifier {
0% {
box-shadow: none;
}
50% {
box-shadow: 0px 0px 13px rgb(255, 95, 95);
}
100% {
box-shadow: none;
}
}
}
}
:not(body):has(>.driver-active-element){
overflow: initial !important;
}
//爱心
.delete_like_file_block{
display: none;
@@ -366,6 +392,21 @@ ul,li{
}
}
}
.ant-modal-confirm-confirm{
.ant-modal-content{
border-radius: 1rem;
.ant-modal-body{
.ant-modal-confirm-btns{
width: 100%;
display: flex;
justify-content: center;
.ant-btn-primary{
margin-left: 10rem;
}
}
}
}
}
.modal_component{
&.ant-modal{