Commit 9dbb7a69 authored by gary's avatar gary

1、fix css

parent d3bfed97
......@@ -51,7 +51,7 @@
<li><input type="checkbox" ng-model="selectedAllFileType" ng-change="selectAllFile()"
style="float: left;margin-left: 10px; margin-top: 7px; width: 15px" checked>
<span style="margin-left:5px;float: left;">全选</span></li>
<li role="separator" class="divider" style="height: 1px;margin: 9px 0;
<li role="separator" class="divider" style="height: 2px;margin: 9px 0;
overflow: hidden;background-color: #e5e5e5;"></li>
<li ng-repeat="i in fileTypeList">
<div class="checkbox-custom checkbox-default">
......
......@@ -22,7 +22,7 @@
<li><input type="checkbox" ng-model="selectedAll" ng-change="selectAll()"
style="float: left;margin-left: 10px; margin-top: 7px; width: 15px" checked>
<span style="margin-left:5px;float: left;">全选</span></li>
<li role="separator" class="divider" style="height: 1px;margin: 9px 0;
<li role="separator" class="divider" style="height: 2px;margin: 9px 0;
overflow: hidden;background-color: #e5e5e5;"></li>
<li ng-repeat="i in companyList">
<div class="checkbox-custom checkbox-default">
......
<div id="app-data-import" class="app-data-import ">
<nav class="navbar navbar-custom" role="navigation"
style="margin-bottom: 0; border-radius: 0px; background-image:url(../../../app-resources/images/leftbarbg.png); height: 100%;width: 260px">
style="margin-bottom: 0; border-radius: 0px; height: 100%;width: 260px">
<div class="sidebar navbarfix" role="navigation" style="height: 100%;">
<div class="sidebar-nav navbar-collapse" id="sidebar-area" style="height:100%;width: 260px">
<div class="app-data-import-side-bar" style="height: 100%">
......
......@@ -12,12 +12,37 @@
.side-menu-title {
margin-left: 6px;
color: black;
font-weight: bold;
}
.dropdown-collapse{
padding: 0 6px;
}
.nav > li > a.active{
font-weight: bold;
background-color: #a32020 !important;
text-decoration: none;
}
.nav > li{
display: table;
height: 50px;
list-style: none;
border-bottom: 1px solid #ccc;
position: relative;
vertical-align: middle;
width: 100%;
}
.nav > li > a.active span{
color: #fff;
}
.menu-icons {
color: black !important;
}
.data-import-wrapper {
margin-left: 260px;
background-color: white;
......@@ -33,13 +58,13 @@
background-color: transparent !important;
}
.ps-scrollbar-y {
background-color: #ffffff !important;
background-color: #aaa !important;
}
.app-data-import {
height: 101%;
width: 100%;
background-color: #ffffff;
background-color: #f2f2f2;
//padding: 0px 15% 0px 5%;
/*.center-title {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment