12345678910111213141516171819202122 |
- <!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,viewport-fit=cover"><title>24点</title><style>html,
- body {
- height: 100%;
- width: 100%;
- }
-
- .el-select-dropdown__item.selected {
- color: rgb(81, 201, 154) !important;
- }</style><link href=./static/css/app.c58b71f0d634dedd15b63df26d3c601e.css rel=stylesheet></head><body><div id=app></div><script>let htmlwidth = document.documentElement.clientWidth || document.body.clientWidth
- let htmlDom = document.getElementsByTagName('html')[0];
- if (htmlwidth > 750) {
- htmlwidth = 750
- }
- htmlDom.style.fontSize = htmlwidth / 20 + 'px';
- window.onresize = function() {
- let htmlwidth = document.documentElement.clientWidth || document.body.clientWidth
- let htmlDom = document.getElementsByTagName('html')[0];
- if (htmlwidth > 750) {
- htmlwidth = 750
- }
- htmlDom.style.fontSize = htmlwidth / 20 + 'px';
- };</script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.454c5485ebe6b7287c7a.js></script><script type=text/javascript src=./static/js/app.02a661bf46e3be8c8c8d.js></script></body></html>
|