-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstyle_all.css
More file actions
157 lines (155 loc) · 2.67 KB
/
style_all.css
File metadata and controls
157 lines (155 loc) · 2.67 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
*{
margin: 0 !important;
font-family: "AppleSDGothicNeo", "Noto Sans", "Noto Sans CJK KR", sans-serif;
color: #4A4A4A;
}
a{
text-decoration: none;
color: #e4e4e4;}
body {
background-color:rgb(255, 255, 255);
}
#container{
margin: 70px auto 0 auto;
display: inline-block;
}
#header{
height: 48px;
border-bottom: 6px solid #ccc;
display: block;
color: #bebebe;
}
.nav{
padding: 0px;
}
ul{
display: inline;
margin: 0px;
padding: 16px;
height: 48px;
}
#header li{
color: #e4e4e4;
font-size: 13px;
height: 48px;
display: inline-block;
width:155px;
text-align: center;
line-height: 48px;
}
#navAactive{
color: #4A4A4A;
font-weight: bold;
}
.contentsContainer{
text-align: center;
}
.contentsHeader h2{
font-size: 24px;
line-height: 60px;
height:60px;
padding: 16px 0px;
}
.contentsHeader p{
font-size: 14px;
line-height: 21px;
padding-bottom: 16px;
}
.js-example-basic-multiple{
width: 480px;
}
.select2-selection__choice{
line-height: 32px;
border: none !important;
border-radius: 16px !important;
font-size: 12px;
padding: 0 6px !important;
margin: 0 6px !important;
}
.select2-container--default .select2-selection--multiple{
border-radius: 24px;
height:40px;
}
.subtitle{
font-size: 12px;
color: #9b9b9b;
height: 40px;
line-height: 40px;
}
.subtitle p{
font-weight: 500;
color: #9b9b9b;
padding-left: 24px;
background-color: #F5F5F5;
}
.selected_value{
font-size: 14px;
line-height: 40px;
font-weight: 100;
padding: 0px 0px 16px 80px;
display: inline-block;
color: #9b9b9b;
}
.orgList1 {
width: 200px;
height: 300px;
font-size: 14px;
border-top-style: none;
border-right: solid 1px #e4e4e4;
border-bottom-style: none;
border-left-style: none;
padding: 8px 0 0 24px;
}
.orgList2 {
width: 429px;
height: 300px;
border: none;
font-size: 14px;
line-height: 32px;
padding: 8px 0 0 16px;
}
.orgList2 option, .orgList1 option{
padding: 5px 5px;
}
.contentsBottom{
background-color: #F5F5F5;
height: 80px;
align-items: center;
text-align: center;
line-height: 80px;
border-radius: 0 0 16px 16px;
}
.btn{
border-radius:10px;
width: 100px;
height: 40px;
font-size: 12px;
font-weight: bold;
color: #bac79e;
background-color: white;
border: none;
}
.btn_prev{
width: 184px;
height: 40px;
line-height: 40px;
border-radius: 20px;
background-color: #bebebe;
font-size: 14px;
font-weight: 500;
text-align: center;
color: #9b9b9b;
border: none;
}
.btn_next{
width: 184px;
height: 40px;
line-height: 40px;
border-radius: 20px;
background-color: #bac79e;
font-size: 14px;
font-weight: 500;
text-align: center;
color: #ffffff;
border: none;
}