custom-service.scss
1.58 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
@import '@/styles/_support';
.content {
display: flex;
// margin-top: 2.333333rem;
margin: 2.333333rem auto;
position: relative;
}
.left-panel {
width: 12.833333rem;
// height: 42.333333rem;
margin-left: 3.166667rem;
.separator {
margin: auto;
width: 10.5rem;
height: .083333rem;
background-color: #dcdddd;
}
.menu-item {
position: relative;
@extend .bb;
padding: 1.25rem 0;
// height: 3.833333rem;
font-weight: bold;
color: $cFontGray;
text-align: center;
cursor: pointer;
display: flex;
align-items: center;
justify-content: flex-start;
border-bottom: solid 1px #dcdddd;
width: 10.5rem;
margin-left: 1.083333rem;
.icon-wrap {
@extend .fcc;
width: 3rem;
.icon {}
}
.tit {
flex: 1;
@extend .bb;
padding: 0 .333333rem;
text-align: left;
}
.sel {
position: absolute;
width: .583333rem;
height: 1.166667rem;
top: 0;
bottom: 0;
right: -1.75rem;
margin: auto 0;
background: url("~@/assets/images/insurance-query/triangle.png") no-repeat center center;
@extend .bis;
}
.sel-first {
margin: 0;
}
&:first-child {
padding: 0 0 1rem;
}
&:last-child {
border-bottom: none;
}
}
.activity {
color: $cOrange;
}
}
.right-panel {
margin-left: 3rem;
// width: 64.166667rem;
width: 64.416667rem;
background-color: #ffffff;
.panel {
// display: none;
}
.activity {
display: block !important;
}
}
.empty-line {
height: 1.333333rem;
}