|
@@ -169,6 +169,7 @@ body{
|
|
|
top:0;
|
|
|
bottom:0;
|
|
|
left:0;
|
|
|
+ background:#fff;
|
|
|
}
|
|
|
.local-software{
|
|
|
position:absolute;
|
|
@@ -176,7 +177,6 @@ body{
|
|
|
top:0;
|
|
|
left:0;
|
|
|
bottom:47px;
|
|
|
- background:#fff;
|
|
|
overflow-y:auto;
|
|
|
}
|
|
|
.software{
|
|
@@ -217,18 +217,19 @@ body{
|
|
|
}
|
|
|
.open-left{
|
|
|
position:absolute;
|
|
|
- top:45%;
|
|
|
- left:100%;
|
|
|
+ top:0;
|
|
|
+ right:0;
|
|
|
z-index: 999;
|
|
|
}
|
|
|
.open-left span{
|
|
|
display:inline-block;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 12px;
|
|
|
width:12px;
|
|
|
text-align: center;
|
|
|
- padding:10px 0;
|
|
|
- background:#fff;
|
|
|
- color:#574542;
|
|
|
+ padding:5px 0;
|
|
|
+ background:#5A4A47;
|
|
|
+ color:#fff;
|
|
|
+ border-radius: 0 0 0 4px;
|
|
|
cursor:pointer;
|
|
|
}
|
|
|
.software-num{
|
|
@@ -466,9 +467,9 @@ body{
|
|
|
}
|
|
|
|
|
|
.modal-dialog{
|
|
|
- margin: 3rem auto !important;
|
|
|
+ margin: 3.7rem auto 0 auto !important;
|
|
|
}
|
|
|
.modal-body{
|
|
|
- height:410px;
|
|
|
+ height:356px;
|
|
|
overflow-y:auto;
|
|
|
}
|