zhongshujie
2025-02-17 4b04bb4269d55c1b415deeeb9e071bbb02fd4582
src/books/preschoolEvaluation/assets/main.less
@@ -525,8 +525,8 @@
    .table-th-bc {
        color: #00AEEF;
        background-color: #C6EAFA;
        color: #000;
        background-color: #fff;
        line-height: 25px;
    }
@@ -557,8 +557,8 @@
    }
    .table-title-bc {
        background-color: #8091BC;
        color: #fff;
        background-color: #fff;
        color: #000;
        line-height: 25px;
    }
@@ -713,6 +713,7 @@
    .continued {
        text-align: right;
        margin: 0%;
        margin-right: 5%;
    }
@@ -1124,6 +1125,7 @@
        margin: 0 14%;
        padding-bottom: 10%;
        line-height: 30px;
        hr {
            font-weight: 800;
            margin-left: 0;
@@ -1470,7 +1472,7 @@
        margin-top: 1em;
        font-size: 1.3em;
        text-indent: 2em;
        margin-left: 1.5em;
        padding-left: 3em;
    }
    .h4-zt {
@@ -1644,7 +1646,7 @@
    .zt-ls1 {
        color: #00ADEF;
        font-weight: bold;
        font-size: 1.2em;
        font-size: 1em;
        text-indent: 0em;
    }
@@ -1716,6 +1718,7 @@
    .bk-txt{
        border-left: #00ADEF solid 1px;
        padding: 10px 10px;
        p{
            font-family: "kaiti";
            font-size: 15px;
@@ -1736,9 +1739,6 @@
        margin-left: -0.5em;
    }
    div.bk2 {
        border: 2px dashed #00ADEF;
        padding: 3px 10px 3px 10px;
@@ -1749,9 +1749,95 @@
    div.bk3 {
        background-color: #C7EAFD;
        border: 2px solid #12C1F8;
        padding: 3px 10px 3px 10px;
        padding: 45px 19px 3px 19px;
        margin-top: 2em;
        margin-bottom: 1em;
        position: relative;
    }
    .bk3-titOne {
        position: absolute;
        top: -25.5px;
        left: 20%;
    }
    .bk3-titTwo {
        position: absolute;
        top: -25.5px;
        left: 38%;
    }
    .bk3-titThree {
        position: absolute;
        top: -25.5px;
        right: 38%;
    }
    .bk3-titFour {
        position: absolute;
        top: -25.5px;
        right: 20%;
    }
    .bk3-top {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #fff;
        border-radius: 0 25px 0 0;
        transform: rotate(90deg);
        border-top: 2px solid #00BCF1;
        border-right: 2px solid #00BCF1;
        position: absolute;
        top: -2px;
        left: -2px;
        /* 旋转形成扇形 */
    }
    .bk3-top-right {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #fff;
        border-radius: 0 25px 0 0;
        transform: rotate(180deg);
        border-top: 2px solid #00BCF1;
        border-right: 2px solid #00BCF1;
        position: absolute;
        top: -2px;
        right: -2px;
        /* 旋转形成扇形 */
    }
    .bk3-bottom {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #fff;
        border-radius: 0 25px 0 0;
        transform: rotate(360deg);
        border-top: 2px solid #00BCF1;
        border-right: 2px solid #00BCF1;
        position: absolute;
        bottom: -5.5px;
        left: -2px;
        /* 旋转形成扇形 */
    }
    .bk3-bottom-right{
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #fff;
        border-radius: 0 25px 0 0;
        transform: rotate(270deg);
        border-top: 2px solid #00BCF1;
        border-right: 2px solid #00BCF1;
        position: absolute;
        bottom: -5.5px;
        right: -2px;
        /* 旋转形成扇形 */
    }
@@ -2383,9 +2469,11 @@
    width: 2%;
    margin-right: 5px;
}
.headerText{
    font-size: 14px;
}
.headerRightNumber{
    font-size: 14px;
    border-left: #00ADEF solid 1px;