zhongshujie
2025-01-07 2494877ee191dad8483366a4fc8bb2e1e19d6e39
src/books/meetingPlanners/assets/mian.less
@@ -15,6 +15,7 @@
    .dl-bl {
        display: inline-block;
      }
    .wh-no {
        white-space: nowrap;
    }
@@ -1035,6 +1036,7 @@
        color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 10px;
        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;
@@ -1287,6 +1311,7 @@
    div.bodystyle {
        margin: 0 37.5px;
    }
        /* 分页padding */
        .padding-93 {
            padding: 0 20px;