2022-10-09 10:07:24 +08:00
|
|
|
* {
|
2022-12-01 17:39:30 +08:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2022-10-09 10:07:24 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mask-layer {
|
2022-12-01 17:39:30 +08:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
background: rgba(0, 0, 0, 0.6);
|
2022-10-09 10:07:24 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.model-container {
|
2022-12-01 17:39:30 +08:00
|
|
|
width: 446px;
|
|
|
|
height: 194px;
|
|
|
|
background: #fff;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #707070;
|
|
|
|
font-family: 'Alibaba PuHuiTi';
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
-webkit-transform: translate(-50%, -50%);
|
|
|
|
-moz-transform: translate(-50%, -50%);
|
|
|
|
-ms-transform: translate(-50%, -50%);
|
|
|
|
-o-transform: translate(-50%, -50%);
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
z-index: 99999999999;
|
2022-10-09 10:07:24 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.model-container .model-title {
|
2022-12-01 17:39:30 +08:00
|
|
|
height: 40px;
|
|
|
|
padding-left: 24px;
|
|
|
|
padding-right: 24px;
|
|
|
|
padding-top: 10px;
|
|
|
|
background: #007fff;
|
|
|
|
text-align: left;
|
2022-10-19 11:48:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.model-container .title-span {
|
2022-12-01 17:39:30 +08:00
|
|
|
font-family: 'Alibaba PuHuiTi';
|
|
|
|
font-size: 18px !important;
|
|
|
|
color: #ffffff;
|
2022-10-19 11:48:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.model-container .model-close {
|
2022-12-01 17:39:30 +08:00
|
|
|
position: absolute;
|
|
|
|
right: 20px;
|
|
|
|
top: 10px;
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
cursor: pointer;
|
|
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABHNCSVQICAgIfAhkiAAAALZJREFUOE9jZACC////ZwIpcyBOZGRk/A8SIwSAehqAatiB6itBahmBAhVAuh2qcRGQTiBkGNSQeqie6UA6G2QQyGSYIEgOr2E41UO9RpRh+CxlhIUFIZcRkocbhM9lUK/j9T6KQTgMuwgU10eKRaxhiGEQDsNg5uCMCKwGQQ07AKTtkVxyF8hWxZU0aOciLLFDehjhimKSYo1QOiEkDw4jQoqISbTUy2tUy/1Qr1FeHiElOIqYAKkPngur14nOAAAAAElFTkSuQmCC);
|
2022-10-19 11:48:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.model-container .model-content {
|
2022-12-01 17:39:30 +08:00
|
|
|
margin-top: 24px;
|
2022-10-09 10:07:24 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.model-container .controls {
|
2022-12-01 17:39:30 +08:00
|
|
|
position: absolute;
|
|
|
|
bottom: 10px;
|
|
|
|
width: 100%;
|
|
|
|
padding: 12px;
|
|
|
|
padding-top: 40px;
|
2022-10-09 10:07:24 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.model-container a {
|
2022-12-01 17:39:30 +08:00
|
|
|
display: inline-block;
|
|
|
|
width: 49%;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.ant-message {
|
2022-12-28 09:39:23 +08:00
|
|
|
z-index: 10012!important;
|
2022-12-01 17:39:30 +08:00
|
|
|
}
|
|
|
|
.ant-modal-wrap{
|
|
|
|
z-index: 10010!important;
|
|
|
|
}
|
|
|
|
.ant-notification {
|
2022-12-05 17:38:59 +08:00
|
|
|
z-index: 10012!important;
|
2022-12-01 17:39:30 +08:00
|
|
|
}
|
|
|
|
.ant-popconfirm {
|
|
|
|
z-index: 10010!important;
|
2022-10-09 10:07:24 +08:00
|
|
|
}
|
2022-12-02 17:30:32 +08:00
|
|
|
.ant-tooltip{
|
|
|
|
z-index: 10010!important;
|
|
|
|
}
|
2022-12-12 14:16:21 +08:00
|
|
|
.ant-image-preview-wrap {
|
|
|
|
z-index: 10012!important;
|
|
|
|
}
|
2022-12-12 20:01:49 +08:00
|
|
|
.ant-picker-dropdown {
|
|
|
|
z-index: 10010!important;
|
|
|
|
}
|
2022-12-16 09:31:38 +08:00
|
|
|
.ant-modal-mask {
|
|
|
|
z-index: 10010!important;
|
|
|
|
}
|
2022-10-19 11:48:31 +08:00
|
|
|
.model-container .confirmChrome {
|
2022-12-01 17:39:30 +08:00
|
|
|
width: 140px;
|
|
|
|
height: 36px;
|
|
|
|
background: #0087ff;
|
|
|
|
border-radius: 0.04rem !important;
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: 'Alibaba PuHuiTi';
|
|
|
|
color: #fff;
|
|
|
|
line-height: 36px;
|
|
|
|
border-radius: 6px;
|
2022-10-09 10:07:24 +08:00
|
|
|
}
|
|
|
|
|
2022-10-19 11:48:31 +08:00
|
|
|
.model-container .confirm360 {
|
2022-12-01 17:39:30 +08:00
|
|
|
width: 140px;
|
|
|
|
height: 36px;
|
|
|
|
background: #0087ff;
|
|
|
|
border-radius: 0.04rem !important;
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: 'Alibaba PuHuiTi';
|
|
|
|
color: #fff;
|
|
|
|
line-height: 36px;
|
|
|
|
margin-left: 50px;
|
|
|
|
border-radius: 6px;
|
2022-10-19 11:48:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2022-12-01 17:39:30 +08:00
|
|
|
font-family: 'Alibaba PuHuiTi';
|
|
|
|
src: url('~@/assets/home/font/Alibaba-PuHuiTi-Light.otf');
|
2022-10-25 17:52:04 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 气泡提示框按钮居中 */
|
|
|
|
.ant-popover-inner-content .ant-popover-buttons {
|
2022-12-01 17:39:30 +08:00
|
|
|
text-align: center;
|
2022-11-04 17:04:47 +08:00
|
|
|
}
|
|
|
|
.ApplicationTopDetails-tooltip-card {
|
2022-12-01 17:39:30 +08:00
|
|
|
max-width: 9rem !important;
|
|
|
|
min-width: 6rem !important;
|
|
|
|
max-height: 6rem !important;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|