_shop-prodfile.scss~Updated upstream
891 Bytes
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
.shop-introduce{
.banner {
margin: 30px auto;
width: auto;
height: auto;
display: block;
background-size: 100%;
}
.descripition {
margin: 40px 20px 0px 20px;
font-size: 16px;
line-height: 22px;
padding: 20px 0;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
text-indent:2em;
}
.sign-icon {
font-size: 20px;
height: 40px;
line-height: 40px;
text-align: center;
font-weight: 100;
}
.sign-icon > span {
width:auto;
}
}
.brand{
.brand-list{
margin-left: 20px;
font-size: 18px;
border-bottom: 1px solid #e6e6e6;
text-align: left;
height: 44px;
line-height: 44px;
vertical-align:middle;
display: block;
width: 100%;
}
}