Files
DemuMesDataV/lib/components/borderBox9/src/main.css
2020-08-25 18:26:29 +08:00

18 lines
292 B
CSS

.dv-border-box-9 {
position: relative;
width: 100%;
height: 100%;
}
.dv-border-box-9 .dv-border-svg-container {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
}
.dv-border-box-9 .border-box-content {
position: relative;
width: 100%;
height: 100%;
}