mirror of https://gitee.com/antv-l7/antv-l7
17 lines
373 B
CSS
17 lines
373 B
CSS
.lableclass {
|
|
position: absolute;
|
|
display: inline;
|
|
cursor: pointer;
|
|
background: rgb(255, 228, 120);
|
|
border: none; padding: 4px;
|
|
white-space: nowrap;
|
|
font: bold 12px/18px arial, sans-serif;
|
|
color: rgb(51, 51, 51);
|
|
box-shadow: rgb(153, 153, 153) 1px 1px 2px;
|
|
border-radius: 4px;
|
|
width: 22px;
|
|
height: 24px;
|
|
text-align: center;
|
|
user-select: none;
|
|
}
|