初始化CRICS

This commit is contained in:
2025-12-11 09:17:16 +08:00
commit 83247ec0a2
2735 changed files with 787765 additions and 0 deletions

35
WebSite/Styles/common.css Normal file
View File

@@ -0,0 +1,35 @@

.text {
padding:0.3em;
}
.align-right {
text-align:right;
}
.align-top {
vertical-align:top;
}
/* 隐藏 easyui-tree 结点图标 */
.easyui-tree-no-icon .tree-icon,
.easyui-treegrid-no-icon .tree-icon {
display:none;
}
.tree-node-no-icon {
display:none;
}
/* 图标定义 */
.icon-register {
background:url('../images/register.png') no-repeat center center;
}
.icon-update {
background:url('../images/update.png') no-repeat center center;
}
.icon-upload {
background:url('../images/upload.png') no-repeat center center;
}
.icon-excel {
background:url('../images/excel.png') no-repeat center center;
}