保誠-保戶業務員媒合平台
Tomas
2021-12-09 ac235850a9287dae6977c964213176fa7c86b140
PAMapp/assets/scss/_common.scss
@@ -4,11 +4,9 @@
    margin: 0;
    color: $PRIMARY_BLACK;
    font-family: Segoe UI;
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}
h5 {
    margin: 0;
}
// btn
@@ -40,4 +38,57 @@
    &:disabled {
        background-color: $LIGHT_GREY;
    }
}
.pam-cus-tabs {
    display: flex;
    width: 100%;
    height: 45px;
    .cus-tab-item {
        @extend .fix-chrome-click--issue;
        width: 50%;
        text-align: center;
        font-size: 24px;
        border-bottom: solid 3px $LIGHT_GREY;
        cursor: pointer;
    }
    .is-active {
        font-weight: bold;
        border-bottom: solid 3px $PRIMARY_BLACK;
    }
}
.vue-scroll-picker {
    height: 250px;
    .vue-scroll-picker-list-rotator {
         .vue-scroll-picker-item {
              font-size: 20px;
              padding: 5px 0;
         }
    }
    .vue-scroll-picker-layer {
         .top {
             height: calc(50% - 1.2em);
         }
         .bottom {
            height: calc(50% - 1.2em);
         }
    }
}
.pam-clientReserved-input.el-input--suffix {
    .el-input__inner {
        border-radius: 30px;
    }
    .search {
        line-height: 40px;
        padding-right: 10px;
    }
}