zhongshujie
2024-12-23 a31c8c9d7df2883b38871819239ec914c6e5ae0c
src/books/aviationBasicSkills/assets/main.less
@@ -35,6 +35,10 @@
        margin-left: 9%;
    }
    .ml-2e {
        margin-left: 2em;
    }
    .mt-10 {
        margin-top: 10px !important;
    }
@@ -93,6 +97,10 @@
        font-size: 14px !important;
    }
    .fz-15 {
        font-size: 15px !important;
    }
    .fz-16 {
        font-size: 16px !important;
    }
@@ -112,6 +120,10 @@
    .td-0 {
        text-indent: 0em !important;
    }
    .td-2 {
        text-indent: 2em !important;
    }
    .fl {
@@ -174,6 +186,14 @@
        margin-left: 10%;
    }
    .ta-l {
        text-align: left;
    }
    .wh-no {
        white-space: nowrap;
    }
    .pad-t-55 {
        padding-top: 55px;
    }
@@ -215,10 +235,6 @@
        font-size: 12px;
        color: #fff;
        background-color: #0082D4;
    }
    .table-tr-bc {
        color: #fff;
    }
    .task {
@@ -406,6 +422,119 @@
    }
    .w40 {
        width: 40% !important;
    }
    .w25 {
        width: 25%;
    }
    .w20 {
        width: 20%;
    }
    .w15 {
        width: 15%;
    }
    .w10 {
        width: 10%;
    }
    .table-th-bc {
        background-color: #C6D6EB;
    }
    .table-tr-bc {
        background-color: #EBF1F8;
        p {
            text-indent: 0em;
            line-height: 20px;
        }
    }
    .table-textarea {
        font-size: 14px;
        font-family: "Times New Roman", "宋体";
        resize: none;
        &:focus {
            outline: none;
        }
    }
    .table-input-border {
        width: 90%;
        background-color: transparent;
        border: 0;
        &:focus {
            outline: none;
        }
    }
    .input-bottom-border {
        width: 15%;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #000;
        &:focus {
            outline: none;
        }
    }
    // 续表
    .continued {
        text-align: right;
        margin: 0%;
    }
    // 视频
    .video-box-cover {
        border: 1px dashed #895B2E;
        padding: 2% 2%;
    }
    .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%;
    }
    .text-rights {
        width: 230px;
@@ -538,22 +667,23 @@
    // 题目
    .textarea-box {
        background-color: transparent;
        max-width: 85%;
        min-width: 85%;
        max-width: 90%;
        min-width: 90%;
        outline: none;
    }
    .textarea-box-left {
        background-color: transparent;
        margin-left: 12%;
        max-width: 85%;
        min-width: 85%;
        margin-left: 15%;
        max-width: 84%;
        min-width: 84%;
        outline: none;
    }
    .textarea-box-right {
        background-color: transparent;
        margin-left: 8%;
        margin-left: 2em;
        margin-right: 9%;
        max-width: 85%;
        min-width: 85%;
        outline: none;