common.css
1.78 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
.boxShadow{
box-shadow: 0px 3px 12px 0px rgba(196, 200, 207, 0.8);
}
.searchFormSocial{
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 10px;
width: 100%;
}
.searchFormSocial .el-form-item{
margin-bottom: 0;
}
.single-report-header{
margin-bottom: 0 !important;
}
.socialHeader{
padding-top: 0px;
margin-right: 10px !important;
}
.contentSocial{
padding: 0 !important;
margin: 0 12px;
}
/* 搜索头部 */
.queueManagementContainer .manage-head-wrapper {
padding: 15px 12px 0px;
}
.searchForm{
display: inline-block;
}
.search-inp{
height: 30px;
}
.search-btn {
background-color: #3bb8ff !important;
color: #fff !important;
border: none;
border-radius: 2px;
padding: 8px 14px;
font-size: 13px;
}
.btns{
float: right;
}
.manage-add-btn {
background-color: #3bb8ff;
color: #fff;
border: none;
border-radius: 2px;
padding: 9px 12px 9px 9px;
font-size: 13px;
}
.manage-refresh-btn {
background-color: #3bb8ff;
color: #fff;
border: none;
border-radius: 2px;
padding: 9px 12px 9px 12px;
float: right;
font-size: 13px;
}
.manage-content {
padding: 0 12px 18px;
}
/* table */
.manage-content .manage-tab-head th {
padding-top: 13px;
padding-bottom: 11px;
}
.manage-content .manage-tab-head th .cell {
font-size: 14px;
}
/* dialog */
.dialog-btn {
padding: 10px 21px 9px 20px;
border: 1px solid #ccc;
border-radius: 3px;
color: #333;
font-size: 13px;
}
.dialog-confirm-btn {
border: none;
background: #0069FF;
color: #fff;
}
/* pagination */
.manage-pagination-box {
/* margin-top: 10px; */
position: fixed;
right: 25px;
bottom: 25px;
}
.slot-ele-total {
margin-right: 10px;
font-weight: 400;
color: #606266;
float: left;
}