📄 style.js
字号:
<!--//tmtC_cssOnResolution
if (window.screen){
var w = screen.width;
tmt_css_640 = "../css/style800.css";
tmt_css_800 = "../css/style800.css";
tmt_css_1024 = "../css/style.css";
if(w<740){
document.write("<link rel='stylesheet' href='" + tmt_css_640 + "' type='text/css'>");
}
if(w>=740 & w<835){
document.write("<link rel='stylesheet' href='" + tmt_css_800 + "' type='text/css'>");
}
if(w>=835){
document.write("<link rel='stylesheet' href='" + tmt_css_1024 + "' type='text/css'>");
}
}//tmtC_cssOnResolutionEnd
-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -