_latest-walk.css
2.18 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
122
123
124
.latest-walk {
overflow: hidden;
border-top: 2px solid #eaeceb;
font-size: 12px;
h2 {
padding-top: 15px;
font-size: 14px;
}
.goods {
min-width: 984px;
height: 241px;
margin: 30px 0;
overflow: hidden;
}
.good {
float: left;
margin-right: 14px;
width: 150px;
}
img {
display: block;
width: 150px;
height: 201px;
}
.name {
display: block;
height: 18px;
line-height: 18px;
max-width: 150px;
margin: 5px 0;
@mixin ellipsis ;
}
.market-price {
color: #999;
margin-right: 5px;
text-decoration: line-through;
}
.sale-price {
color: #000;
font-weight: bold;
}
}
.product-list-page {
.bottom-tab {
width: 100%;
border-bottom: 2px solid #eaeceb;
span {
font-size: 15px;
display: inline-block;
padding-bottom: 12px;
margin: 10px 45px -2px 0;
font-weight: bold;
cursor: pointer;
}
.bottom-cur {
border-bottom: 2px solid #000;
}
}
.recommend-keywords {
height: 301px;
margin: 0;
display: none;
border: none;
p {
padding: 0;
.keyword {
display: inline-block;
margin: 20px 20px 0 0;
font-size: 12px;
width: 202px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
.latest-walk-area {
.latest-walk {
border-top: none;
}
.null-data {
height: 301px;
margin: 30px 0;
line-height: 301px;
font-size: 15px;
font-weight: bold;
text-align: center;
}
}
}
.min-screen .latest-walk {
.goods {
width: 820px;
min-width: 820px;
height: 301px;
}
.good {
margin-right: 10px;
width: 195px;
}
img {
width: 195px;
height: 261px;
}
}