|
|
@@ -60,18 +60,18 @@ a {
|
|
|
}
|
|
|
|
|
|
.text-small {
|
|
|
- font-size: 9px;
|
|
|
+ font-size: 10px;
|
|
|
font-family: "microsoft yahei";
|
|
|
- -webkit-transform: scale(0.75);
|
|
|
- -o-transform: scale(1);
|
|
|
- transform: scale(0.75);
|
|
|
+ -webkit-transform: scale(0.83);
|
|
|
+ -o-transform: scale(0.83);
|
|
|
+ transform: scale(0.83);
|
|
|
}
|
|
|
|
|
|
.text-border-success {
|
|
|
border: 1px solid #f40;
|
|
|
color: #f40;
|
|
|
background-color: #fff;
|
|
|
- padding: 0 2px;
|
|
|
+ padding: 2px 4px;
|
|
|
}
|
|
|
|
|
|
.form-control {
|
|
|
@@ -201,7 +201,7 @@ a {
|
|
|
color: #666;
|
|
|
}
|
|
|
|
|
|
-.ac-legend tr>td{
|
|
|
+.ac-legend tr>td {
|
|
|
padding: 2px 0;
|
|
|
max-width: 120px;
|
|
|
overflow: hidden;
|
|
|
@@ -552,7 +552,7 @@ a {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
-.user-count>li:not(:last-child) {
|
|
|
+.user-count>li:not (:last-child ) {
|
|
|
border-right: 1px solid #e8e8e8;
|
|
|
}
|
|
|
|
|
|
@@ -713,7 +713,7 @@ a {
|
|
|
color: #2a6496;
|
|
|
}
|
|
|
|
|
|
-.todo .todo-content>ul:not(:last-child) {
|
|
|
+.todo .todo-content>ul:not (:last-child ) {
|
|
|
border-bottom: 1px dashed #e8e8e8;
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
@@ -865,7 +865,7 @@ a {
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
-#footer .list-inline>li:not(:last-child):after {
|
|
|
+#footer .list-inline>li:not (:last-child ):after {
|
|
|
margin-left: 15px;
|
|
|
content: "|"
|
|
|
}
|
|
|
@@ -910,4 +910,37 @@ a {
|
|
|
|
|
|
.table .text-right>span {
|
|
|
float: right;
|
|
|
+}
|
|
|
+/*sale */
|
|
|
+.sale .state {
|
|
|
+ margin-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.sale .state .todo {
|
|
|
+ padding: 30px 0 15px 0;
|
|
|
+ border-right: 1px solid #e8e8e8;
|
|
|
+}
|
|
|
+
|
|
|
+.sale .state .todo>ul {
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+
|
|
|
+.sale .state .todo>ul>li {
|
|
|
+ width: 32%;
|
|
|
+ height: 60px;
|
|
|
+ border-left: 1px dashed #e6e6e6;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.sale .state .todo>ul>li .title {
|
|
|
+ margin-bottom: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.sale .state .todo>ul>li:nth-child(3n+1) {
|
|
|
+ border-left: none;
|
|
|
+}
|
|
|
+
|
|
|
+.sale .state .level {
|
|
|
+ padding: 30px 0 15px 100px;
|
|
|
}
|