闫增涛
6 天以前 28a881bda0a561a4869a2df2e6c72a1a487fe7d6
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;
      }
    }
    // 自带的
@@ -596,6 +597,9 @@
        text-indent: 1em;
        margin-top: 0% !important;
        margin-bottom: 0% !important;
    }
    .left-call{
        text-indent: 0em;
    }
    .left1 {
@@ -1000,7 +1004,7 @@
        margin-bottom: 1em;
        margin-top: -2.2em;
        margin-left: -1.5em;
    }
    span.bk-11 {
@@ -1016,9 +1020,8 @@
        border: 3px solid #F1B754;
        border-radius: 1em;
        margin-bottom: 1.5em;
        margin-top: 2.5em;
        // margin-top: 2.5em;
        padding: 5px 10px 5px 10px;
        position: relative;
    }
    div.bk-3 {
@@ -1032,18 +1035,13 @@
    div.bk-21 {
        width: 100%;
        position: absolute;
        top: -15px;
        background-color: #F1B754;
        color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 1em;
        margin-top: -1.5em;
        margin-left: -0.6em;
        margin-right: -0.6em;
        p{
        margin-bottom: 10px;
        p {
            display: flex;
            align-items: center;
            text-indent: 0;
        }
    }
@@ -1096,6 +1094,78 @@
        margin-top: -2.5em;
        margin-bottom: -0.2em;
    }
    // 新增h5的样式
    .h5-title-o{
        background-color: #1ed1b4;
        border-radius: 20px;
        font-family: 'FZHTJW';
        color: #fff;
        text-align: left;
        padding: 3px 20px;
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 1.0em;
        text-indent: 0em;
        display: inline-block;
    }
    .h5-title-b{
        background-color:#63c7e9;
        border-radius: 20px;
        font-family: 'FZHTJW';
        color: #fff;
        text-align: left;
        padding: 3px 20px;
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 1.0em;
        text-indent: 0em;
        display: inline-block;
    }
    .h5-title-g{
        background-color: #00af50;
        border-radius: 20px;
        font-family: 'FZHTJW';
        color: #fff;
        text-align: left;
        padding: 3px 20px;
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 1.0em;
        text-indent: 0em;
        display: inline-block;
    }
    .video-box-cover {
        border: 1px dashed #588e32;
        padding: 2% 2%;
    }
    .video-box {
        margin: 20px 0 20px 0;
        border: 1px dashed #588e32;
        padding: 2% 2%;
    }
    .video-box-left {
        margin: 20px 8% 20px 0;
        border: 1px dashed #588e32;
        padding: 2% 2%;
    }
    .videoname {
        display: flex;
        justify-content: center;
    }
    .collect-btn {
        cursor: pointer;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin-top: 0.8%;
    }
}
@@ -1121,6 +1191,22 @@
    src: url('./Fonts/FZHTJW.ttf');
}
.dialogQuestion {
    background-color: #6CB26C;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    span {
        color: #fff;
        font-size: 20px;
        padding: 0 40px 0 20px;
        cursor: pointer;
    }
}
// 隐藏页面
.hidePage {
@@ -1245,6 +1331,14 @@
    }
}
.examination {
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.header_title {
    display: flex;
    justify-content: space-between;
@@ -1263,37 +1357,46 @@
/* 媒体查询做基础响应式布局 */
@media screen and (max-width: 1024px) {
    .pdfModal {
        width: 100%;
        height: 80vh;
    }
    .custom-dialog {
        .el-dialog {
            width: 90vw !important;
        }
    }
    .pdfModal {
        width: 100%;
    }
    .examination {
        height: calc(100% - 80px);
    }
}
@media screen and (max-width: 800px) {
    .pdfModal {
        width: 100%;
        height: 60vh;
    }
    .custom-dialog {
        .el-dialog {
            width: 90vw !important;
        }
    }
    .pdfModal {
        width: 100%;
    }
    .examination {
        height: calc(100% - 80px);
    }
}
@media (max-width: 660px) {
    .meetingPlanners-book {
    div.bodystyle {
        margin: 0 37.5px;
    }
        div.bodystyle {
            margin: 0 37.5px;
        }
        /* 分页padding */
        .padding-93 {
            padding: 0 20px;
@@ -1324,22 +1427,10 @@
            padding: 5px 10px;
        }
        div.bk-2 {
            margin-top: 3.5em;
        }
        div.bk-21{
            position: absolute;
            top: -22px;
            p{
                line-height: 15px;
                font-size: 14px;
            }
        }
        .mindMap {
           span{
            font-size: 10px;
           }
            span {
                font-size: 10px;
            }
        }
    }
}