<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
![解决springmvc返回中文乱码问题](https://img-blog.csdn.net/20181017232650484?watermark/2/text/aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3B5ZnlzZg==/font/5a6L5L2T/fontsize/40... ...
分类:
编程语言 时间:
2019-07-08 23:58:07
阅读次数:
206
安装vscode,安装好后按照图安装插件打开vscode文件->首选项->设置然后把下面代码粘贴进去//将设置放入此文件中以覆盖默认设置{"editor.fontSize":22,"workbench.sideBar.location":"left","workbench.statusBar.visible"
分类:
其他好文 时间:
2019-07-03 12:08:02
阅读次数:
95
实例:https://www.jianshu.com/p/8cac22daca98 参数详解:https://echarts.baidu.com/option.html#title.textStyle.fontSize ...
分类:
其他好文 时间:
2019-06-13 15:46:19
阅读次数:
113
首先,我们需要知道rem和em的基本概念。 rem: 相对于html根元素的fontsize。 em: 相对于当前元素的字体大小。 rem和em都能够根据屏幕大小做适配。 一、假设现在给出我们一张750px的设计图,我们在设计图上量出200px*200px的div大小,并要求兼容320px、375p ...
分类:
移动开发 时间:
2019-06-03 23:46:45
阅读次数:
186
//jquery实现 // $(function(){ // $(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