|
|
@@ -44,11 +44,12 @@ p {
|
|
|
position: relative;
|
|
|
z-index: 9999;
|
|
|
}
|
|
|
-.page_btn_fixed{
|
|
|
+
|
|
|
+.page_btn_fixed {
|
|
|
position: fixed;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
z-index: 9999;
|
|
|
width: 80%;
|
|
|
margin: 0 auto;
|
|
|
@@ -81,12 +82,20 @@ p {
|
|
|
width: 100% !important
|
|
|
}
|
|
|
|
|
|
+ .table.table33_1 {
|
|
|
+ width: 80% !important
|
|
|
+ }
|
|
|
+
|
|
|
+ .table.table34_1 {
|
|
|
+ width: 90% !important
|
|
|
+ }
|
|
|
+
|
|
|
.table.table38_1 {
|
|
|
width: 50% !important
|
|
|
}
|
|
|
|
|
|
.table.table38_2 {
|
|
|
- width: 60% !important
|
|
|
+ width: 70% !important
|
|
|
}
|
|
|
|
|
|
.table.table39_1 {
|
|
|
@@ -100,6 +109,12 @@ p {
|
|
|
.table.table42_1 {
|
|
|
width: 70% !important
|
|
|
}
|
|
|
+
|
|
|
+ .table.table43_1 th {
|
|
|
+ /* font-size: 0.925rem !important; */
|
|
|
+ padding: 0.8rem 0rem !important;
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@media screen and (min-width:768px) and (max-width:959px) {
|
|
|
@@ -237,14 +252,15 @@ p {
|
|
|
border: 0.0625rem solid #444444;
|
|
|
font-weight: normal;
|
|
|
box-sizing: border-box;
|
|
|
- padding: 0.8rem 0.5rem;
|
|
|
+ /* padding: 0.8rem 0.5rem; */
|
|
|
line-height: 1.875rem;
|
|
|
word-wrap: break-word;
|
|
|
- word-break: keep-all;
|
|
|
+ /* word-break: keep-all; */
|
|
|
}
|
|
|
|
|
|
.table th {
|
|
|
- font-size: 1.25rem;
|
|
|
+ font-size: 1.125rem;
|
|
|
+ padding: 0.8rem 0.5rem;
|
|
|
}
|
|
|
|
|
|
.table td {
|
|
|
@@ -256,7 +272,7 @@ p {
|
|
|
/* background-color: transparent; */
|
|
|
border-bottom: 0.0625rem solid #444444;
|
|
|
border-top: 0.0625rem solid #444444;
|
|
|
- padding: 0.5625rem;
|
|
|
+ /* padding: 0.5625rem; */
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
@@ -335,6 +351,7 @@ p {
|
|
|
text-align: center;
|
|
|
border-left: 0;
|
|
|
border-right: 0;
|
|
|
+ word-break: keep-all;
|
|
|
}
|
|
|
|
|
|
/*-----------主体内容 end-----------*/
|