|
@@ -1,5 +1,4 @@
|
|
|
-@import './reset.less';
|
|
|
-
|
|
|
+@import "./reset.less";
|
|
|
.container{
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -9,20 +8,10 @@ ul,li{
|
|
|
list-style: none;
|
|
|
}
|
|
|
h2{
|
|
|
- width: 100%;
|
|
|
- box-sizing: border-box;
|
|
|
- background-color: #fff;
|
|
|
- z-index: 20;
|
|
|
- height: 44px;
|
|
|
- line-height: 44px;
|
|
|
- padding: 0 0 0 15px;
|
|
|
- border-bottom: 1px solid #E2E5EF;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold ;
|
|
|
- letter-spacing: 1px;
|
|
|
+ .h2;
|
|
|
}
|
|
|
.main-body{
|
|
|
- margin: 20px 0;
|
|
|
+ margin: 10px 0;
|
|
|
padding: 0 35px;
|
|
|
min-width: 1090px;
|
|
|
/*width: 100%;*/
|
|
@@ -37,9 +26,8 @@ table{
|
|
|
|
|
|
}
|
|
|
th,td{
|
|
|
- height: 40px;
|
|
|
box-sizing: border-box;
|
|
|
- padding: 10px;
|
|
|
+ padding:6px 10px;
|
|
|
border:1px solid #E2E5EF;
|
|
|
border-collapse: collapse;
|
|
|
}
|
|
@@ -112,24 +100,24 @@ table{
|
|
|
border: 1px solid @activeColor;
|
|
|
color: @activeColor;
|
|
|
}
|
|
|
-.filterBox{
|
|
|
+/*.filterBox{
|
|
|
margin-bottom: 15px;
|
|
|
-}
|
|
|
+}*/
|
|
|
.filterItem{
|
|
|
position: relative;
|
|
|
display: inline-block;
|
|
|
float: left;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
- margin: 0 20px 15px 0;
|
|
|
+ margin: 0 20px 5px 0;
|
|
|
span{
|
|
|
display: inline-block;
|
|
|
- line-height: 40px;
|
|
|
+ line-height: 32px;
|
|
|
position: relative;
|
|
|
}
|
|
|
input{
|
|
|
width:120px;
|
|
|
- height:40px;
|
|
|
+ height:32px;
|
|
|
border-radius:4px;
|
|
|
border: 1px solid #E2E5EF;
|
|
|
outline: none;
|
|
@@ -178,7 +166,7 @@ table{
|
|
|
position: relative;
|
|
|
width:120px;
|
|
|
padding: 0 10px;
|
|
|
- height:40px;
|
|
|
+ height:32px;
|
|
|
border-radius:4px;
|
|
|
border: 1px solid #E2E5EF;
|
|
|
box-sizing: border-box;
|
|
@@ -191,12 +179,13 @@ table{
|
|
|
.filter,.reset{
|
|
|
display: inline-block;
|
|
|
width:60px;
|
|
|
- height:36px;
|
|
|
+ height:32px;
|
|
|
background:@activeColor;
|
|
|
+ background:#5A8EEE;
|
|
|
border-radius:4px;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
- line-height: 36px;
|
|
|
+ line-height: 32px;
|
|
|
position: relative;
|
|
|
top: 2px;
|
|
|
cursor: pointer;
|
|
@@ -206,7 +195,7 @@ table{
|
|
|
.arrow{
|
|
|
position: absolute;
|
|
|
width: 10px;
|
|
|
- top: 16px;
|
|
|
+ top: 12px;
|
|
|
right: 10px;
|
|
|
}
|
|
|
.iconCheck{
|
|
@@ -233,7 +222,7 @@ table{
|
|
|
position: relative;
|
|
|
display: inline-block;
|
|
|
width: 120px;
|
|
|
- height: 40px;
|
|
|
+ height: 32px;
|
|
|
input{
|
|
|
position: absolute;
|
|
|
}
|
|
@@ -241,7 +230,7 @@ table{
|
|
|
.iconCalen{
|
|
|
position: absolute;
|
|
|
width: 15px;
|
|
|
- top: 12px;
|
|
|
+ top: 8px;
|
|
|
right: 10px;
|
|
|
}
|
|
|
.textCenter{
|