.third-edit-box {
|
.mask {
|
position: fixed;
|
top: 0px;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
.tipcard {
|
position: absolute;
|
min-height: 100px;
|
font-size: 16px;
|
border-radius: 6px;
|
background-size: 100% 100%;
|
background-repeat: no-repeat;
|
padding: 15px;
|
}
|
.card1 {
|
left: 30%;
|
top: 20vh;
|
width: 250px;
|
min-height: 100px;
|
background-image: url('../../../assets/img/card-bg2.jpg');
|
color: #000000;
|
font-style: oblique;
|
}
|
.card2 {
|
left: 60%;
|
top: 20vh;
|
width: 250px;
|
min-height: 100px;
|
background-image: url('../../../assets/img/card-bg5.jpg');
|
color: #000000;
|
padding: 20px 30px;
|
font-style: oblique;
|
}
|
.card3 {
|
left: 30%;
|
top: 50vh;
|
width: 250px;
|
min-height: 150px;
|
background-image: url('../../../assets/img/card-bg8.jpg');
|
color: #000000;
|
padding: 20px 30px;
|
font-style: oblique;
|
}
|
.card4 {
|
left: 60%;
|
top: 50vh;
|
width: 250px;
|
min-height: 150px;
|
background-image: url('../../../assets/img/card-bg7.jpg');
|
color: #000000;
|
padding: 20px 30px;
|
font-style: oblique;
|
}
|
.card5 {
|
right: 5%;
|
top: 20vh;
|
width: 130px;
|
min-height: 240px;
|
background-image: url('../../../assets/img/card-bg6.jpg');
|
color: #000000;
|
padding: 40px 15px 10px;
|
p {
|
margin: 0 0 5px;
|
}
|
div {
|
text-align: center;
|
a {
|
display: inline-block;
|
color: #fff;
|
padding: 2px 10px;
|
border-radius: 4px;
|
background-color: #1890ff;
|
border-color: #1890ff;
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
}
|
}
|
}
|
}
|
.cus-submenu-title {
|
padding: 0px 24px;
|
background: #364150;
|
margin: 0;
|
height: 48px;
|
line-height: 48px;
|
width: 100%;
|
overflow: hidden;
|
font-size: 14px;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
i {
|
margin-right: 10px;
|
}
|
}
|
.editboard {
|
position: fixed;
|
z-index: 1070;
|
padding-top: 48px;
|
top: 0px;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
background: rgba(0, 0, 0, 0.35);
|
.workplace {
|
position: relative;
|
width: calc(100vw - 235px);
|
height: 100%;
|
overflow-y: auto;
|
left: 235px;
|
background: #ffffff;
|
|
.top-btn {
|
position: absolute;
|
z-index: 1;
|
top: 12px;
|
right: 20px;
|
cursor: pointer;
|
}
|
.top-btn.submit {
|
right: 100px;
|
}
|
.ant-col {
|
padding: 10px;
|
}
|
.ant-card-head-title {
|
text-align: center;
|
}
|
.ant-card-body {
|
padding: 2px;
|
position: relative;
|
text-align: center;
|
overflow: hidden;
|
.card-operation {
|
position: absolute;
|
right: 0px;
|
top: 0;
|
height: 0px;
|
overflow: hidden;
|
transition: height 0.3s;
|
button {
|
height: 30px;
|
padding: 0 10px;
|
margin-top: 5px;
|
margin-right: 10px;
|
display: none;
|
}
|
}
|
}
|
.ant-card-body:hover {
|
.card-operation {
|
height: 40px;
|
button {
|
display: inline-block;
|
}
|
}
|
}
|
img {
|
max-width: 100%;
|
cursor: zoom-in;
|
}
|
}
|
.workplace::-webkit-scrollbar {
|
width: 7px;
|
}
|
.workplace::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
|
background: rgba(0, 0, 0, 0.13);
|
}
|
.workplace::-webkit-scrollbar-track {
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
|
border-radius: 3px;
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
background: rgba(0, 0, 0, 0);
|
}
|
}
|
> .loading-thdmenu {
|
position: fixed;
|
left: calc(50vw - 22px);
|
top: calc(50vh - 70px);
|
z-index: 1100;
|
}
|
}
|