pc-modular.css
1.81 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
/* 模块化装修,PC端样式 */
.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-shop-banner .img-item {
height: 150px;
width: 1150px;
}
.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;
}
/* 整图模块 */
.left-area .pc-image-set {
width: 160px;
min-height: 240px;
text-align: center;
}
.pc-image-set .logo {
top: 111px !important;
}
.pc-image-set .img-item {
width: 160px;
height: 240px;
}
/* 小图文模块 */
.left-area .pc-tele-text {
width: 160px;
min-height: 50px;
}
.tele-text-item .classic-name {
width: 96px;
display: inline-block;
line-height: 14px;
}
.tele-text-item .classic-name .title {
font-size: 14px;
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
float: left;
padding-left: 14px;
margin-top: 15px;
}
.tele-text-item .img-item {
width: 50px;
height: 50px;
float: right;
}
.pc-tele-text .img-area {
float: right;
width: 50px;
height: 100%;
background: #E7E7E7;
}
.pc-tele-text .logo {
top: 15px!important;
width: 50px;
}
.pc-tele-text .tele-text-item {
margin-top: 5px;
height: 50px;
background: #F5F5F5;
}