media_gallery.css
1.5 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
.deaUser {
margin: 12px 0;
}
.deaUser h4 {
width: 100px;
font-size: 13px;
text-align: right;
margin-right: 12px;
}
.deaUserInput input {
width: 212px;
height: 30px;
border-radius: 5px;
background-color: #ffffff;
border: solid 1px #d2d2d2;
padding-left: 15px;
}
.deaUserText textarea {
width: 514px;
height: 121px;
border-radius: 5px;
background-color: #ffffff;
}
.modalBtn {
text-align: center;
}
.modalBtn button {
margin-top: 35px;
text-align: center;
width: 124px;
height: 40px;
background-color: #000;
border-radius: 3px;
color: #fff;
border: none
}
/* 角色权限设置 */
.juModal {
width: 480px;
height: 460px;
position: absolute;
top: 140px;
left: 130px;
}
#myModalLabel {
font-size: 20px;
color: #000;
font-weight: 600;
}
.juCont {
margin: 10px;
display: flex;
justify-content: space-around;
align-items: center;
}
.juTitle h4 {
font-size: 16px;
}
.juCont .juBtn button {
text-align: center;
width: 90px;
height: 30px;
line-height: 0px;
background-color: #000;
border-radius: 3px;
color: #fff;
border: none
}
.juConts {
border-top: 1px solid rgb(218, 218, 218);
border-bottom: 1px solid rgb(218, 218, 218);
padding: 5px 0;
}
.juConts .juTitle {
margin-left: 39px;
}
.juCheck {
height: 280px;
overflow-y: scroll;
margin: 15px 0 30px 0;
}
.juCheck li {
list-style-type: none;
}