保誠-保戶業務員媒合平台
Mila
2022-01-20 1d6d2d14200ed9432347ef8013e3fc117fa2161b
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.el-dialog {
  border-radius: 10px;
 
  .el-dialog__header {
      padding: 0;
  }
 
  .el-dialog__headerbtn {
      top: -55px;
      background-color: $PRIMARY_WHITE;
      border-radius: 50px;
      width: 45px;
      height: 45px;
      right: 0;
 
      .el-icon-close {
          @extend .subTitle;
          color: $PRIMARY_RED;
      }
 
  }
}
.pam-popUpFrame{
  .el-dialog {
    .el-dialog__body {
        padding:25px 19px;
    }
  }
}
 
@include desktop {
  .pam-myDemand-dialog {
    .el-dialog {
      width: 550px;
    }
  }
}
 
.pam-dialog-review {
  .review-content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .review-text {
    width: 60%;
    line-height: 28px;
    @extend .p;
    @extend .text--lighter;
  }
  .review-score {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .review-btn {
    display: flex;
    justify-content: center;
  }
}
 
.pam-dialog-reserved {
  .reserved-info {
    font-size: 20px;
    overflow-y:scroll;
    height: 400px;
  }
  .reserved-btn {
    display: flex;
    justify-content: center;
  }
}