system_manager.css
2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#role_auth_config_wrap .role_list{
width: 240px;
height: 100%;
display: inline-block;
vertical-align: top;
margin-right: 25px;
border: 1px solid #c3c3c336;
}
#role_auth_config_wrap .auth_list{
width: calc(100% - 278px);
height: 100%;
display: inline-block;
vertical-align: top;
border: 1px solid #c3c3c336;
position: relative;
}
#role_auth_config_wrap .uk-card-body{
height: 100%;
padding: 0;
}
.role_list>.uk-card-body>ul{
font-size: 14px;
margin-top: 0px;
height: calc(100% - 40px);
overflow: auto;
}
.role_list>.uk-card-body>ul>li{
cursor: default;
padding-left: 20px;
margin-top: 2px !important;
padding-top: 17px !important;
position: relative;
}
.role_list>.uk-card-body>ul>li.active{
background: #1e87f0 !important;
color: white;
}
.role_list>.uk-card-body>ul>li:hover{
background: #fff494;
}
#role_auth_config_wrap .uk-card-body .title{
display: block;
line-height: 25px;
padding: 5px;
background: #f8f8f8;
text-indent: 7px;
font-size: 12px;
border-bottom: 1px solid #ececec;
}
#role_auth_config_wrap .fun_s_list{
padding-bottom: 30px;
overflow: auto;
height: calc(100% - 55px);
}
#role_auth_config_wrap .c_box_wrap{
border: 1px solid #eeeeee;
padding: 15px;
display: block;
min-height: 26px;
position: relative;
box-shadow: 0px 3px 15px rgba(0,0,0,.08);
}
.fun_s_list .module{
margin: 34px;
}
.fun_s_list .module span.root{
position: absolute;
top: -12px;
background: #fff;
padding: 4px 9px;
color: #181818;
font-weight: 600;
left: 21px;
}
.fun_s_list .module .sub_menus{
padding: 28px 30px 10px 0;
}
.fun_s_list .module .sub_menus>span{
margin: 5px;
border-bottom: 1px solid #dedede;
padding: 7px 12px 7px 9px;
cursor: default;
}
.fun_s_list .module span.item.active{
color: #ffffff;
background: #9c9c9c;
}
.fun_s_list .module span.item.active .uk-checkbox:checked,
.fun_s_list .module span.item.active .uk-checkbox:indeterminate,
.fun_s_list .module span.item.active .uk-radio:checked{
background-color: #9c9c9c;
}
.fun_s_list .module span.root.item.active{
color: #ffffff;
background: #9c9c9c;
}
.fun_s_list .module span.root.item.active .uk-checkbox:checked,
.fun_s_list .module span.root.item.active .uk-checkbox:indeterminate,
.fun_s_list .module span.root.item.active .uk-radio:checked{
background-color: #9c9c9c;
}
.footer_wrap{
position: absolute;
bottom: 0;
width: 100%;
}
.footer_wrap .uk-margin-small-bottom{
margin-bottom: 0 !important;
}