_trend-tops.scss
2.29 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
.trend-tops-wrapper {
width: 100%;
height: 645rem / $pxConvertRem;
}
.trend-tops-header {
position: relative;
width: 100%;
.trend-tops-title {
width: 100%;
height: 100rem / $pxConvertRem;
line-height: 100rem / $pxConvertRem;
text-align: center;
font-size: 34rem / $pxConvertRem;
color: #747474;
}
.more {
position: absolute;
right: 24rem / $pxConvertRem;
top: 20rem / $pxConvertRem;
}
}
.trend-tops-content {
width: 100%;
}
.main-tops-show {
display: block;
box-sizing: border-box;
width: 100%;
height: 404rem / $pxConvertRem;
border: 1px solid #000;
}
.tops-list {
width: 100%;
height: 385rem / $pxConvertRem;
.tops-left {
box-sizing: border-box;
float: left;
width: 252rem / $pxConvertRem;
height: 100%;
border-right: 1px solid #000;
}
.tops-right {
float: left;
width: 385rem / $pxConvertRem;
height: 100%;
}
}
.tops-right-toslist {
width: 100%;
.tops-right-tositem {
box-sizing: border-box;
float: left;
width: 50%;
height: 196rem / $pxConvertRem;
border: 1px solid #000;
}
}
.recommed-title {
margin-top: 55rem / $pxConvertRem;
width: 100%;
height: 35rem / $pxConvertRem;
line-height: 35rem / $pxConvertRem;
text-align: center;
font-size: 35rem / $pxConvertRem;
}
.recommed-imgwrapper {
display: block;
margin-top: 24rem / $pxConvertRem;
width: 100%;
height: 184rem / $pxConvertRem;
text-align: center;
img {
width: 169rem / $pxConvertRem;
height: 100%;
border: 1px solid #000;
}
}
.recommed-productname {
display: block;
margin-top: 20rem / $pxConvertRem;
width: 100%;
height: 20rem / $pxConvertRem;
line-height: (20rem / $pxConvertRem) auto;
text-align: center;
}
.tops-right-imgwrapper {
display: block;
width: 100%;
height: 145rem / $pxConvertRem;
text-align: center;
img {
width: 130rem / $pxConvertRem;
height: 100%;
border: 1px solid #000;
}
}
.tops-right-productname {
display: block;
width: 100%;
height: 45rem / $pxConvertRem;
line-height: 45rem / $pxConvertRem;
text-align: center;
}