.artInitiationForAges0to3 {
|
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;
|
}
|
|
.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.7em !important;
|
}
|
|
.mt-30 {
|
margin-top: 30px;
|
}
|
|
.mt-70 {
|
margin-top: 70px;
|
}
|
|
.mb-10 {
|
margin-bottom: 10px;
|
}
|
|
.mb-30 {
|
margin-bottom: 30px !important;
|
}
|
|
.ma-l {
|
margin-left: 8%;
|
}
|
|
.ma-0 {
|
margin: 0% !important;
|
}
|
|
.pd-5 {
|
padding: 0 5px;
|
}
|
|
.w100 {
|
width: 100%;
|
}
|
|
.w80 {
|
width: 80%;
|
}
|
|
.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;
|
}
|
|
.img-0 {
|
width: 100%;
|
}
|
|
.img-c {
|
width: 70%;
|
}
|
|
.pt-20 {
|
padding-top: 20px;
|
}
|
|
.td-0 {
|
text-indent: 0em !important;
|
}
|
|
.td-1 {
|
text-indent: 1em !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
|
}
|
|
.mr-70 {
|
margin-right: 70px;
|
}
|
|
.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;
|
}
|
|
.header-left {
|
background-color: transparent;
|
padding: 65px 0 50px 0;
|
margin: 0 !important;
|
background-image: url("../assets/images/header-left.jpg");
|
background-size: 35% auto;
|
background-repeat: no-repeat;
|
display: flex;
|
align-items: flex-end
|
}
|
|
|
.headerText {
|
font-size: 14px;
|
font-family: "方正正黑";
|
font-weight: bold;
|
padding: 0 8px;
|
}
|
|
.headerNumber {
|
font-family: "方正正黑";
|
font-weight: bold;
|
font-size: 12px;
|
padding: 0 8px;
|
margin: 0 1% 0 9%;
|
}
|
|
.header-right {
|
padding: 4% 0;
|
margin: 0 !important;
|
}
|
|
.header-right-Text {
|
font-family: "方正细圆";
|
font-size: 14px;
|
padding-top: 20px;
|
}
|
|
.header-right-Number {
|
position: relative;
|
width: 15%;
|
|
span {
|
font-family: "方正细圆";
|
font-size: 14px;
|
position: absolute;
|
left: 25%;
|
bottom: 20%;
|
}
|
}
|
|
|
|
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;
|
}
|
|
|
.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;
|
}
|
|
.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;
|
|
img {
|
width: 100%;
|
}
|
|
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;
|
}
|
|
.w150 {
|
width: 150px;
|
}
|
|
.w115 {
|
width: 115px;
|
}
|
|
.pdf-text {
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
align-items: flex-start;
|
margin-bottom: 20px;
|
|
p {
|
margin: 0;
|
margin-right: 10px;
|
}
|
|
.pdf-con {
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
padding: 10px 0;
|
box-sizing: border-box;
|
border-radius: 10px;
|
|
.pdf-view {
|
min-width: 160px;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
border: 0.15em dashed #895B2E;
|
margin-right: 15px;
|
padding: 0 15px;
|
border-radius: 5px;
|
margin-top: 15px;
|
|
span {
|
font-size: 14px;
|
text-align: center;
|
font-family: 'FZLTXIHJW';
|
display: flex;
|
align-items: center;
|
justify-content: flex-start;
|
|
svg {
|
fill: #895B2E;
|
}
|
}
|
|
span:nth-child(2) {
|
padding-top: 5px;
|
box-sizing: border-box;
|
}
|
|
span:hover {
|
color: #895B2E;
|
cursor: pointer;
|
text-decoration: underline;
|
-webkit-user-select: none;
|
/* Safari 3.1+ */
|
-moz-user-select: none;
|
/* Firefox 2+ */
|
-ms-user-select: none;
|
/* IE 10+ */
|
user-select: none;
|
/* 标准语法 */
|
}
|
}
|
}
|
|
.pdf-con-15 {
|
margin-top: -20px;
|
}
|
}
|
|
.fm-hyzh {
|
font-family: "汉仪中黑";
|
font-weight: 500;
|
}
|
|
.fm-hyss {
|
font-family: "汉仪书宋";
|
}
|
|
div.bk-ztgs {
|
border: 0.15em dotted #5192c6;
|
padding: 0.5em;
|
margin-bottom: 2em;
|
margin-top: 2em;
|
border-radius: 1em;
|
position: relative;
|
}
|
|
p.bj1-ztgs {
|
background-color: #5192c6;
|
color: #ffffff;
|
display: inline-block;
|
font-size: 1em;
|
padding: 0.1em 0.7em 0.12em 0.7em;
|
font-weight: bold;
|
border-radius: 0em;
|
margin-left: 0em;
|
text-align: center;
|
text-indent: 0em;
|
position: absolute;
|
top: -2em;
|
}
|
|
|
.link-float {
|
width: 150px;
|
float: left;
|
height: auto;
|
margin: auto;
|
margin-right: 20px;
|
}
|
|
.imgBox-003 {
|
width: 100%;
|
height: 280px;
|
margin-bottom: 18px;
|
}
|
|
// 题目}
|
|
.textarea-main {
|
background-color: transparent;
|
max-width: 95%;
|
min-width: 95%;
|
outline: none;
|
}
|
|
.textarea-focused {
|
border-color: #5192c6 !important;
|
box-shadow: #5192c6 !important;
|
}
|
|
.select-border {
|
width: 60px;
|
border: 0;
|
border-bottom: 1px solid #767676;
|
|
&:focus {
|
outline: none;
|
}
|
}
|
|
.btn-border {
|
border-radius: 6px;
|
border-color: #5192C6;
|
}
|
|
.btn-w {
|
cursor: pointer;
|
font-size: 14px;
|
border-width: 1px;
|
width: 80px;
|
height: 30px;
|
background-color: #fff;
|
|
&:hover {
|
background-color: #5192C6;
|
color: #fff;
|
}
|
}
|
|
.parimary-btn {
|
cursor: pointer;
|
min-width: 80px;
|
height: 30px;
|
font-size: 14px;
|
margin-left: 5px;
|
background-color: #5192C6;
|
border-color: #5192C6;
|
border-width: 1px;
|
color: #fff;
|
border-radius: 6px;
|
|
&:hover {
|
background-color: #a1afc8;
|
border-color: #a1afc8;
|
}
|
}
|
|
.event-header-text-bc {
|
background-color: #bbd4ec;
|
}
|
|
.video-box {
|
margin: 20px 0 20px 8%;
|
border: 1px dashed #895B2E;
|
padding: 2% 2%;
|
}
|
|
.video-box-left {
|
margin: 20px 8% 20px 0;
|
border: 1px dashed #895B2E;
|
padding: 2% 2%;
|
}
|
|
.videoname {
|
display: flex;
|
justify-content: center;
|
}
|
|
.collect-btn {
|
cursor: pointer;
|
width: 20px;
|
height: 20px;
|
margin-left: 10px;
|
margin-top: 0.8%;
|
}
|
|
.collect-btn1 {
|
cursor: pointer;
|
width: 10px;
|
height: 10px;
|
margin-left: 10px;
|
margin-top: 0.8%;
|
}
|
|
.unitImg {
|
position: relative;
|
z-index: 1;
|
}
|
|
.unitBox {
|
z-index: 99;
|
position: absolute;
|
top: -5px;
|
left: 40px;
|
}
|
|
.unit2Box {
|
z-index: 99;
|
position: absolute;
|
top: -200px;
|
left: 40px;
|
}
|
|
.unitGraphic {
|
display: inline-block;
|
width: 10px;
|
height: 10px;
|
background-color: #5192C6;
|
border-radius: 50%;
|
margin-right: 15px;
|
}
|
|
.unit2Graphic {
|
display: inline-block;
|
width: 10px;
|
height: 10px;
|
background-color: #F89C1C;
|
border-radius: 50%;
|
margin-right: 15px;
|
}
|
|
.unit3Graphic {
|
display: inline-block;
|
width: 10px;
|
height: 10px;
|
background-color: #448D9C;
|
border-radius: 50%;
|
margin-right: 15px;
|
}
|
|
.unit4Graphic {
|
display: inline-block;
|
width: 10px;
|
height: 10px;
|
background-color: #9EAA60;
|
border-radius: 50%;
|
margin-right: 15px;
|
}
|
|
|
.unitText {
|
color: #5192C6;
|
font-size: 18px;
|
}
|
|
.unit2Text {
|
color: #F89C1C;
|
font-size: 16px;
|
}
|
|
.unit3Text {
|
color: #448D9C;
|
font-size: 16px;
|
}
|
|
.unit4Text {
|
color: #9EAA60;
|
font-size: 16px;
|
}
|
|
|
|
// 迁移
|
.bk-bwh {
|
min-height: 800px;
|
background-color: #DFEBF7;
|
font-size: 1.2em;
|
padding: 25px;
|
border: 4px dotted #197ABF;
|
}
|
|
ul {
|
list-style-type: none;
|
}
|
|
li {
|
list-style-type: none;
|
}
|
|
.custom_tag2 {
|
background-color: #F1BE49;
|
color: #FFFFFF;
|
display: inline-block;
|
padding: 0.5px;
|
border-radius: 1.5em;
|
font-size: 1.1em;
|
padding: 2px 10px 2px 10px;
|
font-weight: bold;
|
margin: 0;
|
text-indent: 0em;
|
margin-bottom: 0.5em;
|
}
|
|
.custom_tag1 {
|
background-color: #35ACD6;
|
color: #FFFFFF;
|
display: inline-block;
|
padding: 1px;
|
font-size: 1.1em;
|
padding: 3px 10px 3px 10px;
|
font-weight: bold;
|
box-shadow: 15px 0px 0px 0px #F5D83E, -15px 0px 0px 0px #F5D83E;
|
margin: 0;
|
text-indent: 0em;
|
margin-bottom: 0.5em;
|
}
|
|
.custom_tag {
|
background-color: #35509F;
|
color: #FFFFFF;
|
display: inline-block;
|
padding: 1px;
|
border-radius: 1.5em;
|
font-size: 1.1em;
|
padding: 10px 20px 10px 20px;
|
font-weight: bold;
|
box-shadow: 30px 0px 0px 0px #F5D83E;
|
margin: 0;
|
text-indent: 0em;
|
margin-bottom: 0.5em;
|
}
|
|
|
span.under1 {
|
border-bottom: 2px solid #F0BD4A;
|
border-width: 2px;
|
|
}
|
|
div.bodycontent-div-center {
|
font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
|
margin: 1em 1em 1em 1em;
|
font-weight: normal;
|
border-width: 1.5px;
|
border-color: #dfb27d;
|
padding: 1em;
|
}
|
|
img.bodycontent-divcenter-image {
|
float: center;
|
clear: both;
|
height: 140px;
|
margin: 15px;
|
}
|
|
.module_block {
|
display: flex;
|
font-size: 1.1em;
|
position: relative;
|
padding-left: 90px;
|
justify-content: center;
|
align-items: center;
|
margin-right: 91px;
|
}
|
|
.module_block .custom1 {
|
background-color: #9ACC77;
|
padding: 10px 20px;
|
color: #FFFFFF;
|
/* position: absolute; */
|
/* left:0; */
|
/* top: 50%; */
|
border-radius: 0.5em 0em 0em 0.5em;
|
/* transform: translateY(-50%); */
|
}
|
|
.module_block .custom2 {
|
background-color: #E9F3E0;
|
padding: 10px 20px;
|
color: #75A64E;
|
font-weight: bold;
|
border-radius: 0em 0.5em 0.5em 0em;
|
}
|
|
|
|
div.bodycontent-div-left1 {
|
font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
|
margin: 1em 1em 1em 1em;
|
font-weight: normal;
|
border-width: 1.5px;
|
border-color: #dfb27d;
|
padding: 1em;
|
background-color: #F0F8FF;
|
}
|
|
div.bodycontent-div-left {
|
font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
|
margin: 1em 1em 1em 1em;
|
font-weight: normal;
|
border-width: 1.5px;
|
border-color: #dfb27d;
|
padding: 1em;
|
}
|
|
img.bodycontent-divright-image {
|
float: right;
|
clear: both;
|
height: 140px;
|
margin: 15px;
|
}
|
|
img.bodycontent-divleft-image {
|
float: left;
|
clear: both;
|
height: 110px;
|
margin: 15px;
|
}
|
|
|
div.bodystyle {
|
text-align: justify;
|
margin: 0 11%;
|
padding-bottom: 80px;
|
line-height: 30px;
|
}
|
|
.UnitCover {
|
margin: 0 13%;
|
padding-top: 10%;
|
padding-bottom: 80px;
|
}
|
|
.unit-title-parent {
|
text-align: center;
|
margin: 10% 0;
|
}
|
|
.unit-title {
|
font-family: "方正正黑";
|
display: inline-block;
|
font-size: 1.6em;
|
font-weight: 500;
|
border-bottom: 1px solid #0082D4;
|
padding: 10px 0;
|
}
|
|
|
span.zt-0 {
|
color: #0087AF;
|
}
|
|
p.pzt-0 {
|
color: #0087AF;
|
font-size: 18px;
|
}
|
|
p.pzt-0-right {
|
font-size: 18px;
|
color: #0087AF;
|
text-align: right;
|
}
|
|
p.pzt-1 {
|
font-weight: bold;
|
color: #0087AF;
|
font-size: 18px;
|
}
|
|
div.sgc-toc-title {
|
font-size: 2em;
|
font-weight: bold;
|
margin-bottom: 1em;
|
text-align: center;
|
}
|
|
|
.block {
|
font-family: "kaiTi";
|
text-indent: 2em;
|
line-height: 30px;
|
font-size: 17px;
|
text-align: justify;
|
}
|
|
.block1 {
|
text-align: center;
|
}
|
|
.img {
|
font-family: 'FZLTXIHJW';
|
text-align: center;
|
font-size: 14px;
|
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-top: 0em;
|
margin-bottom: 0.2em;
|
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;
|
}
|
|
.center-ss {
|
text-align: center;
|
color: #EF8472;
|
font-weight: bold;
|
margin-left: 0%;
|
margin-right: 0%;
|
text-indent: 0em;
|
}
|
|
.left {
|
text-indent: 0em;
|
margin-bottom: 0px;
|
line-height: 20px;
|
}
|
|
|
.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-h {
|
width: 20%;
|
}
|
|
.img-i {
|
width: 10%;
|
}
|
|
.img-j {
|
width: 5%;
|
}
|
|
// epub中自带的样式
|
.foreword {
|
padding: 8% 12%;
|
background: radial-gradient(ellipse at center, #def1fb, #FFFFFF)
|
}
|
|
h1.firstTitle {
|
background: transparent;
|
padding: 20% 0 15% 0;
|
text-align: center;
|
font-size: 2em;
|
line-height: 1.2em;
|
text-indent: 0em;
|
color: #231f20;
|
font-family: "方正正黑";
|
text-shadow: 4px 1px 4px rgba(0, 0, 0, 0.3);
|
}
|
|
.preface {
|
font-family: "方正书宋";
|
text-indent: 2em;
|
color: #000;
|
}
|
|
|
.right-info {
|
font-family: "kaiti";
|
text-align: right;
|
margin-bottom: 0.5em;
|
}
|
|
.imgdescript-l {
|
margin-left: -5%;
|
}
|
|
h2 {
|
text-align: center;
|
color: #00aeef;
|
font-family: "方正兰亭纤细";
|
font-size: 1.5em;
|
}
|
|
.titleQuot-l {
|
text-indent: 0em;
|
margin: 15px 0 10px 0;
|
font-size: 1.2em;
|
font-weight: bold;
|
}
|
|
.poemtitle-l {
|
font-family: "方正兰亭纤细";
|
font-size: 1.1em;
|
margin: 15px 0 10px 0;
|
}
|
|
.quotation {
|
font-family: "kaiti";
|
}
|
|
/*底色*/
|
.bgColor {
|
padding: 10px 20px;
|
background: #e1f4fc;
|
border: 2px solid #008cb7;
|
border-radius: 10px;
|
margin: 1em auto;
|
|
.bgColor-title {
|
font-family: "方正细圆";
|
font-weight: bold;
|
}
|
}
|
|
// 拓展学习
|
.ExpandLearning {
|
padding: 40px 20px 20px 20px;
|
background: #e1f4fc;
|
border-top: 2px solid #008cb7;
|
margin: 1em auto;
|
position: relative;
|
}
|
|
.ExpandLearning-title {
|
text-indent: 0;
|
position: absolute;
|
top: -16px;
|
left: 0px;
|
|
span {
|
background-color: #e1f4fc;
|
height: 20px;
|
width: 30px;
|
padding: 5px;
|
border: 1px solid #008cb7;
|
border-radius: 50%;
|
margin-right: 1px;
|
}
|
}
|
|
.imgdescript{
|
font-size: 13px;
|
text-indent: 0em;
|
text-align: center;
|
}
|
|
.learningDetection{
|
font-family: "汉仪正黑";
|
background-color: #6bcff6;
|
font-weight: bold;
|
margin: 30px 0 20px 0;
|
}
|
|
.poemtitle{
|
text-align: center;
|
font-weight: bold;
|
font-family: "方正兰亭细黑";
|
}
|
|
.bold{
|
color: #00aeef;
|
font-weight: bold;
|
}
|
|
.noteContent{
|
font-size: 13.5px;
|
word-break:break-all;
|
margin: 0 !important;
|
line-height: 25px;
|
|
.noteContent-title{
|
font-size: 13.5px;
|
font-weight: bold;
|
margin: 0 !important;
|
}
|
}
|
|
sup{
|
cursor: pointer;
|
}
|
}
|
|
.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;
|
}
|
}
|
|
// 表格样式
|
table {
|
border-collapse: collapse; //表格的边框合并,如果相邻,则共用一个边框。
|
border-spacing: 0px; //设置行与单元格边框的间距。
|
}
|
|
@font-face {
|
font-family: '汉仪中黑';
|
src: url('./Fonts/hyb1gjm.ttf');
|
}
|
|
@font-face {
|
font-family: '汉仪书宋';
|
src: url('./Fonts/hya1gjm.ttf');
|
}
|
|
@font-face {
|
font-family: '汉仪楷体';
|
src: url('./Fonts/hyc1gjm.ttf');
|
}
|
|
@font-face {
|
font-family: '方正书宋';
|
src: url('./Fonts/FZSSK.TTF');
|
}
|
|
@font-face {
|
font-family: '方正正黑';
|
src: url('./Fonts/FZZHJW.TTF');
|
}
|
|
@font-face {
|
font-family: '方正细圆';
|
src: url('./Fonts/FZY1JW.TTF');
|
}
|
|
@font-face {
|
font-family: '方正兰亭纤细';
|
src: url('./Fonts/FZLTXHK.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;
|
}
|
|
/* 媒体查询做基础响应式布局 */
|
|
@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) {
|
.artInitiationForAges0to3 {
|
|
.pad-l-80 {
|
padding-left: 10px;
|
}
|
|
.mr-70 {
|
margin-right: 15px;
|
}
|
|
/* 分页padding */
|
.padding-93 {
|
padding: 0 20px;
|
}
|
|
.padding-102 {
|
padding: 0 20px;
|
}
|
|
|
.img-float {
|
width: 130px;
|
}
|
|
.img-rights {
|
width: 130px;
|
}
|
|
.btn-w {
|
width: 42px;
|
}
|
|
.unitText {
|
color: #5192C6;
|
font-size: 10px;
|
}
|
|
.unit2Text {
|
color: #F89C1C;
|
font-size: 10px;
|
}
|
|
.wh-no {
|
white-space: wrap;
|
}
|
|
td {
|
padding: 5px 10px;
|
}
|
}
|
}
|
|
@media (min-width: 660px) {
|
.artInitiationForAges0to3 {
|
.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;
|
}
|