| | |
| | | box-shadow: 0 3px 6px 1px #00000029; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .foreword{ |
| | | font-family: 'FZLTZHJW'; |
| | | font-weight: 300; |
| | |
| | | margin-bottom: 0; |
| | | text-indent: 0em; |
| | | } |
| | | |
| | | .topBorder{ |
| | | width:120px; |
| | | border-top: 1px solid #6E85AF; |
| | | border-bottom: 1px solid #6E85AF; |
| | | height: 2px; |
| | | } |
| | | |
| | | .bottomBorder{ |
| | | width:180px; |
| | | border-top: 1px solid #6E85AF; |
| | | border-bottom: 1px solid #6E85AF; |
| | | height: 2px; |
| | | } |
| | | |
| | | input[type="radio"] { |
| | | accent-color:#6E85AF !important; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | input[type="checkbox"] { |
| | | accent-color:#6E85AF !important; |
| | | cursor: pointer; |
| | |
| | | .mb-10 { |
| | | margin-bottom: 10px !important; |
| | | } |
| | | |
| | | .pNum{ |
| | | font-size:18px !important; |
| | | font-style: italic; |
| | |
| | | background-color: #92B0D5; |
| | | color: #fff; |
| | | font-size: 14px; |
| | | padding: 3px 0; |
| | | padding-right: 8px; |
| | | font-size: 18px; |
| | | font-style: italic; |
| | |
| | | .header-right-last { |
| | | font-size: 17px; |
| | | background-color: #B799B6; |
| | | padding: 2px 0; |
| | | padding: 1.5px 0; |
| | | padding-left: 20px; |
| | | |
| | | } |
| | |
| | | .header-right-end { |
| | | font-size: 17px; |
| | | background-color: #738DC0; |
| | | padding: 2px 0; |
| | | padding: 1.5px 0; |
| | | padding-left: 50px; |
| | | |
| | | } |
| | |
| | | border-radius: 5px; |
| | | background-color:rgba(255, 255, 255, 0); |
| | | } |
| | | |
| | | .input-box{ |
| | | border:none; |
| | | border-bottom:1px solid #333; |
| | |
| | | .event-header-text-bc { |
| | | background-color: #bbd4ec; |
| | | } |
| | | |
| | | //视频 |
| | | .video-box-cover { |
| | | border: 1px dashed #895B2E; |
| | | border: 1px dashed #6E85AF; |
| | | padding: 2% 2%; |
| | | } |
| | | |
| | | .video-box { |
| | | margin: 20px 0 20px 0; |
| | | border: 1px dashed #895B2E; |
| | | border: 1px dashed #6E85AF; |
| | | padding: 2% 2%; |
| | | } |
| | | |
| | | .video-box-left { |
| | | margin: 20px 8% 20px 0; |
| | | border: 1px dashed #895B2E; |
| | | border: 1px dashed #6E85AF; |
| | | padding: 2% 2%; |
| | | } |
| | | |
| | |
| | | text-align: justify; |
| | | } |
| | | |
| | | .t-al { |
| | | text-align-last: justify; |
| | | } |
| | | |
| | | |
| | | .cover { |
| | | width: 100%; |
| | | padding: 0px; |
| | |
| | | margin-left: 0%; |
| | | margin-right: 0%; |
| | | } |
| | | |
| | | .left3 { |
| | | margin: 0 !important; |
| | | line-height: 20px; |
| | |
| | | font-size: 1.2em; |
| | | padding: 25px; |
| | | border: 4px dotted #197ABF; |
| | | |
| | | .block{ |
| | | font-family: "kaiti"; |
| | | } |
| | |
| | | margin-top: -0.5em; |
| | | |
| | | } |
| | | |
| | | div.bj3 p{ |
| | | font-family: 'FangSong' !important; |
| | | } |
| | |
| | | src: url('./Fonts/boYa.ttf'); |
| | | } |
| | | |
| | | |
| | | .dialogQuestion { |
| | | background-color: #6E85AF; |
| | | height: 80px; |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | |
| | | span { |
| | | color: #fff; |
| | | font-size: 20px; |
| | | padding: 0 40px 0 20px; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | |
| | | // 隐藏页面 |
| | | .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'; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .examination { |
| | | height: calc(100% - 50px); |
| | | overflow-x: hidden; |
| | | overflow-y: auto; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | |
| | | .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; |
| | | } |
| | | } |
| | | |
| | | |
| | | .custom-dialog .el-dialog__header{ |
| | | background-color:#6E85AF !important; |
| | | } |
| | | |
| | | /* 媒体查询做基础响应式布局 */ |
| | |
| | | margin-bottom: 1.5em; |
| | | margin-left: 2.5em; |
| | | } |
| | | |
| | | .rwmb-4{ |
| | | margin-top: 1.5em; |
| | | height: 1.5em; |
| | |
| | | .mr-70 { |
| | | margin-right: 10px; |
| | | } |
| | | |
| | | /* 分页padding */ |
| | | .padding-93 { |
| | | padding: 0 20px; |