@kgdata/visualgraph
Version:
visualgraph
50 lines (47 loc) • 894 B
text/less
@import '~antd/es/style/themes/default.less';
.container {
position: 'absolute';
top: 0;
right: 0;
bottom: none;
left: none;
z-index: 200;
width: 450px;
}
.inoutContent {
display: flex;
height: 96px;
margin-bottom: 20px;
.inBox,
.outBox {
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 0 4px #aaa;
.title {
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
img {
width: 30px;
height: 30px;
margin-right: 5px;
background-color: @primary-color;
border-radius: 50%;
}
}
.value {
color: @primary-color;
font-size: 30px;
}
}
.outBox {
margin-right: 10px;
}
.inBox {
margin-left: 10px;
}
}