dealingproject.css
1.73 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
.div-search{
border: 1px solid #cac8c8;
border-radius:2px;
float: left;
margin-right: 10px;
font-size: 14px;
}
.div-search input[type="text"] {
border: none;
width: 475px;
height: 36px;
/* margin-left:15px; */
padding-left: 15px;
border-radius:2px;
}
.triangleUp{
width: 16px;
height: 16px;
position: relative;
top: -6px;
}
.triangleDown{
width: 16px;
height: 16px;
position: relative;
top: 4px;
left: -20px;
}
/* ��ɫ��ͼ�갴ť��ʽ */
.btn-gray,.btn-gray:focus{
border-radius:2px;
background-color:white;
border:1px solid #cacaca;
color:#c9c9c9;
/* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08); ȥ����Ӱ*/
}
.btn-gray:hover{
color:white;
background-color:#979797;
}
.btn-gray:hover span,.btn-gray:hover a{
color:white;
}
.btn-gray img{
width: 16px;
height: 16px;
margin-left: 10px;
margin-top: -5px;
font-size:12px;
}
.btn-gray a {
color:#b1b5b7;
text-decoration:none;
}
.btn-gray,.btn-default{
padding:4px 16px;
margin-right: 7px;
}
.btn-gray[disabled] span{
color: rgba(0,0,0,0.5);
}
#datalist td{
text-overflow: ellipsis;
overflow: hidden;
max-width: 100px;
}
.startTime{
float: left;
border: 1px solid #b1b5b7;
height:32px;
border-right: none;
}
.startTime span{
line-height: 30px;
margin:10px;
color: black;
}
.div-search img:hover{
cursor: pointer;
}
/* 已办页面表格分页样式 */
.layui-laypage {
font-weight: bold;
}
.layui-laypage a, .layui-laypage span{
margin-left: 5px;
color: #606266;
}
.layui-laypage .layui-laypage-skip{
margin-left: 30px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
background-color: #1890ff!important;
}
.layui-laypage-btn{
display: none;
}