DemuMesDataV/lib/components/borderBox6/src/main.css

22 lines
366 B
CSS
Raw Normal View History

2019-08-22 14:41:07 +08:00
.dv-border-box-6 {
position: relative;
width: 100%;
height: 100%;
}
.dv-border-box-6 .dv-svg-container {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.dv-border-box-6 .dv-svg-container polyline {
fill: none;
stroke-width: 1;
}
.dv-border-box-6 .border-box-content {
position: relative;
width: 100%;
height: 100%;
}