保誠-保戶業務員媒合平台
Mila
2021-11-04 7c9f9647fbc4ebb671cb297743b21322eda0fde3
PAMapp/assets/scss/_common.scss
@@ -2,42 +2,14 @@
// reset
html,body {
    margin: 0;
    color: $black;
    color: $PRIMARY_BLACK;
    font-family: Segoe UI;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
h5 {
    margin: 0;
}
// 文字規範
.title {
    font-size: 30px;
    font-weight: bold;
}
.subTitle {
    font-size: 24px;
    font-weight: bold;
}
.mdTxt {
    font-size: 20px;
    font-weight: bold;
}
.p {
    font-size: 18px;
}
.smTxt_bold {
    font-size: 16px;
    font-weight: bold;
}
.smTxt {
    font-size: 16px;
}
// btn
@@ -54,46 +26,39 @@
.outline_btn {
    padding: 10px 20px;
    border-radius: 30px;
    color: $primaryRed;
    color: $PRIMARY_RED;
    border: solid 2px;
    &:hover {
        color: $primaryRed;
        background-color: $white;
        color: $PRIMARY_RED;
        background-color: $PRIMARY_WHITE;
    }
    &:focus {
        background-color: $coral;
        background-color: $CORAL;
    }
    &:disabled {
        background-color: $lightGrey;
        background-color: $LIGHT_GREY;
    }
}
.pam-cus-tabs {
    display: flex;
    width: 100%;
    height: 45px;
// el-carousel
.el-carousel__indicators--outside {
    .el-carousel__indicator--horizontal {
        .el-carousel__button {
            width: 9px;
            height: 9px;
            border-radius: 50px;
            border: solid 1px $lightGrey;
            background-color: $white;
        }
        &.is-active {
            .el-carousel__button {
                background-color: $primaryRed;
            }
        }
    .cus-tab-item {
        width: 50%;
        text-align: center;
        font-size: 24px;
        border-bottom: solid 3px $LIGHT_GREY;
        cursor: pointer;
    }
    .el-carousel__indicator--horizontal:nth-child(2) {
        .el-carousel__button {
            margin: 0 20px;
        }
    .is-active {
        font-weight: bold;
        border-bottom: solid 3px $PRIMARY_BLACK;
    }
}