.meetingPlanners-book {
|
width: 100%;
|
height: 100%;
|
|
// 自定义内容
|
.page-box {
|
box-sizing: border-box;
|
min-height: 1128px;
|
margin-bottom: 20px;
|
box-shadow: 0 3px 6px 1px #00000029;
|
background-color: #fff;
|
}
|
|
|
.dl-bl {
|
display: inline-block;
|
}
|
.wh-no {
|
white-space: nowrap;
|
}
|
|
.c-g {
|
color: green;
|
}
|
|
.c-r {
|
color: red;
|
}
|
|
.t-right {
|
text-align: right;
|
}
|
|
.mr-0 {
|
margin: 0;
|
}
|
|
.mt-10 {
|
margin-top: 10px !important;
|
}
|
|
.mt-20 {
|
margin-top: 20px !important;
|
}
|
|
.table-pad {
|
padding: 1em 0.8em !important;
|
}
|
|
|
.mt-30 {
|
margin-top: 30px;
|
}
|
|
.mb-0 {
|
margin-bottom: 0 !important;
|
}
|
|
.mb-10 {
|
margin-bottom: 10px;
|
}
|
|
.mb-30 {
|
margin-bottom: 30px !important;
|
}
|
|
.mb-50 {
|
margin-bottom: 50px !important;
|
}
|
|
.ma-l {
|
margin-left: 8%;
|
}
|
|
.ma-0 {
|
margin: 0% !important;
|
}
|
|
.pd-5 {
|
padding: 0 5px;
|
}
|
|
.w100 {
|
width: 100%;
|
}
|
|
.w90 {
|
width: 90%;
|
}
|
|
.w80 {
|
width: 80%;
|
}
|
|
.w75 {
|
width: 75%;
|
}
|
|
.w70 {
|
width: 70%;
|
}
|
|
.w25 {
|
width: 25%;
|
}
|
|
.w20 {
|
width: 20%;
|
}
|
|
.fz-13 {
|
font-size: 13px !important;
|
}
|
|
.fz-14 {
|
font-size: 14px !important;
|
}
|
|
.fz-16 {
|
font-size: 16px !important;
|
}
|
|
.fz-18 {
|
font-size: 18px !important;
|
}
|
|
.fz-20 {
|
font-size: 20px;
|
}
|
|
.pt-20 {
|
padding-top: 20px;
|
}
|
|
.td-0 {
|
text-indent: 0em !important;
|
}
|
|
td {
|
padding: 5px 10px;
|
}
|
|
.fl {
|
display: flex;
|
}
|
|
.ju-cn {
|
justify-content: center;
|
}
|
|
.ju-ev {
|
justify-content: space-evenly;
|
}
|
|
.jc-fs {
|
justify-content: flex-start;
|
}
|
|
.fw-w {
|
flex-wrap: wrap;
|
}
|
|
.fd-c {
|
flex-direction: column;
|
}
|
|
.fd-r {
|
flex-direction: row-reverse;
|
}
|
|
.al-c {
|
align-items: center;
|
}
|
|
.al-fe {
|
align-items: flex-end;
|
}
|
|
.ac-f {
|
align-content: flex-end;
|
}
|
|
.jc-fe {
|
justify-content: flex-end;
|
}
|
|
.jc-c {
|
justify-content: center;
|
}
|
|
.jc-sa {
|
justify-content: space-around
|
}
|
|
.jc-sb {
|
justify-content: space-between
|
}
|
|
.mr-70 {
|
margin-right: 70px !important;
|
}
|
|
.mr-10 {
|
margin-right: 10px;
|
}
|
|
.pad-t-55 {
|
padding-top: 55px;
|
}
|
|
.ma-t-30 {
|
margin-top: 30px;
|
}
|
|
.ma-t-20 {
|
margin-top: 20px;
|
}
|
|
.pad-l-60 {
|
padding-left: 60px;
|
}
|
|
.pad-l-80 {
|
padding-left: 80px;
|
}
|
|
|
.mb-45 {
|
margin-bottom: 45px;
|
}
|
|
.mb-20 {
|
margin-bottom: 20px !important;
|
}
|
|
.headerImg {
|
width: 130px;
|
display: flex;
|
position: relative;
|
}
|
|
.header-Number {
|
position: absolute;
|
top: 4%;
|
left: 40%;
|
color: #fff;
|
font-size: 14px;
|
}
|
|
.header-text {
|
// font-family: kaiti;
|
font-weight: 500;
|
font-size: 16px;
|
color: #000;
|
margin-right: 10px;
|
}
|
|
table {
|
border-color: none !important;
|
}
|
|
.table-th-bc {
|
background-color: #FEDDB4;
|
color: #000;
|
}
|
|
.table-tr-bc {
|
background-color: #FEF4E4;
|
color: #000;
|
}
|
|
.table-textarea {
|
font-size: 14px;
|
font-family: "Times New Roman", "宋体";
|
resize: none;
|
|
&:focus {
|
outline: none;
|
}
|
}
|
|
.textarea-box {
|
border: none;
|
text-align: center;
|
width: 84px;
|
height: 36px;
|
overflow: auto;
|
word-break: break-all;
|
resize: none;
|
}
|
|
.unit-p-w {
|
font-size: 30px;
|
margin-bottom: 20px;
|
font-weight: 800;
|
}
|
|
.unit-p {
|
font-size: 28px;
|
margin-bottom: 20px;
|
|
}
|
|
|
.b0 {
|
border: 0;
|
}
|
|
.task {
|
width: 16%;
|
margin-bottom: 5em;
|
margin-top: 0;
|
border-top: 0.7em solid #5192C6;
|
}
|
|
.task2 {
|
width: 16%;
|
margin-bottom: 5em;
|
margin-top: 0;
|
border-top: 0.7em solid #F89C1C;
|
}
|
|
.task3 {
|
width: 16%;
|
margin-bottom: 5em;
|
margin-top: 0;
|
border-top: 0.7em solid #448D9C;
|
}
|
|
.task4 {
|
width: 16%;
|
margin-bottom: 5em;
|
margin-top: 0;
|
border-top: 0.7em solid #9EAA60;
|
}
|
|
|
.p-odd {
|
padding-right: 8%;
|
}
|
|
.p-even {
|
padding-left: 8%;
|
}
|
|
.p-continued {
|
text-align: right;
|
font-size: 14px;
|
margin-bottom: 10px;
|
}
|
|
|
.mindMap {
|
margin: 10px 0;
|
padding: 5px 0 5px 10px;
|
border: 1px dashed #BCBCBC;
|
font-size: 17px;
|
}
|
|
.mindMap-name {
|
color: #1CA8ED;
|
cursor:pointer
|
}
|
|
.mindMap-name:hover {
|
text-decoration: underline;
|
}
|
|
.mindMap-type {
|
color: #1CA8ED;
|
}
|
|
.img-float {
|
width: 310px;
|
float: left;
|
height: auto;
|
margin: auto;
|
margin-right: 20px;
|
|
img {
|
width: 100%;
|
}
|
|
p {
|
margin: 0;
|
}
|
}
|
|
.img-rights {
|
width: 310px;
|
float: right;
|
height: auto;
|
margin: auto;
|
margin-left: 20px;
|
|
p {
|
margin: 0 !important;
|
}
|
}
|
|
.w430 {
|
width: 430px;
|
}
|
|
.w395 {
|
width: 395px;
|
}
|
|
.w350 {
|
width: 350px;
|
}
|
|
.w290 {
|
width: 290px;
|
}
|
|
.w280 {
|
width: 280px;
|
}
|
|
.w275 {
|
width: 275px;
|
}
|
|
.w270 {
|
width: 270px;
|
}
|
|
.w250 {
|
width: 250px;
|
}
|
|
.w230 {
|
width: 230px;
|
}
|
|
.w220 {
|
width: 220px;
|
}
|
|
.w200 {
|
width: 200px;
|
}
|
|
.w180 {
|
width: 180px;
|
}
|
|
.w165 {
|
width: 165px;
|
}
|
|
.w150 {
|
width: 150px;
|
}
|
|
.w115 {
|
width: 115px;
|
}
|
|
.imgBox-003 {
|
width: 100%;
|
height: 280px;
|
margin-bottom: 18px;
|
}
|
|
.imgBox {
|
display: flex !important;
|
flex-direction: column-reverse !important;
|
position: relative !important;
|
|
.img {
|
margin: 0 !important;
|
font-size: 16px !important;
|
position: absolute !important;
|
left: 50% !important;
|
transform: translateX(-50%);
|
bottom: -2% !important;
|
}
|
|
img {
|
height: 80%;
|
}
|
}
|
|
p.blockh6-c {
|
font-family: "STKaiti";
|
font-weight: normal;
|
font-size: 16px;
|
border-style: dotted;
|
border-radius: 1em;
|
border-width: 2px;
|
border-color: #6CB26C;
|
padding: 0.8em;
|
margin-top: 1em;
|
text-indent: 0em;
|
margin-bottom: 20px;
|
}
|
|
// 自带的
|
|
ul {
|
list-style-type: none;
|
}
|
|
li {
|
list-style-type: none;
|
}
|
|
@font-face {
|
font-family: 'FZLTZHJW';
|
src: url('Fonts/FZLTZHJW.ttf');
|
}
|
|
@font-face {
|
font-family: 'FZLTXIHJW';
|
src: url('Fonts/FZLTXIHJW.ttf');
|
}
|
|
@font-face {
|
font-family: 'FZHTJW';
|
src: url('Fonts/FZHTJW.ttf');
|
}
|
|
div.bodystyle {
|
font-family: 'FZLTXIHJW';
|
text-align: justify;
|
margin: 0 82px;
|
padding-bottom: 10%;
|
line-height: 30px;
|
}
|
|
|
|
.imz {
|
height: 96%;
|
text-align: center;
|
|
|
}
|
|
.note {
|
font-size: 0.85em;
|
}
|
|
|
|
.block {
|
font-family: "STKaiti";
|
color: #02439B;
|
}
|
|
|
.img {
|
font-family: 'FZLTXIHJW';
|
text-align: center;
|
font-weight: bold;
|
font-size: 0.85em;
|
margin-left: 0%;
|
margin-right: 0%;
|
text-indent: 0em;
|
}
|
|
.img1 {
|
font-family: 'FZLTXIHJW';
|
text-align: right;
|
font-size: 0.85em;
|
margin-left: 0%;
|
margin-right: 2em;
|
text-indent: 0em;
|
}
|
|
|
p {
|
font-family: "宋体";
|
margin: 0;
|
text-indent: 2em;
|
line-height: 30px;
|
text-align: justify;
|
}
|
|
.cover {
|
width: 100%;
|
padding: 0px;
|
}
|
|
.center {
|
text-align: center;
|
margin-left: 0%;
|
margin-right: 0%;
|
text-indent: 0em;
|
}
|
|
.left {
|
font-size: 18px;
|
text-indent: 1em;
|
margin-top: 0% !important;
|
margin-bottom: 0% !important;
|
}
|
|
.left1 {
|
font-size: 18px;
|
text-indent: 0em;
|
text-wrap: nowrap;
|
}
|
|
.left2 {
|
font-family: kaiti;
|
font-size: 18px;
|
text-indent: 0em;
|
text-wrap: nowrap;
|
}
|
|
.left3 {
|
font-family: kaiti;
|
font-size: 18px;
|
text-indent: 0em;
|
}
|
|
.right {
|
text-align: right;
|
margin-left: 0%;
|
margin-right: 0%;
|
}
|
|
.center1 {
|
font-family: "STKaiti";
|
text-align: center;
|
margin-left: 0%;
|
margin-right: 0%;
|
font-size: 1.2em;
|
text-indent: 0em;
|
font-weight: bold;
|
}
|
|
h1 {
|
font-family: 'FZLTZHJW';
|
font-size: 1.8em;
|
color: #6CB26C;
|
margin-bottom: 1em;
|
margin-top: 0.5em;
|
text-align: left;
|
}
|
|
.front {
|
font-family: 'FZLTZHJW';
|
font-size: 22px;
|
color: #000;
|
margin-bottom: 80px;
|
font-weight: 100;
|
}
|
|
h2 {
|
|
font-family: 'FZLTZHJW';
|
font-weight: bold;
|
color: #6CB26C;
|
text-align: left;
|
font-size: 1.6em;
|
margin-top: 0.3em;
|
margin-bottom: 0.3em;
|
}
|
|
.h2-zt1 {
|
padding: 6px;
|
background-color: #FFDF22;
|
margin-top: 1em;
|
margin-left: 0.3em;
|
margin-right: 0.5em;
|
}
|
|
.h2-zt2 {
|
height: 50px;
|
padding: 6px;
|
background-color: #919195;
|
margin-left: 0.3em;
|
margin-right: 0.5em;
|
}
|
|
.h3-zt1 {
|
padding: 10px;
|
background-color: #9ACC77;
|
color: #FFFFFF;
|
}
|
|
.h3-zt2 {
|
padding: 10px;
|
background-color: #EAF3E0;
|
color: #77A948;
|
}
|
|
h3 {
|
font-family: 'FZLTZHJW';
|
font-weight: bold;
|
text-align: center;
|
font-size: 1.4em;
|
color: #5EB7BF;
|
margin-top: 3em;
|
margin-bottom: 3em;
|
text-indent: 0em;
|
margin-left: 0em;
|
}
|
|
|
|
h4 {
|
font-family: 'FZHTJW';
|
font-weight: bold;
|
font-size: 1.2em;
|
margin-bottom: 1em;
|
margin-top: 1em;
|
border-bottom: 4px dotted #F7BE3D;
|
margin-left: 2em;
|
margin-bottom: 1em;
|
text-indent: 0em;
|
}
|
|
h5 {
|
font-family: 'FZHTJW';
|
color: #6CB26C;
|
text-align: left;
|
font-weight: bold;
|
margin-bottom: 5px;
|
margin-top: 5px;
|
font-size: 1.1em;
|
text-indent: 2em;
|
}
|
|
h6 {
|
|
font-family: "cnepub", serif;
|
font-family: 'FZHTJW';
|
color: #EF8472;
|
font-size: 1.05em;
|
margin-top: 10px;
|
text-indent: 2em;
|
margin-bottom: 10px;
|
border-bottom: 5px dotted #F4C388;
|
margin-left: 2em;
|
margin-bottom: 0.5em;
|
text-indent: 0em;
|
}
|
|
.u {
|
|
text-decoration: underline;
|
}
|
|
.img-0 {
|
width: 100%;
|
}
|
|
.img-a {
|
width: 95%;
|
}
|
|
.img-b {
|
width: 70%;
|
}
|
|
.img-c {
|
width: 60%;
|
}
|
|
.img-d {
|
width: 50%;
|
}
|
|
.img-e {
|
width: 45%;
|
}
|
|
.img-f {
|
width: 40%;
|
}
|
|
.img-g {
|
width: 30%;
|
}
|
|
.img-25 {
|
width: 25%;
|
}
|
|
.img-h {
|
width: 20%;
|
}
|
|
.img-i {
|
width: 10%;
|
}
|
|
.img-j {
|
width: 5%;
|
}
|
|
.img-zt {
|
height: 6em;
|
margin-top: -1.5em;
|
margin-bottom: -0.4em;
|
margin-left: 15%;
|
}
|
|
.inline {
|
height: 1em;
|
margin-bottom: -0.3em;
|
}
|
|
.inline1 {
|
height: 1.4em;
|
margin-top: 0.5em;
|
margin-bottom: -0.4em;
|
}
|
|
.inline-bt {
|
height: 1.2em;
|
margin-top: 0.5em;
|
margin-bottom: -0.2em;
|
}
|
|
.inline3 {
|
height: 3em;
|
margin-bottom: -1em;
|
}
|
|
.inline4 {
|
height: 2em;
|
margin-left: -2em;
|
margin-right: 0.5em;
|
margin-bottom: -0.6em;
|
}
|
|
.inline5 {
|
height: 1.2em;
|
margin-left: 0.5em;
|
margin-right: 0.5em;
|
margin-top: 0.1em;
|
margin-bottom: -0.2em;
|
}
|
|
.inline6 {
|
height: 3em;
|
margin-top: -3em;
|
margin-bottom: 0.5em;
|
}
|
|
.underline-2 {
|
margin-left: 0%;
|
margin-right: 0%;
|
text-indent: 0em;
|
border-bottom: 5px dotted #078ADC;
|
margin-bottom: 1em;
|
}
|
|
|
.zt-h4 {
|
background-color: #F0BD40;
|
padding: 10px;
|
color: #FFFFFF;
|
margin-left: -2em;
|
border-radius: 1.5em;
|
}
|
|
.zt-h6 {
|
color: #000;
|
font-weight: 800;
|
// margin-bottom: 0.5em;
|
// margin-top: 0.5em;
|
}
|
|
|
.qyls-h4 {
|
font-family: "HiFont Hei GB";
|
color: #6CB26C;
|
font-weight: bold;
|
padding: 0.2em;
|
text-indent: 0em;
|
margin-left: 0%;
|
}
|
|
.zt-lvs1 {
|
color: #6CB26C;
|
}
|
|
|
div.custom_tag1 {
|
background-color: #6CB26C;
|
color: #FFFFFF;
|
font-size: 1.1em;
|
padding: 0.1px 0.5px 0.1px 0.5px;
|
font-weight: bold;
|
box-shadow: 20px 0px 0px 0px #FFDF22, -20px 0px 0px 0px #FFDF22;
|
margin: 0;
|
text-indent: 0em;
|
margin-top: 2em;
|
margin-bottom: 2em;
|
}
|
|
div.bk {
|
border: 3px dashed #67B667;
|
padding: 15px;
|
border-radius: 1.5em;
|
margin-bottom: 1.5em;
|
margin-top: 1.5em;
|
}
|
|
div.bj {
|
background-color: #FFFBE8;
|
padding: 0.01em 1em 0.01em 1em;
|
border-radius: 1.5em;
|
margin-bottom: 1.5em;
|
margin-top: 1.5em;
|
|
}
|
|
.custom_tag3 {
|
background-color: #42BA7D;
|
color: #FFFFFF;
|
display: inline-block;
|
padding: 1px;
|
font-size: 1em;
|
padding: 3px 10px 3px 10px;
|
font-weight: bold;
|
border-radius: 0em;
|
box-shadow: 0px 0px 0px 0px #FFDF22, -15px 0px 0px 0px #FFDF22;
|
margin: 0;
|
text-indent: 0em;
|
margin-bottom: 0.2em;
|
margin-top: 0.1em;
|
margin-left: 1em;
|
}
|
|
div.bj-1 {
|
background-color: #FEF7E5;
|
color: #6CB26C;
|
border-radius: 2em;
|
margin-bottom: 1.5em;
|
margin-top: 1.5em;
|
}
|
|
.bj-1-zt {
|
font-weight: bold;
|
font-size: 1.2em;
|
line-height: 1.8em;
|
}
|
|
div.bj-2 {
|
background-color: #FFF9F1;
|
border-radius: 1.5em;
|
padding: 3px 10px 3px 10px;
|
margin-bottom: 1.5em;
|
margin-top: 1.5em;
|
}
|
|
div.bj-21 {
|
margin-bottom: 1em;
|
margin-top: -1.5em;
|
margin-left: -1.5em;
|
}
|
|
span.bj-21 {
|
background-color: #42BA7D;
|
color: #FFFFFF;
|
border-radius: 1.5em;
|
font-size: 1.1em;
|
font-weight: bold;
|
padding: 5px 25px 5px 25px;
|
}
|
|
|
span.bj-21-left {
|
background-color: #FFDF22;
|
color: #FFFFFF;
|
font-size: 0.8em;
|
border-radius: 5em;
|
margin-left: -9.7em;
|
}
|
|
|
span.bj-21-right {
|
background-color: #FFDF22;
|
color: #FFFFFF;
|
font-size: 0.8em;
|
border-radius: 5em;
|
margin-left: 8em;
|
}
|
|
div.bk-1 {
|
border: 3px dashed #6CB26C;
|
border-radius: 0em 3em 3em 0em;
|
margin-bottom: 1.5em;
|
margin-top: 2em;
|
padding: 30px 10px;
|
position: relative;
|
}
|
|
div.bk-11 {
|
position: absolute;
|
top: 20px;
|
margin-bottom: 1em;
|
margin-top: -2.2em;
|
margin-left: -1.5em;
|
|
}
|
|
span.bk-11 {
|
background-color: #69B865;
|
color: #FFFFFF;
|
border-radius: 1.5em;
|
font-size: 1.1em;
|
font-weight: bold;
|
padding: 5px 25px 5px 25px;
|
}
|
|
div.bk-2 {
|
border: 3px solid #F1B754;
|
border-radius: 1em;
|
margin-bottom: 1.5em;
|
// margin-top: 2.5em;
|
padding: 5px 10px 5px 10px;
|
}
|
|
div.bk-3 {
|
border: 2px solid;
|
margin-bottom: 1.5em;
|
margin-top: 2em;
|
padding: 5px 10px 5px 10px;
|
}
|
|
|
|
div.bk-21 {
|
width: 100%;
|
background-color: #F1B754;
|
color: #FFFFFF;
|
font-weight: bold;
|
margin-bottom: 10px;
|
p{
|
display: flex;
|
text-indent: 0;
|
}
|
}
|
|
.anli {
|
border: 4px double #6CB26C;
|
font-weight: bold;
|
border-top: 1.2em;
|
border-right: 1.2em;
|
border-left: 1.2em;
|
}
|
|
div.bk-jxsp {
|
border: 3px dashed #69B865;
|
border-radius: 1.5em;
|
margin-bottom: 1.5em;
|
margin-top: 3em;
|
padding: 5px 10px 5px 10px;
|
}
|
|
.jxsp {
|
margin-bottom: 1em;
|
margin-top: -2.4em;
|
}
|
|
.jxsp-tp {
|
margin-bottom: 1em;
|
margin-top: -2.3em;
|
}
|
|
.jxsp-bj {
|
background-color: #6CB26C;
|
color: #FFFFFF;
|
border-radius: 1em;
|
font-weight: bold;
|
font-size: 1.2em;
|
padding: 5px 10px 5px 10px;
|
}
|
|
.bj3 {
|
background-color: #E9FBE9;
|
border-radius: 1.5em;
|
padding: 5px 10px 5px 10px;
|
|
}
|
|
.rwmb-1 {
|
height: 1.5em;
|
margin-left: 0.3em;
|
margin-top: -2.5em;
|
margin-bottom: -0.2em;
|
}
|
}
|
|
|
|
// 表格样式
|
table {
|
border-collapse: collapse; //表格的边框合并,如果相邻,则共用一个边框。
|
border-spacing: 0px; //设置行与单元格边框的间距。
|
}
|
|
@font-face {
|
font-family: 'FZLTZHJW';
|
src: url('./Fonts/FZLTZHJW.ttf');
|
}
|
|
@font-face {
|
font-family: 'FZLTXIHJW';
|
src: url('./Fonts/FZLTXIHJW.ttf');
|
}
|
|
@font-face {
|
font-family: 'FZHTJW';
|
src: url('./Fonts/FZHTJW.ttf');
|
}
|
|
|
// 隐藏页面
|
.hidePage {
|
min-height: 0 !important;
|
height: 0 !important;
|
box-shadow: none !important;
|
}
|
|
|
.pdfModal {
|
width: 100%;
|
height: 90vh;
|
|
.pdfBox-component {
|
width: 100%;
|
height: 100%;
|
position: relative;
|
|
.preview {
|
width: 100%;
|
height: 100%;
|
|
.imageBox {
|
height: calc(100% - 30px);
|
overflow-x: hidden;
|
overflow-y: auto;
|
background: #ccc;
|
box-sizing: border-box;
|
}
|
|
.imageBox:hover {
|
cursor: zoom-in !important;
|
}
|
|
::v-deep .el-dialog__header {
|
background-color: rgba(0, 0, 0, 0.8);
|
|
.header_title {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
color: #fff;
|
font-weight: 900;
|
font-size: 16px;
|
font-family: 'FZLTXIHJW';
|
|
span:nth-child(2):hover {
|
cursor: pointer;
|
}
|
}
|
|
::v-deep .el-dialog__title,
|
::v-deep .el-dialog__headerbtn .el-dialog__close {
|
color: #fff;
|
font-weight: 900;
|
font-size: 16px;
|
font-family: 'FZLTXIHJW';
|
}
|
}
|
|
.bottom_tool {
|
height: 30px;
|
background-color: rgba(0, 0, 0, 0.8);
|
display: flex;
|
justify-content: flex-end;
|
align-items: center;
|
|
svg {
|
margin-right: 15px;
|
fill: #d1d1d1;
|
}
|
|
svg:hover {
|
fill: #fff;
|
cursor: pointer;
|
}
|
}
|
}
|
|
.notBox {
|
position: absolute;
|
top: 0;
|
left: 0;
|
width: 100%;
|
height: calc(100% - 30px);
|
min-height: 300px;
|
}
|
}
|
}
|
|
.custom-dialog {
|
overflow: hidden !important;
|
|
.el-dialog__body {
|
padding: 0;
|
}
|
|
.el-dialog__header {
|
background-color: rgba(0, 0, 0, 0.8);
|
|
.header_title {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
color: #fff;
|
font-weight: 900;
|
font-size: 16px;
|
font-family: 'FZLTXIHJW';
|
|
span:nth-child(2):hover {
|
cursor: pointer;
|
}
|
}
|
|
.el-dialog__title,
|
.el-dialog__headerbtn .el-dialog__close {
|
color: #fff;
|
font-weight: 900;
|
font-size: 16px;
|
font-family: 'FZLTXIHJW';
|
}
|
}
|
}
|
|
.header_title {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
// color: #fff;
|
font-weight: 900;
|
font-size: 16px;
|
font-family: 'FZLTXIHJW';
|
|
span:nth-child(2):hover {
|
cursor: pointer;
|
}
|
}
|
|
|
/* 媒体查询做基础响应式布局 */
|
|
@media screen and (max-width: 1024px) {
|
.pdfModal {
|
width: 100%;
|
height: 80vh;
|
}
|
|
.custom-dialog {
|
.el-dialog {
|
width: 90vw !important;
|
}
|
}
|
}
|
|
@media screen and (max-width: 800px) {
|
.pdfModal {
|
width: 100%;
|
height: 60vh;
|
}
|
|
.custom-dialog {
|
.el-dialog {
|
width: 90vw !important;
|
}
|
}
|
}
|
|
@media (max-width: 660px) {
|
.meetingPlanners-book {
|
|
div.bodystyle {
|
margin: 0 37.5px;
|
}
|
/* 分页padding */
|
.padding-93 {
|
padding: 0 20px;
|
}
|
|
.padding-102 {
|
padding: 0 20px;
|
}
|
|
|
.img-float {
|
width: 130px;
|
}
|
|
.img-rights {
|
width: 130px;
|
}
|
|
.btn-w {
|
width: 42px;
|
}
|
|
.wh-no {
|
white-space: wrap;
|
}
|
|
td {
|
padding: 5px 10px;
|
}
|
|
.mindMap {
|
span{
|
font-size: 10px;
|
}
|
}
|
}
|
}
|
|
@media (min-width: 660px) {
|
.meetingPlanners-book {
|
.padding-93 {
|
padding: 0 93px 0px 93px;
|
}
|
|
.padding-102 {
|
padding: 0 102px 0 102px;
|
}
|
}
|
}
|
|
::-webkit-scrollbar {
|
width: 8px;
|
height: 10px;
|
}
|
|
::-webkit-scrollbar-track-piece {
|
background-color: rgba(0, 0, 0, 0.1);
|
-webkit-border-radius: 6px;
|
}
|
|
::-webkit-scrollbar-thumb:vertical {
|
height: 5px;
|
background-color: rgba(125, 125, 125, 0.3);
|
-webkit-border-radius: 6px;
|
}
|
|
::-webkit-scrollbar-thumb:horizontal {
|
width: 5px;
|
background-color: rgba(125, 125, 125, 0.3);
|
-webkit-border-radius: 6px;
|
}
|