update viewer and add more field for exporter

This commit is contained in:
2020-04-09 11:21:52 +08:00
parent 2173836255
commit b261712661
14 changed files with 394 additions and 105 deletions

View File

@ -0,0 +1,26 @@
p.hamburger {
margin: 0 5px 0 5px;
padding: 0;
}
div.block-b {
position: absolute;
background: yellow;
}
div.block-p {
position: absolute;
background: blue;
}
p.block-text {
position: absolute;
margin: 0;
padding: 0;
}
div.block-body {
position: absolute;
background: #8f8f8f;
border: 1px solid #cfcfcf;
}

View File