hik-map
Version:
- 提炼自浙江海康智联科技有限公司中后台产品的交互语言和视觉风格。 - 开箱即用的高质量 Vue 组件。
50 lines (49 loc) • 1.09 kB
text/less
.windowBox {
background-size: 100% 100% ;
.title {
position: relative;
height: 35px;
display: flex;
align-items: center;
justify-content: space-between;
.titleLabel {
font-weight: bold;
color: transparent;
background-image: linear-gradient(180deg, #ffffff, #a9ddff 57%, #39abff 91%);
-webkit-background-clip: text;
}
.closeBtn {
cursor: pointer;
width: 15px;
height: 15px;
}
}
.Content {
line-height: 15px;
padding: 0 10px;
margin: 10px 0;
.contentLabel {
display: inline-block;
display: flex;
align-items: center;
.contentKey {
width: 25%;
text-align: justify;
text-align-last: justify;
}
.contentValue {
color: #00ffff;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-left: 5px;
width: 70%;
}
}
img {
width: 100%;
height: 120px;
margin-bottom: 10px;
}
}
}