|
|
@@ -24,7 +24,7 @@ a,ins,s,u,del{text-decoration:none}
|
|
|
p,small{word-wrap: break-word; word-break: break-all;}
|
|
|
sup,sub{vertical-align:baseline}
|
|
|
html {height: 100%;width:100%;-webkit-tap-highlight-color: transparent;touch-action: pan-x pan-y;}
|
|
|
-body {font-family:'HYQiHei 55S',sans-serif;color:#000;line-height: 1;-webkit-text-size-adjust: none;-webkit-font-smoothing:antialiased;}
|
|
|
+body {font-family:'HYQiHei 55S',sans-serif;color:#000;-webkit-text-size-adjust: none;-webkit-font-smoothing:antialiased;}
|
|
|
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
|
|
|
a {color: #25a4bb;text-decoration: none;}
|
|
|
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
|
|
|
@@ -295,9 +295,11 @@ nav ul li:nth-child(5)::before{
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
#SuspensionTxt{
|
|
|
max-height: 200px;
|
|
|
- overflow-y: scroll;
|
|
|
+ overflow-y: auto;
|
|
|
overflow-x: hidden;
|
|
|
margin-bottom: 15px;
|
|
|
}
|