|
|
@@ -107,6 +107,19 @@ a {
|
|
|
padding: 4px 5px;
|
|
|
}
|
|
|
|
|
|
+.text-num {
|
|
|
+ font-style: normal;
|
|
|
+ font-family: verdana;
|
|
|
+}
|
|
|
+
|
|
|
+.text-muted {
|
|
|
+ color: #888 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.text-inverse {
|
|
|
+ color: #f40 !important;
|
|
|
+}
|
|
|
+
|
|
|
/* table */
|
|
|
table, tr, thead, tbody {
|
|
|
width: 100%;
|
|
|
@@ -131,9 +144,10 @@ td {
|
|
|
|
|
|
/* top */
|
|
|
.top {
|
|
|
- height: 28px;
|
|
|
+ height: 30px;
|
|
|
font-family: Microsoft Yahei;
|
|
|
border-bottom: solid 1px #999999;
|
|
|
+ line-height: 30px;
|
|
|
}
|
|
|
|
|
|
.orderInfo {
|