index.scss
1.4 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
.opt-menu{
margin:20px 0;
.opt-menu-item{
float: left;
margin-left: 35px;
line-height: 36px;
&:first-child{
margin-left:0;
}
a{
display: block;
color: #000;
text-decoration: none;
}
.iconfont{
float: left;
font-size: 36px;
color: #1da02b;
}
}
}
.statement{
position: relative;
padding-right: 310px;
.process{
border: 1px solid #bfbfbf;
.sta-title{
height: 36px;
line-height: 36px;
border-bottom: 1px solid #bfbfbf;
background-color: #e3e3e3;
padding-left: 15px;
font-size: 14px;
font-weight: bold;
}
.process-inner{
height: 540px;
position: relative;
img{
position: absolute;
left: 50%;
top: 50%;
margin-left: -365px;
margin-top: -218px;
width: 731px;
height: 436px;
}
}
}
.info{
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 298px;
border: 1px solid #bfbfbf;
.sta-title{
height: 36px;
line-height: 36px;
border-bottom: 1px solid #bfbfbf;
background-color: #e3e3e3;
padding-left: 15px;
font-size: 14px;
font-weight: bold;
}
.section-outer{
padding: 20px 15px;
.section{
padding-bottom: 30px;
&.first{
border-bottom: 1px solid #dbdbdb;
margin-bottom: 24px;
padding-bottom: 25px;
}
}
h4{
font-size: 14px;
color: #1da02b;
margin-bottom: 10px;
font-weight: bold;
}
p{
font-size: 12px;
line-height: 24px;
color: #858585;
}
}
}
}