保誠-保戶業務員媒合平台
HelenHuang
2021-12-06 20b87b7eab9c600e2445548c4306ea1b8b37b275
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.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;
    }
  }
}
 
.pam-myDemand-dialog__rate {
  height: auto;
  display: flex;
  .el-rate__item {
    -webkit-tap-highlight-color: transparent;
    .el-rate__icon {
      font-size: 35px;
    }
    .el-icon-star-off {
      color: $PRIMARY_BLACK !important;
    }
  }
}