generate交互方式和图片放大后的
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user