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
3.4 KiB
75 lines
3.4 KiB
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/image-preview/index.less ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.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;
|
|
}
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ManageHead/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.ManageHead___OlGnQ {
|
|
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___OlGnQ .tabs____UQeJ {
|
|
height: 88px;
|
|
}
|
|
.ManageHead___OlGnQ .tabs____UQeJ .title___VM9am {
|
|
color: #333;
|
|
font-size: 18px;
|
|
margin-right: 60px;
|
|
height: 100%;
|
|
display: inline-block;
|
|
line-height: 88px;
|
|
cursor: pointer;
|
|
}
|
|
.ManageHead___OlGnQ .tabs____UQeJ .active___XkbXs {
|
|
color: #0152d9;
|
|
border-bottom: 2px solid #0152d9;
|
|
}
|
|
|