_qrcode.css
2.75 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
.qrcode {
font-size: 12px;
.subtitle {
margin: 20px 10px 0 10px;
font-weight: 400;
border: 1px solid #e6e6e6;
height: 21px;
line-height: 21px;
padding-left: 23px;
background: resolve(img/home/complaint-icon.png?v155a619c678) no-repeat 5px 5px #efefef;
h2 {
float: left;
color: #333;
}
.pad20 {
padding: 0 20px;
}
.r-go {
color: #3f919f;
float: right;
padding-right: 20px;
}
}
.question {
line-height: 20px;
.main-info {
padding: 20px 10px 10px;
p.tro {
padding-left: 20px;
}
}
.p1 {
padding-bottom: 10px;
font-weight: 700;
padding-left: 25px;
background: resolve(img/home/qr-tip.png) no-repeat -22px 3px;
}
.gray {
color: #8e8e8e;
padding-left: 25px;
background: resolve(img/home/qr-tip.png) no-repeat 3px -24px;
}
}
.qrcmain {
width: 500px;
margin: 0 auto;
margin-top: 40px;
position: relative;
.qrcim {
width: 153px;
margin: 0 auto;
img {
display: block;
width: 100%;
height: 153px;
margin-bottom: 20px;
}
}
.qrctxt {
height: 233px;
overflow: hidden;
position: relative;
label {
width: 60px;
display: inline-block;
}
li {
float: left;
line-height: 20px;
width: 100%;
position: absolute;
}
}
.btn-qcode {
font-size: 18px;
line-height: 32px;
width: 148px;
height: 32px;
display: block;
text-align: center;
color: #fff;
background-color: #e30038;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
border: 1px solid #e90150;
border-radius: 2px;
}
.qrcmain-switch a {
position: absolute;
top: 50%;
margin: -20px 0 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
z-index: 2;
color: #fff;
background: #000;
}
.qrcmain-switch a.prev {
left: 0;
}
.qrcmain-switch a.next {
right: 0;
}
.qrcmain-switch a.gray {
opacity: 0.55;
}
}
}