|
|
@@ -197,6 +197,24 @@
|
|
|
.count_basic .col-sm-10 .form-control{
|
|
|
border-radius: inherit;
|
|
|
}
|
|
|
+
|
|
|
+ .role-info .check-act input{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .role-info .check-act label{
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+ display: inline-block;
|
|
|
+ background: url(static/img/icon/check-rule.png) no-repeat;
|
|
|
+ position: relative;
|
|
|
+ top: 7px;
|
|
|
+ }
|
|
|
+ .role-info .check-act label{
|
|
|
+ background-position: -48px 0;
|
|
|
+ }
|
|
|
+ .role-info .check-act input:checked + label{
|
|
|
+ background-position: -31px 0;
|
|
|
+ }
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
<div class="count user_right fr">
|
|
|
@@ -462,7 +480,20 @@
|
|
|
<!--<div class="power_title">员工账号及权限管理</div>-->
|
|
|
<table class="role-info">
|
|
|
<thead>
|
|
|
-
|
|
|
+ <tr>
|
|
|
+ <th width="80">
|
|
|
+ <lable class="check-act">
|
|
|
+ <input type="checkbox" id="checkAll"/>
|
|
|
+ <label for="checkAll"></label>
|
|
|
+ </lable>
|
|
|
+ 全选</th>
|
|
|
+ <th width="120">UU账号</th>
|
|
|
+ <th width="250">姓名</th>
|
|
|
+ <th width="200">性别</th>
|
|
|
+ <th width="200">手机号</th>
|
|
|
+ <th width="200">邮箱</th>
|
|
|
+ <th width="200">角色</th>
|
|
|
+ </tr>
|
|
|
</thead>
|
|
|
</table>
|
|
|
</div>
|