All Downloads are FREE. Search and download functionalities are using the official Maven repository.

easyopen_template.docPdf.css Maven / Gradle / Ivy

Go to download

一个简单易用的接口开放平台,平台封装了常用的参数校验、结果返回等功能,开发者只需实现业务代码即可。https://gitee.com/durcframework/easyopen

There is a newer version: 1.16.20
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy