qkui-h5
Version:
Quick 框架组件
39 lines (34 loc) • 738 B
text/less
// 地图组件
.qk-map {
// 更多按钮
.btn-more {
position: relative;
left: 1rem;
top: 2rem;
font-size: 1.4rem;
z-index: 9;
border-radius: 50%;
background-color: #fff;
width: 1.8rem;
height: 1.8rem;
line-height: 1.8rem;
text-align: center;
// background-clip: padding-box;
-webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
cursor: pointer;
}
// 工具条
.qk-map-tools {
margin: 0.25rem;
margin-left: 4rem;
.qk-map-input {
width: 5rem;
}
}
// 视图
.qk-map-view {
// 必须定义 高度和宽度才显示
min-height: 4rem;
}
}