保誠-保戶業務員媒合平台
Tomas
2021-12-09 ac235850a9287dae6977c964213176fa7c86b140
PAMapp/assets/scss/_common.scss
@@ -4,12 +4,9 @@
    margin: 0;
    color: $PRIMARY_BLACK;
    font-family: Segoe UI;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
h5 {
    margin: 0;
    height: 100%;
    overflow-x: hidden;
}
// btn
@@ -49,6 +46,7 @@
    height: 45px;
    .cus-tab-item {
        @extend .fix-chrome-click--issue;
        width: 50%;
        text-align: center;
        font-size: 24px;
@@ -61,4 +59,36 @@
        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;
    }
}