<script type="text/javascript"> document.getElementsByTagName("html")[0].style.fontSize = 100 / 750 * window.screen.width + "px"; </script> ...
分类:
移动开发 时间:
2019-10-09 19:40:21
阅读次数:
95
{ "files.autoSave": "off", "editor.fontSize": 12, "terminal.integrated.rendererType": "dom", "eslint.autoFixOnSave": true, "eslint.validate": [ "javas... ...
分类:
其他好文 时间:
2019-08-29 18:26:00
阅读次数:
130
安装vscode,安装好后按照图安装插件打开vscode文件->首选项->设置然后把下面代码粘贴进去//将设置放入此文件中以覆盖默认设置{"editor.fontSize":22,"workbench.sideBar.location":"left","workbench.statusBar.visible"
分类:
其他好文 时间:
2019-07-12 09:52:00
阅读次数:
140
Private Sub Command1_Click() Text1.Text = "欢迎使用Visual Basic 6.0中文版" Text1.FontSize = 20 End Sub Private Sub Command2_Click() Text1.Text = "" End Sub P... ...
分类:
其他好文 时间:
2019-07-12 09:40:14
阅读次数:
88
{ // $(window).on("resize",function(){ // var width=$(window).width(); // var fontSize=width/640*100; // if(width>=640){ // ... ...
分类:
其他好文 时间:
2019-02-16 09:14:57
阅读次数:
191
document.querySelectorAll('#id').style.color = 'red';document.querySelectorAll('#id').style.fontSize = '12px';document.querySelectorAll('#id').style.b ...
分类:
Web程序 时间:
2019-01-25 15:16:06
阅读次数:
211