|
@@ -1,5 +1,10 @@
|
|
|
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>pbl-student</title><style>@charset "utf-8";
|
|
|
-
|
|
|
+ @font-face {
|
|
|
+ font-family: 'Source Han Sans SC';
|
|
|
+ src: url('./static/SourceHanSans-Regular.otf') format('truetype');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
div::-webkit-scrollbar {
|
|
|
/*滚动条整体样式*/
|
|
|
width: 6px;
|
|
@@ -18,7 +23,11 @@
|
|
|
border-radius: 10px;
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
- }</style><link href=./static/css/app.fad7de0103e7bf0153067b09c1453fe7.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.83c2ba11b8057bf515d0.js></script></body></html><script>function stopSafari() {
|
|
|
+ }
|
|
|
+ html,
|
|
|
+ body{
|
|
|
+ font-family: 'Source Han Sans SC', sans-serif;
|
|
|
+ }</style><link href=./static/css/app.473fcaa7b6ec1a1158999ca488139aa9.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.6e884e1ad1504215da44.js></script></body></html><script>function stopSafari() {
|
|
|
//阻止safari浏览器双击放大功能
|
|
|
let lastTouchEnd = 0 //更新手指弹起的时间
|
|
|
document.documentElement.addEventListener("touchstart", function (event) {
|