|
@@ -30,6 +30,7 @@
|
|
|
background: #fff;
|
|
|
margin: 0 auto;
|
|
|
font-weight: normal;
|
|
|
+ font-family: "宋体", Arial, sans-serif;
|
|
|
}
|
|
|
|
|
|
.page-box .page-main {
|
|
@@ -316,7 +317,7 @@
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
z-index: 1;
|
|
|
- border: 1px solid #333;
|
|
|
+ border: 1px solid #000;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
@@ -401,7 +402,7 @@
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
z-index: 2;
|
|
|
- border: 1px solid #333;
|
|
|
+ border: 1px solid #000;
|
|
|
border-top: 0;
|
|
|
}
|
|
|
|
|
@@ -428,11 +429,11 @@
|
|
|
}
|
|
|
|
|
|
.page-column-element .element-item-type-last::before {
|
|
|
- border-bottom: 1px solid #333;
|
|
|
+ border-bottom: 1px solid #000;
|
|
|
}
|
|
|
|
|
|
.page-column-element:last-child .element-item::before {
|
|
|
- border-bottom: 1px solid #333;
|
|
|
+ border-bottom: 1px solid #000;
|
|
|
}
|
|
|
|
|
|
.page-column-element:last-child
|
|
@@ -541,7 +542,7 @@
|
|
|
display: table-cell;
|
|
|
width: 50%;
|
|
|
vertical-align: top;
|
|
|
- border: 1px solid #333;
|
|
|
+ border: 1px solid #000;
|
|
|
}
|
|
|
|
|
|
.grid-row .grid-col-dash {
|
|
@@ -581,7 +582,7 @@
|
|
|
display: block;
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
- border-bottom: 1px solid #333;
|
|
|
+ border-bottom: 1px solid #000;
|
|
|
bottom: 6px;
|
|
|
left: 0;
|
|
|
z-index: 1;
|
|
@@ -713,7 +714,7 @@
|
|
|
|
|
|
.elem-topic-head .elem-body {
|
|
|
padding: 0;
|
|
|
- border: 1px solid #333;
|
|
|
+ border: 1px solid #000;
|
|
|
}
|
|
|
|
|
|
.elem-topic-head-pad {
|
|
@@ -724,7 +725,7 @@
|
|
|
font-size: 16px;
|
|
|
height: 29px;
|
|
|
line-height: 28px;
|
|
|
- border-bottom: 1px dotted #333;
|
|
|
+ border-bottom: 1px dotted #000;
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
@@ -849,7 +850,7 @@
|
|
|
}
|
|
|
|
|
|
.elem-grids > table td {
|
|
|
- border: 1px solid #333;
|
|
|
+ border: 1px solid #000;
|
|
|
}
|
|
|
|
|
|
.elem-grids-halving > table {
|
|
@@ -1113,7 +1114,7 @@
|
|
|
.elem-fill-number .fill-number-rect {
|
|
|
font-size: 0;
|
|
|
height: 27px;
|
|
|
- border-bottom: 1px solid #333;
|
|
|
+ border-bottom: 1px solid #000;
|
|
|
}
|
|
|
|
|
|
.elem-fill-number .fill-number-number {
|
|
@@ -1124,7 +1125,7 @@
|
|
|
}
|
|
|
|
|
|
.elem-fill-number .fill-number-number:not(:last-child) {
|
|
|
- border-right: 1px solid #333;
|
|
|
+ border-right: 1px solid #000;
|
|
|
}
|
|
|
|
|
|
.elem-fill-number .fill-number-head {
|
|
@@ -1132,7 +1133,7 @@
|
|
|
}
|
|
|
|
|
|
.elem-fill-number .fill-number-head > h5 {
|
|
|
- border-bottom: 1px solid #333;
|
|
|
+ border-bottom: 1px solid #000;
|
|
|
line-height: 24px;
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
@@ -1193,7 +1194,7 @@
|
|
|
display: block;
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
- border-bottom: 1px solid #333;
|
|
|
+ border-bottom: 1px solid #000;
|
|
|
bottom: 2px;
|
|
|
left: 0;
|
|
|
z-index: 1;
|