zhongshujie
2024-12-31 47b75a946b598387a03cc5e119e55d7e6b3d82af
src/books/aviationEtiquette/assets/main.less
@@ -614,7 +614,27 @@
        margin-bottom: 18px;
    }
    // 题目}
    .imgBox {
        display: flex !important;
        flex-direction: column-reverse !important;
        position: relative !important;
        .img {
            margin: 0 !important;
            font-size: 14px !important;
            position: absolute !important;
            left: 50% !important;
            transform: translateX(-50%);
            bottom: -2% !important;
        }
        img {
            height: 80%;
        }
    }
    // 题目
    .textarea-main {
        background-color: transparent;
@@ -929,10 +949,18 @@
        margin: 15px;
    }
    div.bodystyle {
    .bodystyle:nth-of-type(odd) {
        font-family: 'FZLTXIHJW';
        text-align: justify;
        margin: 0 10%;
        margin: 0 11% 0 9%;
        padding-bottom: 80px;
        line-height: 30px;
    }
    .bodystyle:nth-of-type(even) {
        font-family: 'FZLTXIHJW';
        text-align: justify;
        margin: 0 9% 0 11%;
        padding-bottom: 80px;
        line-height: 30px;
    }