_goodsList.scss
2.83 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
125
126
127
128
129
130
131
.listFilter {
background-color: $YOHO-body-color;
height: 35px;
padding: 9px 10px 0;
a {
float: left;
padding: 0 10px;
height: 24px;
line-height: 24px;
margin-right: 9px;
position: relative;
background-color: $YOHO-white-color;
border: 1px solid $YOHO-border-color;
}
a.listFilterPrice,a.listFilterNav {
padding-right: 20px;
}
.listFilterPrice:after,.listFilterPrice:before {
border-width: 5px;
border-style: solid;
position: absolute;
right: 6px;
content: "";
}
.listFilterPrice:before {
top: 1px;
border-color: transparent transparent $YOHO-search-color transparent;
}
.listFilterPrice.up:before {
border-color: transparent transparent $YOHO-black-color transparent;
}
.listFilterPrice:after {
bottom: 1px;
border-color: $YOHO-search-color transparent transparent transparent;
}
.listFilterPrice.down:after {
border-color: $YOHO-black-color transparent transparent transparent;
}
a.listFilterNav {
float: right;
margin-right: 0;
}
em {
position: absolute;
z-index: 5;
right: 5px;
top: 7px;
}
}
.listBanner {
margin-bottom: 10px;
}
.goodsListBox {
background-color: $YOHO-white-color;
padding: 10px 10px 0;
.listNavigator {
margin-bottom: 10px;
}
}
.listNavigator {
position: relative;
height: 44px;
line-height: 44px;
.listBack {
position: absolute;
left: 0;
top: 0;
width: 44px;
height: 44px;
line-height: 44px;
font-size: 16px;
}
h2 {
font-size: 16px;
line-height: 24px;
text-align: center;
}
p {
font-size: 9px;
color: $YOHO-search-color;
line-height: 16px;
text-align: center;
}
}
.goodListView {
li {
width: 145px;
float: left;
margin:0 10px 10px 0;
text-align: center;
}
a {
font-size: 9px;
color: $YOHO-search-color;
}
a.goodsListPic {
display: block;
height: 194px;
overflow: hidden;
background-color: $YOHO-goods-img-color;
margin-bottom: 10px;
}
li:nth-of-type(2n){
margin-right: 0 !important;
}
.goodsListPrice {
font-size: 11px;
}
.recommendPrice {
color: $YOHO-red-color;
}
}
.YOHOPagination {
text-align: center;
p {
font-size: 9px;
color: $YOHO-search-color;
padding: 20px 0;
}
a.nextPageSize {
width: 120px;
height: 33px;
line-height: 33px;
border: 1px solid $YOHO-border-color;
background-color: $YOHO-goods-img-color;
display: block;
margin: 0 auto;
}
}