ide.scss
784 Bytes
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
@import 'utils';
@import 'variables';
@import '_zTreeRewrite';
@import '_bootstrapReset';
@import '_animation.scss';
@import 'main';
.question-wrap {
padding: 0 15px;
display: none;
}
.question_title_wrap {
padding-bottom: 47px;
}
.question_title_wrap:first-child .question_describe {
font-size: 16px;
font-weight: normal;
}
.question_title_wrap .question_subtitle {
color: #2A2F33;
font-size: 14px;
font-weight: bold;
padding-bottom: 15px;
}
.question_title_wrap .question_subtitle span {
width: 14px;
height: 14px;
display: inline-block;
background: #1FB6FF;
border-radius: 50%;
margin-right: 8px;
vertical-align: middle;
}
.question_title_wrap .question_describe {
font-size: 12px;
line-height: 1.4;
}