detailExample.css
1.0 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
/* 说明 */
.cn_det_exp {
color: #f7c51b;
}
/* 问答 */
.cn_det_quest {
margin-bottom: 10px;
}
.det_quest_box {
padding: 20px 24px;
border: 1px solid #eee;
}
/* 问题 */
.det_box_question,
.det_box_answer {
width: 100%;
font-size: 14px;
line-height: 19px;
}
.det_box_question {
color: #5B5E63;
text-align: left;
overflow: hidden;
}
/* 答案 */
.det_box_answer {
margin-top: 20px;
color: #8c9198;
}
/* 选择框 */
.det_answer_circle {
width: 14px;
height: 14px;
margin-right: 8px;
margin-top: -1px
}
.det_ans_pic {
width: 100%;
height: 100%;
display: block;
}
/* 选项 */
.order_num {
margin-right: 8px;
}
.det_answer_choice {
float: left;
margin-right: 30px;
margin-bottom: 10px;
/* flex-wrap: wrap;
-webkit-flex-wrap: wrap; */
}
.currency_btn {
margin-top: 45px;
margin-bottom: 50px
}
/* 答案图片 */
.ans_img {
width: 100%;
height: 50px;
}
.space_img {
width: 100%;
height: 100%;
}