_trendsetter-collocation.css
1.41 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
.trend-coll-wrapper {
background: #fff;
height: 645px;
border-bottom: 1px solid #e0e0e0;
}
.trend-coll-header {
position: relative;
widows: 100%;
.trend-coll-title {
width: 100%;
height: 100px;
line-height: 100px;
text-align: center;
font-size: 34px;
color: #747474;
}
.more {
position: absolute;
right: 24px;
top: 20px;
}
}
.trend-coll-content {
padding: 0 0 0 15px;
.lspan {
float: left;
margin: 0 15px;
}
.rspan {
float: left;
margin: 0 15px;
}
}
.lspanimg {
display: block;
float: right;
width: 275px;
height: 275px;
}
.rspanimg {
display: block;
float: right;
width: 275px;
height: 275px;
}
.trend-coll-tail {
box-sizing: border-box;
width: 100%;
height: 267px;
clear: both;
}
.recommend-title {
widows: 100%;
height: 100px;
line-height: 100px;
text-align: center;
font-size: 34px;
}
.recommend-swiper {
width: 100%;
height: 140px;
overflow: hidden;
}
.recommend-list {
position: relative;
height: 100%;
}
.recommend-list .recommend-item {
float: left;
padding-left: 5%;
width: 21.875%;
height: 140px;
a {
display: block;
width: 100%;
height: 100%;
img {
width: 100%;
height: 100%;
}
}
}