保誠-保戶業務員媒合平台
wayne
2022-02-17 a3716f72066d25d745f4d5103ff23a553c3e102b
PAMapp/assets/scss/vendors/elementUI/_radio.scss
@@ -18,36 +18,53 @@
        .el-radio__label {
            text-align: center;
            color: $PRIMARY_BLACK;
            display: block;
            line-height: 110px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-left: 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 100%;
            @extend .mdTxt;
            .subtitle {
                margin-top: 10px;
                @extend .smTxt_bold;
                color: $PRUDENTIAL_GREY;
            }
        }
        &.is-checked {
            background-color: $PEACH;
            .el-radio__label {
                color: $PRIMARY_WHITE;
                .subtitle {
                    color: $PRIMARY_WHITE;
                    font-weight: lighter;
                }
            }
        }
    }
}
.pam-single__select--col{
.pam-single__select--col {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    .el-radio-button{
        @extend .fix-chrome-click--issue;
        width: 100%;
        margin-top: 30px;
        margin-right: 10px;
        &.is-active{
            .el-radio-button__inner{
                color:$DARK_BLUE;
                font-weight: bolder;
                background-color: $CORAL;
                color: $PRIMARY_WHITE;
                transition: 0s;
            }
        }
        &:focus:not(.is-focus):not(:active):not(.is-disabled){
@@ -58,9 +75,11 @@
            color:$PRIMARY_BLACK; ;
            background-color:$PRIMARY_WHITE;
            box-shadow: none;
            width: 100%;
            font-size: 20px;
            font-weight: normal;
            transition: 0s;
            border: 1px $LIGHT_GREY solid;
            border-radius: 50px;
        }
    }
}
@@ -75,6 +94,22 @@
        background-image: url('~/assets/images/quickFilter/btn_man.svg');
    }
}
.btn_unlimited {
    .el-radio__label {
        background-image: url('~/assets/images/quickFilter/btn_unlimited.svg');
    }
}
.btn_senior {
    .el-radio__label {
        background-image: url('~/assets/images/quickFilter/btn_senior.svg');
    }
}
.btn_young {
    .el-radio__label {
        background-image: url('~/assets/images/quickFilter/btn_young.svg');
    }
}
.pam-single-btn.el-radio-group{
  .el-radio {
    padding: 10px 20px;
@@ -110,5 +145,5 @@
        }
      }
    }
}
  }
}