_768_about.scss
1.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
@media screen and (max-width:768px){
.about-container{
width: 668px;
margin: 20px auto 0;
}
.about-nav{
margin: 0 0 0 40px;
li{
line-height: 22px;
font-size: 14px;
margin-bottom: 15px;
}
}
.about-body{
margin: 0 0 0 200px;
max-width: 370px;
h2{
line-height: 22px;
font-size: 14px;
}
p{
line-height: 18px;
font-size: 12px;
}
.about-section{
margin: 15px 0 0 0;
}
.about-section.contact-us{
img{
margin: 8px 0 0 -5px;
display: block;
width: 95px;
height: 95px;
}
}
}
.about-us-qr{
width: 230px;
margin: 34px 0 0 3px;
.product{
margin-bottom: 30px;
background-image: url("../../images/about/line.png");
background-repeat: no-repeat;
background-position: top center;
background-size: 2% 76%;
}
.product-wrap{
float: left;
img{
display: block;
width: 87px;
height: 87px;
}
img.qr-img{
width: 91px;
height: 91px;
}
span{
display: block;
text-align: center;
line-height: 30px;
font-size: 12px;
}
em{
font-size: 12px;
}
}
.product-wrap.product-wrap-right{
float: right;
}
}
.links-list{
margin: 10px 0 0 0;
width: 414px;
li{
float: left;
line-height: 34px;
width: 110px;
margin: 0 28px 0 0;
a{
font-size: 12px;
color: #333333;
}
}
}
.feedback .comment-textarea{
width: 370px;
textarea{
width: 354px;
}
.login-status{
width: 100%;
}
}
}