m_header.less
5.61 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
/***************************************************
* feature : 全局头部,提供默认 深色(绿底白字) & 浅色(白底黑字)主题;
* update : 2015/02/03;
* use : .m-header;
* extend : .header-*;
* example : <header class="m-header header-light"></header>;
* desc : 默认为深色主题, 通过 .header-light 来引用浅色主题;
* feedback : 此处填入 issue, 并请附带以下信息[os_version, browser_version, page_path, issue_description]
* - demo => [windows 7, IE 8, http://diligrp.com/icon.html, 在不定height下未能垂直居中];
****************************************************/
@import "var";
.head {
height: 44px;
box-sizing: border-box;
text-align: center;
}
.logo {
width: 25px;
.bg-img;
background-position: -125px 11px;
margin: 0 15px;
}
.m-header {
// position: absolute;
// position: fixed; //fixed header 到顶部
z-index: 5;
color: #FFF;
color: rgba(255, 255, 255, 80);
background-color: #23AC38;//默认是绿底白字
position: relative;
&.header-light {
//浅色模式
background: rgba(255, 255, 255, .8);
color: #000;
.text {
color: #666;
}
}
.head {
padding: 0 50px;
box-sizing: border-box;
h1 {
display: inline-block;
vertical-align: middle;
line-height: 44px;
font-weight: normal;
font-size: 18px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
// .h-search {
// background-color: #55bb22;
// border-radius: 3px;
// height: 30px;
// line-height: 30px;
// color: #eee;
// text-align: left;
// .icon-search {
// display: inline-block;
// vertical-align: middle;
// width: 20px;
// height: 20px;
// .bg-img;
// background-position: -60px -142px;
// }
// }
.lt-bar, .rt-bar {
//左右两端区域,用于放置 icon | text
position: absolute;
left: 0;
top: 0;
bottom: 0;
min-width: 44px;
line-height: 44px;
height: 100%;
text-align: center;
// background: url(../img/icon_menu.png) center center no-repeat;
cursor: pointer;
z-index: 1;
}
.lt-bar {
float: left;
&.text{
padding-left: 10px;
text-align: left;
}
}
.rt-bar {
float: right;
left: auto;
right: 0;
&.text{
padding-right: 10px;
text-align: right;
}
}
.text {
text-align: center;
line-height: 44px;
font-size: 15px;
color: #FFF;
}
&.header-search{
.head{
padding: 7px 44px;
}
.search-box{
line-height: 30px;
font-size: 14px;
padding: 0 8px;
background-color: #158F28;
color: #eee;
cursor: text;
display: block;
// text-align: center;
color: #999;
text-align: left;
}
.icon-search{
margin-top: 7px;
}
.icon-search-w{
margin-top: 8px;
}
.input-wrap{
display: block;
overflow: hidden;
padding-left: 8px;
box-sizing: border-box;
}
.m-input{
float: left;
width: 98%;
display: block;
padding: 4px 0;
color: #333;
border: none;
background: none;
&::-webkit-input-placeholder{
color: #999;
}
}
.m-dropdown{
float: left;
}
#search-btn{
background: none;
color: #fff;
font-size: 14px;
}
}
&.header-home {
.head{
position: relative;
padding: 7px 10px 7px 44px;
margin-right: 0;
}
.search-box{
background-color: #158F28;
color: #FFF;
}
}
}
// .header {
// height: 44px;
// // background: @hbg-color;
// background-color: #66cc22;
// .icon-arrow {
// display: inline-block;
// vertical-align: middle;
// width: 12px;
// height: 12px;
// background: url('../../images/icon.png') -121px -203px no-repeat;
// background-size: 150px;
// }
// h1 {
// display: inline-block;
// font-weight: normal;
// font-size: 18px;
// vertical-align: middle;
// line-height: 44px;
// white-space: nowrap;
// text-overflow: ellipsis;
// overflow: hidden;
// color: #ffffff;
// }
// .m-icon {
// width: 42px;
// height: 44px;
// background: url('../../images/icon.png') no-repeat;
// background-size: 150px;
// cursor: pointer;
// text-align: left;
// text-indent: -9999px;
// position: absolute;
// top: 0;
// }
// .lt-bar {
// left: 0;
// }
// .rt-bar {
// right: 0;
// width: 42px;
// height: 44px;
// line-height: 44px;
// font-size: 14px;
// cursor: pointer;
// text-align: left;
// color: #fff;
// position: absolute;
// top: 0;
// }
// .icon-back {
// background-position: -78px -158px;
// }
// .icon-more {
// background-position: 11px -268px;
// }
// }