闫增涛
2025-03-26 cf6e9bcbfc64019bb14fb0964576ae3e3bd2fde5
src/books/aviationEtiquette/assets/main.less
@@ -10,6 +10,7 @@
        box-shadow: 0 3px 6px 1px #00000029;
        background-color: #fff;
    }
    .foreword{
        font-family: 'FZLTZHJW';
        font-weight: 300;
@@ -19,22 +20,26 @@
        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;
@@ -161,6 +166,9 @@
    td {
        padding: 5px 10px;
    }
    .c-p{
        cursor: pointer;
    }
    .fl {
        display: flex;
@@ -261,6 +269,7 @@
    .mb-10 {
        margin-bottom: 10px !important;
    }
    .pNum{
        font-size:18px !important;
        font-style: italic;
@@ -273,7 +282,6 @@
        background-color: #92B0D5;
        color: #fff;
        font-size: 14px;
        padding: 3px 0;
        padding-right: 8px;
        font-size: 18px;
        font-style: italic;
@@ -351,7 +359,7 @@
    .header-right-last {
        font-size: 17px;
        background-color: #B799B6; 
        padding: 2px 0;
        padding: 1.5px 0;
        padding-left: 20px; 
 
    }
@@ -359,7 +367,7 @@
    .header-right-end {
        font-size: 17px;
        background-color: #738DC0;
        padding: 2px 0;
        padding: 1.5px 0;
        padding-left: 50px;
  
    }
@@ -399,6 +407,7 @@
        border-radius: 5px;
        background-color:rgba(255, 255, 255, 0);
    }
    .input-box{
        border:none;
        border-bottom:1px solid #333;
@@ -732,23 +741,24 @@
    }
    .event-header-text-bc {
        background-color: #bbd4ec;
        background-color: #DED5E8;
    }
    //视频  
    .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%;
    }
@@ -1119,6 +1129,11 @@
        text-align: justify;
    }
    .t-al {
        text-align-last: justify;
    }
    .cover {
        width: 100%;
        padding: 0px;
@@ -1153,6 +1168,7 @@
        margin-left: 0%;
        margin-right: 0%;
    }
    .left3 {
        margin: 0 !important;
        line-height: 20px;
@@ -1406,6 +1422,7 @@
        font-size: 1.2em;
        padding: 25px;
        border: 4px dotted #197ABF;
        .block{
            font-family: "kaiti";
        }
@@ -1583,6 +1600,7 @@
        margin-top: -0.5em;
        
    }
    div.bj3 p{
        font-family: 'FangSong' !important;
    }
@@ -1933,11 +1951,171 @@
    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;
}
/* 媒体查询做基础响应式布局 */
@@ -1993,6 +2171,7 @@
            margin-bottom: 1.5em;
            margin-left: 2.5em;
        }
        .rwmb-4{
            margin-top: 1.5em;
            height: 1.5em;
@@ -2013,6 +2192,7 @@
        .mr-70 {
            margin-right: 10px;
        }
        /* 分页padding */
        .padding-93 {
            padding: 0 20px;