UNPKG
h5-cli
Version:
latest (1.12.0)
1.12.0
hello
h5-cli
/
src-react
/
component
/
searchbar
/
search-bar.less
13 lines
(12 loc)
•
196 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
.search-position
{
width
:
100%
;
z-index
:
999
; }
.search-input-modal
{
position
: fixed;
top
:
0
;
width
:
100%
;
height
:
100%
;
margin-top
:
50px
;
background-color
:
rgba
(
0
,
0
,
0
,
0.1
); }