easyopen_template.docPdf.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easyopen Show documentation
Show all versions of easyopen Show documentation
一个简单易用的接口开放平台,平台封装了常用的参数校验、结果返回等功能,开发者只需实现业务代码即可。https://gitee.com/durcframework/easyopen
body {
font-size: 12px;
}
h1 {
font-weight: bold;
font-size: 16px;
margin-bottom: 8px;
}
h2 {
font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
}
table {
display: block;
overflow: auto;
word-break: normal;
word-break: keep-all;
margin-top: 0;
margin-bottom: 16px;
border-collapse: collapse;
border-spacing: 0;
white-space: normal;
line-height: normal;
font-weight: normal;
font-size: medium;
font-style: normal;
text-align: start;
font-size: 12px;
}
table th {
font-weight: bold;
}
table td, table th {
border: 1px solid #ddd;
display: table-cell;
vertical-align: inherit;
padding: 3px 5px;
font-size: 12px;
}