|
@@ -4,8 +4,7 @@
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
- font-family: 'SimHei', 'SimSun', 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB',
|
|
|
|
|
- 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
|
|
|
|
|
|
|
+ font-family: heiti;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
video {
|
|
video {
|
|
@@ -36,6 +35,7 @@ body {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
background-color: #cbc5b7;
|
|
background-color: #cbc5b7;
|
|
|
// background-color: rgba(0, 0, 0, 0.8);
|
|
// background-color: rgba(0, 0, 0, 0.8);
|
|
|
|
|
+ font-family: heitiFont;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
body #wjwjScene {
|
|
body #wjwjScene {
|
|
@@ -718,6 +718,10 @@ textarea {
|
|
|
font-weight: 700 !important;
|
|
font-weight: 700 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.heitiFont {
|
|
|
|
|
+ font-family: 'heiti';
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
// 未解之思页面动画效果
|
|
// 未解之思页面动画效果
|
|
|
#Weijie {
|
|
#Weijie {
|
|
|
animation: Weijie 3s linear forwards;
|
|
animation: Weijie 3s linear forwards;
|