|
@@ -1,7 +1,7 @@
|
|
|
@import "~@less/variables.less";
|
|
|
.container {
|
|
|
.contentZIndex2;
|
|
|
- padding-left: 80px;
|
|
|
+ padding-left: 20px;
|
|
|
padding-top: 10px;
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
@@ -60,18 +60,20 @@
|
|
|
float: right;
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
- .clearButton {
|
|
|
- border: 1px solid #414141;
|
|
|
- border-radius: 4px;
|
|
|
- background-color: #fff;
|
|
|
- color: #000;
|
|
|
- }
|
|
|
.minstyle{
|
|
|
width: 60px;
|
|
|
margin-left: 15px;
|
|
|
margin-right: 10px;
|
|
|
font-size: 13px;
|
|
|
}
|
|
|
+ .clearButton {
|
|
|
+ border: 1px solid #414141;
|
|
|
+ border-radius: 4px;
|
|
|
+ background-color: #fff;
|
|
|
+ margin-left: 0;
|
|
|
+ margin-right: 0;
|
|
|
+ color: #000;
|
|
|
+ }
|
|
|
.modal{
|
|
|
position: fixed;
|
|
|
left: 50%;
|