index.less
4.72 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
@import "m/var";
// @import "m_header_search";/*搜索*/
// // @import "./location";/*市场定位*/
// @import "./searchIndex";
/*搜索*/
// body{
// width: 100%;
// height: 100%;
// overflow: hidden;
// position: relative;
// }
#indexPage {
.m-table-view{
margin-top: 0;
}
.icon-history{
margin-right: 5px;
}
.clear-history{
text-align: center;
padding-top: 10px;
.m-btn{
width: 170px;
line-height: 40px;
}
}
.banner {
height: 120px;
position: relative;
overflow: hidden;
font-size: 0;
a {
display: block;
width: 100%;
height: 100%;
}
img {
display: inline-block;
width: 100%;
height: 100%;
float: left;
}
.swiper-container {
height: 100%;
}
}
.p-page {
// position: absolute;
// width: 100%;
// left: 0;
// top: 100%;
width: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 999;
overflow-x: hidden;
overflow-y: auto;
padding-bottom: 20px;
-webkit-transform: translate3d(0px, 100%, 0px);
-moz-transform: translate3d(0px, 100%, 0px);
transform: translate3d(0px, 100%, 0px);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-moz-transition: -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.p-page.show {
// animation: pageshow 0.5s;
// -moz-animation: pageshow 0.5s; /* Firefox */
// -webkit-animation: pageshow 0.5s; /* Safari 和 Chrome */
// -o-animation: pageshow 0.5s; /* Opera */
// top: 0;
-webkit-transform: translate3d(0px, 0%, 0px);
-moz-transform: translate3d(0px, 0%, 0px);
transform: translate3d(0px, 0%, 0px);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
-moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
-o-transition: -o-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
transition: transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.p-page .page-content {
display: none;
}
.page-content.show {
display: block;
}
@border-ddd: 1px #ddd solid;
.menu {
padding: 15px 10px;
text-align: center;
background-color: #fff;
border-bottom: @border-ddd;
overflow: hidden;
li {
float: left;
width: 25%;
text-align: center;
}
a {
display: inline-block;
font-size: 12px;
}
.menu-icon {
display: block;
background: url('@{iconURI}index-bar.png') no-repeat;
background-size: 110px;
width: 55px;
height: 55px;
margin-bottom: 5px;
}
#mi2 {
background-position: -55px 0;
}
#mi3 {
background-position: 0 -55px;
}
#mi4 {
background-position: -55px -55px;
}
}
.category {
background: #fff;
margin-top: 10px;
border-top: @border-ddd;
border-bottom: @border-ddd;
.title {
height: 40px;
line-height: 40px;
padding-left: 15px;
font-size: 14px;
}
li {
border-top: @border-ddd;
border-left: @border-ddd;
margin-left: -1px;
padding: 10px 0;
float: left;
width: 50%;
a {
display: block;
}
.desc {
display: inline-block;
vertical-align: middle;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 60px;
margin-left: -60px;
box-sizing: border-box;
width: 100%;
p {
color: #999;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
img {
display: inline-block;
width: 40px;
height: 40px;
margin: 0 10px;
float: left;
}
}
}
.m-slider {
height: 100px;
}
}