zhongshujie
18 小时以前 e33672cf85da88d515d5fe6ccc0a139c3cfaa5db
src/books/preventiveDentistry/assets/main.less
@@ -230,17 +230,22 @@
        padding-left: 10%;
        display: flex;
        align-self: center;
        cursor: pointer;
        img {
            width: 30px;
            margin-right: 5px;
        }
        &:hover {
            color: #00918e;
            text-decoration: underline;
        span {
            cursor: pointer;
            &:hover {
                color: #00918e;
                text-decoration: underline;
            }
        }
    }
    .knowledgeExpansion-img {
@@ -1709,9 +1714,20 @@
        margin-top: 1.1em;
    }
    /*结束*/
    .textarea-box {
        font-size: 1em;
        font-family: "Noto Sans SC";
        width: 93%;
        max-width: 93%;
        border-color: #e9f2f3;
        &:focus {
            border-color: #40a8aa;
            outline: none;
        }
    }
}
.pdfModal {
@@ -1721,6 +1737,7 @@
    .pdfBox-component {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        position: relative;
        .preview {
@@ -1795,6 +1812,7 @@
    }
}
.custom-dialog {
    overflow: hidden !important;