_hot.css
2.58 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
119
120
121
.seo-hot-page {
width: 1150px;
margin: 0 auto;
.left-content {
float: left;
width: 970px;
}
.hot-sort {
width: 100%;
position: relative;
.sort-intro {
width: 488px;
height: 300px;
line-height: 300px;
border: 1px solid #eaeceb;
box-sizing: border-box;
}
.inline {
width: 100%;
padding: 0 50px;
line-height: 1;
text-align: center;
display: inline-block;
box-sizing: border-box;
vertical-align: middle;
}
.name {
font-size: 30px;
font-weight: 700;
text-align: center;
.en {
width: 100%;
font-size: 14px;
display: block;
}
}
.desc {
margin-top: 15px;
color: #666;
font-size: 12px;
line-height: 1.5;
}
.key {
margin-top: 30px;
> li {
width: 33.33%;
text-align: center;
float: left;
font-size: 12px;
line-height: 20px;
text-decoration: underline;
}
a {
color: #069;
}
}
.thumb {
width: 480px;
height: 300px;
position: absolute;
top: 0;
right: 0;
}
}
.right-content {
float: right;
width: 160px;
$border-color: #dfdfdf;
.hot-block {
font-size: 12px;
border: 1px solid $border-color;
margin-bottom: 20px;
.title {
line-height: 40px;
font-weight: bold;
background-color: #eaeceb;
padding-left: 10px;
}
.hot-key {
line-height: 26px;
padding: 12px 6px 12px 10px;
border-top: 1px solid $border-color;
> a {
margin-right: 4px;
display: inline-block;
}
}
.brand-item {
height: 100px;
padding: 15px 10px;
display: block;
box-sizing: border-box;
border-top: 1px solid $border-color;
img {
width: 100%;
height: 100%;
display: block;
}
}
}
}
}