12345678910111213141516171819202122232425262728 |
- <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>htmldoc</title><style>* {
- margin: 0;
- padding: 0;
- user-select:none;
- }</style><script>(function setRootFont() {
- var _self = window;
- _self.selfFontSize = undefined;
- _self.width = 1560; //设置默认最大宽度
- _self.fontSize = 100; //默认字体大小
- _self.widthProportion = function () {
- var p = ((document.body && document.documentElement.clientWidth) || document.getElementsByTagName("html")[0].offsetWidth) / _self.width;
- return p > 1 ? 1 : p < 0.25 ? 0.25 : p;
- // var p = ((document.body && document.documentElement.clientHeight) || document.getElementsByTagName("html")[0].offsetHeight) / _self.height;
- // return p < 0.25 ? 0.25 : p;
- };
-
- _self.changePage = function () {
- _self.selfFontSize = _self.widthProportion() * _self.fontSize;
- document.getElementsByTagName("html")[0].setAttribute("style",
- "font-size:" + _self.selfFontSize + "px");
- };
- _self.changePage();
- window.addEventListener('resize', function () {
- _self.changePage();
- }, false);
- })();</script><script src="./tinymce/js/tinymce/tinymce.min.js"></script><link href="js/about.5c75d116.js" rel="prefetch"><link href="css/app.ff123d74.css" rel="preload" as="style"><link href="js/app.878acd1f.js" rel="preload" as="script"><link href="js/chunk-vendors.cd977048.js" rel="preload" as="script"><link href="css/app.ff123d74.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but htmldoc doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.cd977048.js"></script><script src="js/app.878acd1f.js"></script></body></html>
|