You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.4 KiB
80 lines
1.4 KiB
.box{ |
|
height: 100%; |
|
width: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
.queryField { |
|
margin: 3px 5px; |
|
input { |
|
width: 100%; |
|
height: 18px; |
|
line-height: 18px; |
|
border-radius: 3px;} |
|
button{ |
|
width: 140px; |
|
font-size: 16px; |
|
} |
|
} |
|
.top{ |
|
width: 100%; |
|
margin-bottom: 20px; |
|
span{ |
|
color: #2196F3; |
|
margin-left: 100px; |
|
font-size: 18px; |
|
} |
|
} |
|
.bottom{ |
|
margin: 10% 30px; |
|
/* margin-bottom: 10%; |
|
margin-left: 30px; |
|
margin-right: 30px; */ |
|
button{ |
|
width: 80px; |
|
height: 36px; |
|
font-size: 16px; |
|
} |
|
} |
|
.fileinput-button { |
|
width: 148px; |
|
height: 36px; |
|
top: 10px; |
|
position: relative; |
|
display: inline-block; |
|
overflow: hidden; |
|
background-color: #2196F3; |
|
color: #FFFFFF; |
|
font-size: 16px; |
|
} |
|
|
|
.fileinput-button input{ |
|
position: absolute; |
|
right: 0px; |
|
top: 0px; |
|
opacity: 0; |
|
-ms-filter: 'alpha(opacity=0)'; |
|
} |
|
|
|
.uping{ |
|
display:flex; |
|
.upclass{ |
|
margin-left: 3px; |
|
height: 30px; |
|
} |
|
.progress{ |
|
position: relative; |
|
top:3% |
|
} |
|
button{ |
|
width: 80px; |
|
height: 30px; |
|
font-size: 10px; |
|
margin-top: 5px; |
|
} |
|
span{ |
|
font-size: 10px; |
|
position: relative; |
|
top: 8px; |
|
} |
|
}
|
|
|