保誠-保戶業務員媒合平台
Tomas
2021-12-09 ac235850a9287dae6977c964213176fa7c86b140
PAMapp/assets/scss/_common.scss
@@ -2,65 +2,93 @@
// reset
html,body {
    margin: 0;
    color: #222222;
    color: $PRIMARY_BLACK;
    font-family: Segoe UI;
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}
h5 {
    margin: 0;
// btn
.btn {
    padding: 10px 20px;
    @include btn;
}
// 文字規範
.title {
    font-size: 30px;
    font-weight: bold;
.confirm_btn {
    padding: 10px 40px;
    @include btn;
}
.subTitle {
    font-size: 24px;
    font-weight: bold;
}
.outline_btn {
    padding: 10px 20px;
    border-radius: 30px;
    color: $PRIMARY_RED;
    border: solid 2px;
.mdTxt {
    font-size: 20px;
    font-weight: bold;
}
.p {
    font-size: 18px;
}
.smTxt_bold {
    font-size: 16px;
    font-weight: bold;
}
.smTxt {
    font-size: 16px;
}
// el-carousel
.el-carousel__indicators--outside {
    .el-carousel__indicator--horizontal {
        .el-carousel__button {
            width: 9px;
            height: 9px;
            border-radius: 50px;
            border: solid 1px #D0D0CE;
            background-color: #FFFFFF;
        }
        &.is-active {
            .el-carousel__button {
                background-color: #ED1B2E;
            }
        }
    &:hover {
        color: $PRIMARY_RED;
        background-color: $PRIMARY_WHITE;
    }
    .el-carousel__indicator--horizontal:nth-child(2) {
        .el-carousel__button {
            margin: 0 20px;
        }
    &:focus {
        background-color: $CORAL;
    }
    &: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;
    }
}