pc-modular.css
747 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
46
47
48
49
50
.pc-template-area {
margin-top: 38px;
height: 100%;
overflow-y: auto;
}
.pc-template .pc-shop-banner {
height: 150px;
margin-bottom: 0;
text-align: center;
}
.pc-shop-banner .logo {
top: 66px !important;
}
.pc-template .pc-shop-navbar {
height: 40px;
margin-bottom: 30px;
background: #000000;
}
.pc-shop-navbar ul {
list-style: none;
margin: 0;
}
.pc-shop-navbar ul li {
float: left;
width: 14%;
line-height: 40px;
padding: 0 20px;
font-size: 16px;
font-family: microsoft yahei;
}
.pc-shop-navbar ul li a {
color: #FFFFFF;
}
.pc-template .left-area {
width: 160px;
display: inline-block;
}
.pc-template .right-area {
width: 970px;
float: right;
}