_1620_about.scss
2.01 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
@media screen and (min-width: 1190px) {
.about-container {
width: 1080px;
margin: 30px auto 0;
}
.about-nav {
margin: 0 0 0 54px;
li {
line-height: 28px;
font-size: 21px;
margin-bottom: 18px;
}
}
.about-body {
margin: 0 0 0 346px;
max-width: 590px;
h2 {
line-height: 22px;
font-size: 18px;
}
p {
line-height: 24px;
font-size: 14px;
}
.about-section {
margin: 20px 0 0 0;
}
.about-section.contact-us {
img {
margin: 16px 0 0 -5px;
display: block;
width: 95px;
height: 95px;
}
}
}
.about-us-qr {
width: 260px;
margin: 34px 0 0 3px;
.product {
margin-bottom: 30px;
background-image: image-url("about/line.png");
background-repeat: no-repeat;
background-position: top center;
background-size: 2% 80%;
}
.product-wrap {
float: left;
img {
display: block;
width: 100px;
height: 100px;
}
img.qr-img {
width: 105px;
height: 105px;
}
span {
display: block;
text-align: center;
line-height: 30px;
font-size: 14px;
}
em {
font-size: 14px;
}
}
.product-wrap.product-wrap-right {
float: right;
}
}
.feedback .comment-textarea {
.anonymous-info {
input {
width: 259px;
}
input:first-child {
width: 258px;
}
}
textarea {
width: 538px;
}
.login-status {
width: 554px;
}
}
}