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

META-INF.resources.opendoc.common.css Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.16.20
Show newest version
.ztree li a.curSelectedNode {
    padding-top: 0px;
    background-color: #FFE6B0;
    color: black;
    height: 16px;
    border: 1px #FFB951 solid;
    opacity: 0.8;
}

.ztree {
    overflow: auto;
    height: 100%;
    min-height: 200px;
    top: 20px;
}

.task-list {
    list-style-type: disc !important;
}
#readme .markdown-body, #readme .plain {
    background-color: #fff;
    border-left: 1px solid #CACACA;
    padding: 30px;
}
.markdown-body table{font-size: 13px;}
.markdown-body table td,.markdown-body table th {padding: 3px 5px !important;}
.markdown-body table td table {margin-bottom:2px !important;}
.markdown-body h1{font-size: 22px;}
.markdown-body h2{font-size: 18px;}
.markdown-body h3{font-size: 14px;}
.markdown-body pre{font-size: 13px;}
/*api*/
.api-config input {width: 400px;}
.api-data {width: 600px;height: 70px;}
.api-result {width: 600px;height: 300px;}
.doc-remark {font-size: 13px;margin-bottom: 8px;} 
.doc-name-version {font-size: 13px; margin-bottom: 8px;}
.new-win-btn {margin-left: 10px;}
.btn-disabled {border: 1px #ccc solid; color: gray;}
.api-span-title{display: inherit;}
.busi-param-model-txt{width:400px;height: 300px;}
.label-param-urldecode{display: inherit;font-size: 12px;}
.busi-result-model{width:400px;height: 300px;margin-bottom:16px;}
.title-bold{font-weight: bold;}
.tree-bar{overflow: auto; position: fixed; z-index: 2147483647; border: 0px none; left: 0px;top: 0px; padding-top: 3px; padding-left: 6px;padding-right: 6px; background: #eff7fd;border-bottom: 1px solid #EEEEEE;}
td button {margin-bottom: 2px;}
td input {display: block !important;}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy