zhongshujie
2025-01-07 2494877ee191dad8483366a4fc8bb2e1e19d6e39
src/books/meetingPlanners/assets/mian.less
@@ -14,7 +14,8 @@
    .dl-bl {
        display: inline-block;
      }
    }
    .wh-no {
        white-space: nowrap;
    }
@@ -353,13 +354,13 @@
    .mindMap {
        margin: 10px 0;
        padding: 5px 0 5px 10px;
        border: 1px dashed  #BCBCBC;
        border: 1px dashed #BCBCBC;
        font-size: 17px;
    }
    .mindMap-name {
        color: #1CA8ED;
        cursor:pointer
        cursor: pointer
    }
    .mindMap-name:hover {
@@ -468,7 +469,7 @@
        display: flex !important;
        flex-direction: column-reverse !important;
        position: relative !important;
        .img {
            margin: 0 !important;
            font-size: 16px !important;
@@ -477,7 +478,7 @@
            transform: translateX(-50%);
            bottom: -2% !important;
        }
        img {
            height: 80%;
        }
@@ -495,7 +496,7 @@
        margin-top: 1em;
        text-indent: 0em;
        margin-bottom: 20px;
      }
    }
    // 自带的
@@ -1000,7 +1001,7 @@
        margin-bottom: 1em;
        margin-top: -2.2em;
        margin-left: -1.5em;
    }
    span.bk-11 {
@@ -1035,7 +1036,8 @@
        color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 10px;
        p{
        p {
            display: flex;
            text-indent: 0;
        }
@@ -1114,6 +1116,20 @@
    src: url('./Fonts/FZHTJW.ttf');
}
.dialogQuestion {
    background-color: #6CB26C;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    span {
        padding: 0 40px 0 20px;
        cursor: pointer;
    }
}
// 隐藏页面
.hidePage {
@@ -1238,6 +1254,14 @@
    }
}
.examination {
    height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.header_title {
    display: flex;
    justify-content: space-between;
@@ -1283,10 +1307,11 @@
@media (max-width: 660px) {
    .meetingPlanners-book {
    div.bodystyle {
        margin: 0 37.5px;
    }
        div.bodystyle {
            margin: 0 37.5px;
        }
        /* 分页padding */
        .padding-93 {
            padding: 0 20px;
@@ -1318,9 +1343,9 @@
        }
        .mindMap {
           span{
            font-size: 10px;
           }
            span {
                font-size: 10px;
            }
        }
    }
}