You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.7 KiB
75 lines
1.7 KiB
.image-preview-container {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
position: fixed;
|
|
align-items: center;
|
|
justify-content: center;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 99999;
|
|
background: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.image-preview-container .image-preview {
|
|
transition: transform 0.4s linear;
|
|
max-width: 86%;
|
|
}
|
|
.image-preview-container .button-group {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
position: absolute;
|
|
z-index: 101;
|
|
right: 10px;
|
|
top: 10px;
|
|
}
|
|
.image-preview-container .button-group a,
|
|
.image-preview-container .button-group button {
|
|
color: rgba(0, 0, 0, 0.65);
|
|
margin-right: 10px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.preview-wrp-group {
|
|
overflow: auto;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.ManageHead___2IMvb {
|
|
height: 88px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-left: 30px;
|
|
padding-right: 30px;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #efefef;
|
|
}
|
|
.ManageHead___2IMvb .tabs___1NuAo {
|
|
height: 88px;
|
|
}
|
|
.ManageHead___2IMvb .tabs___1NuAo .title___1rlAS {
|
|
color: #333;
|
|
font-size: 18px;
|
|
margin-right: 60px;
|
|
height: 100%;
|
|
display: inline-block;
|
|
line-height: 88px;
|
|
cursor: pointer;
|
|
}
|
|
.ManageHead___2IMvb .tabs___1NuAo .active___xTnBU {
|
|
color: #0152d9;
|
|
border-bottom: 2px solid #0152d9;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|