初始化CRICS
This commit is contained in:
35
WebSite/Styles/common.css
Normal file
35
WebSite/Styles/common.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user