_special.css
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
.outlets-special-page {
.center-content {
width: 1150px !important;
}
.main-banner {
height: 360px;
}
.special-head {
margin: 15px 0;
border-bottom: 1px dashed #ccc;
.special-limit {
float: right;
line-height: 38px;
}
.special-name {
height: 40px;
line-height: 40px;
font-size: 20px;
img {
width: 100px;
height: 40px;
vertical-align: top;
}
span {
font-size: 16px;
}
i {
font-weight: bold;
font-style: italic;
color: #fe575d;
font-size: 26px;
position: relative;
top: 3px;
margin: 0 8px 0 2px;
}
}
.special-title {
font-size: 22px;
height: 34px;
text-align: center;
}
.all-count {
width: 120px;
font-size: 12px;
line-height: 26px;
background: #fff;
margin-left: -60px;
font-weight: normal;
position: absolute;
left: 50%;
display: block;
}
}
.brand .attr-content {
max-width: 730px;
}
}