menuManage.css
3.14 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
/*页面公用*/
/*组织添加修改样式*/
.role_alert_con{
display: none;
}
.role_alert_con{
width: 712px;
/* height: 512px; */
left: 50%;
top: 50%;
margin-left: -356px;
/* margin-top: -256px; */
transform: translateY(-50%);
background: #fff;
}
.role_alert_con_t{
line-height: 60px;
height: 60px;
padding: 0 15px 0 24px;
border-bottom: 1px solid #EFEFEF;
}
.role_alert_error{
height: 20px;
line-height: 20px;
/* background-color: #fddbdb; */
color: red;
font-size: 12px;
text-align: center;
}
.diy_select{
width: 180px;
display: inline-block;
vertical-align: middle;
}
.diy_select_txt{
width: 144px;
}
.role_alert_btn{
text-align: center;
margin-top: 16px;
margin-bottom: 24px;
height: 60px;
}
.role_alert_btn span {
border-radius: 4px!important;
cursor: pointer;
width: 72px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 14px;
color: #fff;
display: inline-block;
margin-left: 5px;
}
/*右侧对应样式*/
.row{
padding: 20px 20px 0;
}
.col-mid-3{
width:20%;
margin-right: 20px;
}
.col-mid-8{
width:72%;
}
.col-mid-3,.col-mid-8{
/*border: 1px solid #e7ecf1 !important;*/
background-color: #fff;
}
.menumanage-container-l{
width: 326px;
height: 800px;
/*overflow-y: auto;*/
}
.marginright_l_t{
padding-right: 16px;
height: 56px;
line-height: 56px;
color:#5ba1eb;
padding-left: 36px;
background: url('../../../img/arrow_down_red.png') no-repeat 10px center;
}
.menumanage-container-r{
height: 800px;
width: calc(100% - 350px);
width: -webkit-calc(100% - 350px);
width: -moz-calc(100% - 350px);
width: -ms-calc(100% - 350px);
width: -o-calc(100% - 350px);
}
.user_operate_list{
margin: 12px 0 12px 12px;
height: 32px;
line-height: 32px;
}
.user_operate_list li:nth-of-type(1) span{
padding-left: 4px;
font-weight: 600;
color: #e7505a;
font-size: 16px;
}
#treeview1{
height: calc(100% - 56px);
overflow-x: scroll;
overflow-y: scroll;
}
.mainright_l .list-group .list-group-item {
/*text-overflow: ellipsis;*/
/*overflow: hidden;*/
background-color: #f1f5f8;
border:0;
white-space: nowrap;
}
.bootstrap-table {
height: calc(100% - 56px);
height: -webkit-calc(100% - 56px);
height: -moz-calc(100% - 56px);
height: -o-calc(100% - 56px);
height: -ms-calc(100% - 56px);
}
.parent_business{
width: 244px;
display: inline-block;
vertical-align: top;
}
.role_alert_feed .diy_select{
height: 28px;
line-height: 28px;
display: inline-block;
vertical-align: middle;
width: 244px;
}
.role_alert_feed .diy_select_txt {
width:214px;
}
.ztree {
padding: 10px 0;
max-height: 780px;
}
.operate_btn_color:first-of-type {
padding: 4px 6px;
background: #3fc9d5;
margin-right: 3px;
}
.operate_btn_color:last-of-type {
padding: 4px 6px;
background: #659be0;
margin-right: 3px;
}
td{
white-space:nowrap !important;
}
.framework-group-ul {
width: 290px;
height: 700px;
padding-left: 24px;
overflow-y: auto;
}