更新用户指引

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

@@ -159,15 +159,44 @@ li {
.el-cascader__collapse-tag .el-cascader__collapse-tag .el-tag--light {
display: flex !important;
}
.hideEvents* {
.hideEvents {
pointer-events: none !important;
}
.hideEvents * {
pointer-events: none !important;
}
.Guide_ {
pointer-events: auto !important;
overflow-y: initial !important;
}
.Guide_.showEvents * {
pointer-events: auto !important;
}
.Guide_.showEvents .hideEvents {
pointer-events: none !important;
}
.Guide_.showEvents .hideEvents * {
pointer-events: none !important;
}
.Guide_ .Guide_active {
box-shadow: 0px 0px 13px #ff5f5f;
animation: identifier 1s infinite linear;
display: block !important;
}
@keyframes identifier {
0% {
box-shadow: none;
}
50% {
box-shadow: 0px 0px 13px #ff5f5f;
}
100% {
box-shadow: none;
}
}
:not(body):has(>.driver-active-element) {
overflow: initial !important;
}
.delete_like_file_block {
display: none;
width: 2.5rem;
@@ -311,6 +340,17 @@ li {
top: auto;
margin: 0 9rem;
}
.ant-modal-confirm-confirm .ant-modal-content {
border-radius: 1rem;
}
.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
width: 100%;
display: flex;
justify-content: center;
}
.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn-primary {
margin-left: 10rem;
}
.modal_component.ant-modal {
top: 0;
}

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{