refactor block generator and use some new field

This commit is contained in:
2020-04-11 22:51:03 +08:00
parent 4ecad56d3b
commit b24a341da6
7 changed files with 226 additions and 80 deletions

View File

@ -17,6 +17,24 @@ p.block-text {
position: absolute;
margin: 0;
padding: 0;
font-size: 12px;
color: black;
}
p.block-expandable-text {
position: absolute;
margin: 0;
padding: 0;
font-size: 12px;
color: #5f5f5f;
}
p.block-asstext {
position: absolute;
margin: 0;
padding: 0;
font-size: 9px;
color: white
}
div.block-body {