UNPKG
kmap-ui
Version:
latest (1.0.0)
1.0.0
A components of zmap base on vue2.X
github.com/liukunace/zmap-ui.git
kmap-ui
/
src
/
components
/
ol
/
control
/
CanvasBase.css
16 lines
(14 loc)
•
259 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.ol-control-title
{
position
: absolute;
top
:
0
;
left
:
0
;
right
:
0
; }
.ol-center-position
{
position
: absolute;
bottom
:
0
;
left
:
50%
;
transform
:
translateX
(-
50%
);
background-color
:
rgba
(
255
,
255
,
255
,.
8
);
padding
: .
1em
1em
; }