generate交互方式和图片放大后的

This commit is contained in:
X1627315083
2024-04-26 15:27:01 +08:00
parent 9562ae4225
commit 1a2baf9278
16 changed files with 166 additions and 86 deletions

View File

@@ -125,6 +125,23 @@ input:focus{
height: 3.3rem;
line-height: 3.3rem;
zoom: 1;
.fi-br-loading::before{
transition: all .5s;
display: inline-block;
animation: whirl 1s linear infinite;
}
@keyframes whirl {
0%{
transform: rotate(0deg);
}
50%{
transform: rotate(180deg);
}
100%{
transform: rotate(360deg);
}
}
}
@@ -188,7 +205,6 @@ input:focus{
pointer-events:none !important;
}
}
.Guide_{
pointer-events:auto !important;
overflow-y: initial !important;
@@ -968,14 +984,13 @@ input:focus{
.libraryPageCascader{
border-radius: 1rem;
.cascader_btn_max{
height: 4rem;
height: 4.5rem;
width: 100%;
border-bottom: 1px solid rgb(225 225 225);
display: flex;
align-items: center;
.cascader_btn1{
margin: 0 1rem;
line-height: 1.5rem;
}
}
.ant-cascader-menu{