_whatever_about.scss
2.35 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
133
134
135
136
137
138
.about-container {
width: 924px;
margin: 32px auto 0;
}
.about-nav {
float: left;
margin: 0 0 0 50px;
li {
line-height: 28px;
font-size: 18px;
margin-bottom: 18px;
a {
color: #000;
}
}
li.current {
a {
color: #999999;
}
}
}
.about-body {
float: left;
max-width: 500px;
margin: 0 0 0 296px;
h2 {
line-height: 22px;
font-size: 18px;
}
p {
line-height: 24px;
font-size: 14px;
}
.about-section {
margin: 20px 0 0 0;
}
.about-section:first-child {
margin: 0 0 0 0;
}
.about-section.contact-us {
img {
margin: 16px 0 0 -5px;
display: block;
width: 95px;
height: 95px;
}
}
}
.about-body.feedback-body {
float: right;
}
.comments-box.feedback {
margin: 0;
}
.about-us-qr {
width: 230px;
margin: 34px 0 0 3px;
.product {
margin-bottom: 30px;
background-image: image-url("about/line.png");
background-repeat: no-repeat;
background-position: top center;
}
.product-wrap {
float: left;
img {
display: block;
width: 91px;
height: 91px;
}
img.qr-img {
width: 95px;
height: 95px;
}
span {
display: block;
text-align: center;
line-height: 29px;
font-size: 13px;
}
em {
font-size: 13px;
}
}
.product-wrap.product-wrap-right {
float: right;
}
}
.links-list {
margin: 10px 0 0 0;
width: 552px;
li {
float: left;
line-height: 38px;
width: 110px;
margin: 0 28px 0 0;
a {
font-size: 14px;
color: #333333;
}
}
}
.links-pic-list {
li {
float: left;
width: 102px;
height: 31px;
margin: 28px 16px 0 0;
img {
display: block;
margin: 0 auto;
}
}
}
.feedback .comment-textarea {
.anonymous-info {
input {
width: 229px;
}
input:first-child {
width: 228px;
}
}
textarea {
width: 478px;
}
.login-status {
width: 494px;
}
}