zhongshujie
2024-12-27 8d1b3ab8d78cdcdd745f931ae6a8cf68173cfe69
src/books/aviationSafety/assets/main.less
@@ -2,6 +2,52 @@
    width: 100%;
    height: 100%;
    // 视频
    .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;
    }
    .selectInput {
        width: 20px;
        outline: none;
        border: 0;
        text-align: 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%;
    }
    // 自定义内容
    .page-box {
        box-sizing: border-box;
@@ -57,7 +103,8 @@
    }
    .mt-30 {
        margin-top: 30px !important;;
        margin-top: 30px !important;
        ;
    }
    .mt-50 {
@@ -84,6 +131,126 @@
        width: 90%;
    }
    p {
        text-indent: 0em;
        line-height: 20px;
    }
}
.table-title-bc {
    background-color: #8091BC;
    color: #fff;
    line-height: 25px;
}
.table-textarea {
    font-size: 14px;
    font-family: "Times New Roman", "宋体";
    resize: none;
    &:focus {
        outline: none;
    }
}
.table-input-border {
    width: 80%;
    background-color: transparent;
    border: 0;
    &:focus {
        outline: none;
    }
}
.table-input-border-w20 {
    width: 20%;
    background-color: transparent;
    border: 0;
    &:focus {
        outline: none;
    }
}
.table-input-border-w15 {
    width: 15%;
    background-color: transparent;
    border: 0;
    &:focus {
        outline: none;
    }
}
.table-input-border-w10 {
    width: 10%;
    background-color: transparent;
    border: 0;
    &:focus {
        outline: none;
    }
}
.table-input-border-w5 {
    width: 5%;
    background-color: transparent;
    border: 0;
    &:focus {
        outline: none;
    }
}
.input-bottom-border {
    width: 11%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    &:focus {
        outline: none;
    }
}
.input-bottom-border1 {
    width: 33%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    &:focus {
        outline: none;
    }
}
.input-bottom-border2 {
    width: 21.5%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    &:focus {
        outline: none;
    }
}
// 续表
.continued {
    text-align: right;
    margin: 0%;
}
.text-rights {
    width: 230px;
    float: right;
    height: auto;
    margin: auto;
    margin-left: 20px;
    .w80 {
        width: 80%;
@@ -508,7 +675,7 @@
    }
    .table-input-border {
        width: 80%;
        width: 90%;
        background-color: transparent;
        border: 0;
@@ -517,51 +684,13 @@
        }
    }
    .table-input-border-w20 {
        width: 20%;
        background-color: transparent;
        border: 0;
        &:focus {
            outline: none;
        }
    }
    .table-input-border-w15 {
        width: 15%;
        background-color: transparent;
        border: 0;
        &:focus {
            outline: none;
        }
    }
    .table-input-border-w10 {
        width: 10%;
        background-color: transparent;
        border: 0;
        &:focus {
            outline: none;
        }
    }
    .table-input-border-w5 {
        width: 5%;
        background-color: transparent;
        border: 0;
        &:focus {
            outline: none;
        }
    }
    .input-bottom-border {
        width: 11%;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #000;
        &:focus {
            outline: none;
        }
@@ -572,6 +701,7 @@
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #000;
        &:focus {
            outline: none;
        }