|
|
@@ -1060,11 +1060,11 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.use>ul>li:hover,.left-nav>ul>li:hover,.left-nav>ul>li.active {
|
|
|
- background-color: #56a022;
|
|
|
+ background-color: #6f6f6f;
|
|
|
}
|
|
|
|
|
|
.left-nav>ul>li.active {
|
|
|
- background-color: #4b8b1e;
|
|
|
+ background-color: #6f6f6f;
|
|
|
}
|
|
|
|
|
|
.use>ul>li:hover *,.left-nav>ul>li:hover *,.left-nav>ul>li.active * {
|
|
|
@@ -1186,7 +1186,9 @@ ul>li.item-link>a {
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
-
|
|
|
+.todo .todo-content a:hover{
|
|
|
+ color: #f40 !important;
|
|
|
+}
|
|
|
.todo .todo-content #tips {
|
|
|
margin-top: 40px;
|
|
|
font-family: Microsoft YaHei, SimHei, Verdana;
|
|
|
@@ -1269,7 +1271,7 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.pane {
|
|
|
- margin-top: 20px;
|
|
|
+ /*margin-top: 20px;*/
|
|
|
margin-bottom: 15px;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
@@ -1813,9 +1815,11 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.role-container>.role-list {
|
|
|
- width: 930px;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.role-container>.role-list:nth-child(1){
|
|
|
+ border-bottom: #e8e8e8 1px solid;
|
|
|
}
|
|
|
-
|
|
|
.role-container>.role-list:before,.role-container>.role-list:after {
|
|
|
display: table;
|
|
|
content: " ";
|
|
|
@@ -1824,12 +1828,13 @@ ul>li.item-link>a {
|
|
|
|
|
|
.role-container>.role-list>.item {
|
|
|
float: left;
|
|
|
- width: 306px;
|
|
|
+ width: 33%;
|
|
|
height: 150px;
|
|
|
- padding: 10px 20px;
|
|
|
- border-right: 1px dashed #ededed;
|
|
|
+ padding: 10px 25px;
|
|
|
+}
|
|
|
+.role-container>.role-list .desc h3 a{
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
-
|
|
|
.role-container>.role-list>.item>.icon{
|
|
|
float: left;
|
|
|
width: 100px;
|
|
|
@@ -1846,7 +1851,7 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.role-container>.role-list>.item>.desc {
|
|
|
- margin-left: 150px;
|
|
|
+ margin-left: 120px;
|
|
|
}
|
|
|
|
|
|
.userrole-list {
|
|
|
@@ -2545,7 +2550,7 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
line-height: 30px;
|
|
|
border-radius: 5px;
|
|
|
float: right;
|
|
|
- bottom: 50px;
|
|
|
+ bottom: 40px;
|
|
|
position: relative;
|
|
|
}
|
|
|
.back-home:hover{
|
|
|
@@ -2554,4 +2559,21 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
}
|
|
|
.data-wrap .todo{
|
|
|
margin-top: 0 !important;
|
|
|
+}
|
|
|
+#footer .col-sm-4 p{
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 25px;
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+#footer .col-sm-4{
|
|
|
+ margin-top: 30px;
|
|
|
+}
|
|
|
+/*所有hover边框颜色*/
|
|
|
+.sale-view .order-table>tbody:hover {
|
|
|
+ border-color: #d32526 !important;
|
|
|
+ border-width: 2px;
|
|
|
+}
|
|
|
+.modal-content{
|
|
|
+ margin-top: 90px;
|
|
|
}
|