保誠-保戶業務員媒合平台
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.pam-quickFilter-rate {
  height: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
 
  .el-rate__item {
    -webkit-tap-highlight-color: transparent;
    .el-rate__icon {
      font-size: 35px;
    }
 
    .el-icon-star-off {
      color: $PRIMARY_BLACK !important;
    }
  }
}
.pam-consultant-rate{
  .el-rate__item {
    -webkit-tap-highlight-color: transparent;
    .el-rate__icon {
      font-size: 35px;
    }
 
    .el-icon-star-off {
      color: $PRIMARY_BLACK !important;
    }
  }
}