vr-shopxo-source/public/static/admin/default/css/power.css

28 lines
970 B
CSS
Executable File

/**
* 权限添加/编辑
*/
.tree-list li { list-style-type: none; padding-left: 5px !important; }
.tree-list li label { display: inline; }
.list-find { margin: 0px 0px 5px 35px; overflow: hidden; padding-top: 5px !important; }
.tree-list i { width: 10px; }
.list-find li { line-height: 26px; }
.list-find span { font-weight: normal; }
.tree-list li { border:1px dashed #d3ebf7; background: #f5fafd; padding: 6px 10px; }
.list-find li { background: #ecf8ff; float: left; margin: 0px 10px 10px 0px; }
.list-find li input[type="checkbox"] { vertical-align: text-top; }
@media only screen and (min-width: 641px) {
.list-submit, .find-submit { display: none; }
.list-find li:hover .find-submit, .tree-list li:hover .list-submit { display: block !important; }
}
/**
* 角色列表
*/
.power-text { width: 45%; }
/**
* 角色添加/编辑
*/
@media only screen and (max-width: 641px) {
.role-list .submit-delete { margin-top: 5px; display: block !important; }
}