UNPKG

@eim-materials/eim-pc-admin-lite

Version:

该模板适用于从 0 到 1 开始搭建项目,内置基础的页面,路由和菜单展示。

87 lines 1.52 kB
.content-container { padding: 0 20px; background: #fff; overflow: hidden; } .form-list { margin-top: 30px; } .menu-tree { height: 100%; overflow: hidden; width: 420px; border: 1px solid #e4e4e4; } .menu-tree-title { background: #f5f8fa; height: 40px; line-height: 40px; color: 16px; border-bottom: 1px solid #e4e4e4; } .menu-tree-title span { color: #9ba2ad; font-size: 12px; float: right; padding-right: 10px; } .menu-tree-checkbox { padding-left: 10px; } .menu-tree-data { padding: 15px 5px; box-sizing: border-box; } .person-area { width: 420px; } .add-person--btn { height: 36px; width: 76px; background: #fff; border: 1px solid #dcdfe6; border-radius: 4px; font-size: 12px; color: #606266; cursor: pointer; float: left; } .add-person--btn-icon { font-size: 8px; } .selected-person { height: 36px; width: 76px; background: #ebf5ff; border: 1px solid #c9e4ff; border-radius: 4px; font-size: 14px; line-height: 35px; color: #20a0ff; float: left; padding: 0 5px 0 10px; box-sizing: border-box; margin-left: 10px; } .person-area .selected-person--no-left { margin-left: 0px; } .person-area .selected-person--has-top { margin-top: 10px; } .selected-person span { width: 45px; font-size: 12px; display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: default; } .selected-person--icon { float: right; font-size: 8px; color: #409dff; line-height: 36px; cursor: pointer; }