sbkzAdminTable2.less
1.8 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
@import "variable.less";
.KZ_table1_table{
&.RZR{
padding-top:0px;
}
table.table1{
thead tr td,thead tr th{
border:1px solid #ccc;
border-right:0px;
&:last-child{
border-right:1px solid #ccc;
}
}
tbody{
tr td,tr th{
&:first-child{
color:#e75a62;
}
}
.bj{
font-size:16px;
font-weight:normal;
line-height:20px;
display:block;
}
.tm{
font-size:12px;
line-height:15px;
display:block;
}
}
}
}
.RZR{
.search-box{
padding:20px 0px;
font-size:14px;
color:#e75a62;
font-weight:bold;
.search-btn{
display:inline-block;
width:6.0em;
color:#fff;
background-color:rgba(231,91,98,1);
line-height:38px;
text-align:center;
.variable-border-radius(5px);
.css3-transition(all;0.5s;ease-in;);
&:hover{
background-color:rgba(231,91,98,0.6);
}
}
.key-item{
display:inline-block;
line-height:38px;
margin-right:1.5em;
input{
display:inline-block;
vertical-align:middle;
line-height:20px;
font-size:14px;
color:#333;
padding:8px 5px;
border:1px solid #ccc;
outline:none;
}
}
}
}
.KZJD_table_container{
.top-navigation{
&:after{
.clear-float();
}
background:-moz-linear-gradient(left, #195dab, #195dab);
background:-webkit-linear-gradient(left, #195dab, #195dab);
background:linear-gradient(left, #195dab, #195dab);
line-height:40px;
padding:5px 30px 0px;
color:#fff;
.nav-name{
float:left;
font-size:20px;
font-weight:bold;
}
.nav-list{
float:right;
}
}
}
.nav-list{
ul{
list-style:none;
font-size:16px;
li{
float:left;
text-align:center;
padding:0em 1.5em;
.variable-border-radius(6px;);
.css3-transition(background-color;0.4s;ease-in);
&:hover{
background-color:#428add;
}
}
}
a{
color:inherit;
}
}