exampleRight.css
1.5 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
/* 评测例题 */
/* 右侧 */
.cn_right_box {
margin: 53px 47px 0 77px;
}
/* 标题及时间 */
.cn_exam_title {
font-size: 14px;
color: #5b5e63;
margin-bottom: 20px;
}
.cn_exam_title h2 {
color: #34485e;
font-size: 18px;
}
/* 时间 */
.cn_title_time {
color: #409eff;
float: right;
}
/* 说明 */
.cn_exam_exp {
color: #8c9198;
font-size: 14px;
line-height: 19px;
text-align: left;
margin-bottom: 30px
}
/* 请看下列两个例题: */
.cn_exam_two h2 {
font-size: 18px;
line-height: 24px;
color: #34485e;
text-align: left;
/* margin-top: 30px; */
margin-bottom: 20px;
}
/* 具体例题 */
.cn_exam_detail {
margin-bottom: 20px;
border-radius: 3px 3px 0px 0px;
}
/* 上层 */
.cn_det_top {
height: 40px;
background-color: #409eff;
border-radius: 3px 3px 0px 0px;
line-height: 40px;
}
/* 题目 */
.cn_top_title {
margin-left: 15px;
color: #fff;
font-size: 14px;
text-align: left;
}
/* 下层 */
.cn_det_bot {
border: 1px solid #eee;
border-top: none;
}
.cn_bot_box {
padding: 15px;
font-size: 14px;
}
/* 问题 */
.cn_box_question {
color: #5b5e63;
margin-top: 15px
}
/* 答案 */
.cn_box_answer {
color: #8c9198;
width: 420px;
margin-top: 30px
}
/* 说明 */
.cn_box_explain {
color: #47d1a0;
text-align: left;
margin-top: 20px
}
/* 警告 */
.cn_exam_wran {
margin-bottom: 25px;
}
.cn_wran_content {
color: #409eff;
font-size: 12px;
}