E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
documentElement
淘宝 flexible.js源码分析
Pink老师授课笔记(functionflexible(window,document){//获取的html的根元素vardocEl=document.
documentElement
//dpr物理像素比
无区新手
·
2020-07-08 01:53
JavaScript
js事件实现全屏和退出全屏
2.事件操作注:下表中de代表document.
documentElement
操作浏览器代码全屏W3Cd
追梦猪
·
2020-07-08 00:39
安卓手机输入法挤压界面解决办法
解决办法:1、如果是mui等混合app的页面:varoriginalHeight=document.
documentElement
.clientHeight||document.body.clientHeight
qq_37530404
·
2020-07-07 23:11
工作中遇到的bug
vue实现拖动悬浮框
:'********',isdrag:true,tempX:"",x:"",tempY:"",y:"",}},created(){},methods:{toTop(){lettop=document.
documentElement
.scrollTop
旧阳光
·
2020-07-07 23:06
h5
手机端
vue
大屏展示下的字体自适应
(function(doc,win){letfn=()=>{letdocEl=doc.
documentElement
,clientWidth=docEl.clientWidth;if(!
MAXLZ
·
2020-07-07 21:35
JavaScript
大屏
字体自适应
rem
移动端H5视频页面坑之总结
各种sf,百度最后选定了一种简单暴力效果挺不错的方案:;(function(doc,win,undefined){vardocEl=doc.
documentElement
,resizeEvt='orientationchan
南风喃丶
·
2020-07-07 21:07
JavaScript
极光魔链web版,兼容微信浏览器代码分享
480:document.
documentElement
.clientWidth;varheight=clientWidth/750*1334;document.body.style.height=height
小菜鸟正洋洋
·
2020-07-07 21:24
资料
前端设置使用rem最经典代码
(function(doc,win){vardocEl=doc.
documentElement
,resizeEvt='orientationchange'inwindow?'
马优晨
·
2020-07-07 20:52
前端开发
小技巧
移动端键盘弹出收起事件处理
varclientHeight=document.
documentElement
.clientHeight||document.body.clientHeight;$(window).on('resize
你蠢哭我咯
·
2020-07-07 16:20
js
移动端开发
第十章DOM
insertBefore()replaceChild()removeChild()cloneNode()normalize()10.1.2Document类型document对象属性document.
documentElement
不懂如山
·
2020-07-07 15:00
移动端字体适配小结
rem首先,rem是相对根元素html字号的相对单位,一般默认字号是16px,那么1rem=16px1.先设置header里面的meta标签:2.用JS来计算适应用户屏幕的根元素字号document.
documentElement
.style.fontSize
Carol小朋友
·
2020-07-07 14:54
CSS
js+rem动态计算font-size的大小适配各种手机设备
(function(doc,win){//根元素htmlvardocEl=doc.
documentElement
,//orientationchange方向改变事件(横屏或者是竖屏)//判
筱焉独见
·
2020-07-07 14:22
js
html/css
H5移动端rem适配的js方法,1rem=100px
方法:functionrem(designWidth,maxWidth){vardoc=document,win=window,docEl=doc.
documentElement
,remStyle=document.cre
lifachang
·
2020-07-07 13:04
工具箱
随鼠标移动事件
position:absolute;left:0;top:0;}functiongetPosition(ev){varoEve=window.event||ev;varscrollLeft=document.
documentElement
.scrollLeft
koukou0419
·
2020-07-07 12:15
前端
判断scroll是否滚动到底部以及实现回到顶部
目录:判断scroll滚动到底部以及实现回到顶部js实现jQuery实现回到顶部js实现window.onscroll=function(){varclientHeight=document.
documentElement
.clientHeight
kaelyn_X
·
2020-07-07 12:03
questions
vue设置根节点font-size实现rem适配移动端设备
$nextTick(function(){//适配不同屏幕,改变根font-size值if(document.
documentElement
.clientWidth50px所有设计稿上的像素均需除以50
jjy8040
·
2020-07-07 11:44
移动端兼容
vue.js
前端学习
图片左右浮动底部浮动
absolute;width:90px;height:300px;font-size:9pt;}varlastScrollY=0;functionheartBeat(){diffY=document.
documentElement
.scrollTop
iteye_20531
·
2020-07-07 10:44
技术杂绘
js常见兼容
1,滚动条document.
documentElement
.scrollTop||document.body.scrollTop2.事件对象兼容event||window.event3.阻止事件冒泡event.stopPropagation
你好爱人i
·
2020-07-07 10:25
js获取浏览器和屏幕的各种宽度高度
firefox、Opera、Safari:window.innerHeight浏览器窗口的内部高度;window.innerWidth浏览器窗口的内部宽度;2.对于IE8.7.6.5:document.
documentElement
.clientHeight
gorch
·
2020-07-07 08:06
Javascript代码
前端攻城狮---css3之视口
Documentletwidth=document.
documentElement
.client
csdn_gyh
·
2020-07-07 08:19
前端攻城狮
网易移动端自适应—rem布局
一、网易做法引入:页面开头处引入下面这段代码,用于动态计算font-size(function(doc,win){vardocEl=doc.
documentElement
,isIOS=navigator.userAgent
赵羽珩
·
2020-07-07 08:29
浏览器实现全屏
document.querySelector("#btn");varexit=document.querySelector("#exit");btn.onclick=function(){document.
documentElement
.webkitRequestFullScreen
fanfan_h
·
2020-07-07 07:47
JS
谈谈对两种轻量级的存储数据方式XML和JSON的理解
先通过XMLHttpRequest.responseXML.
documentElement
.getElementsByTagName("book");来获取所有的书本然后对所有的书本
csdncsdn9876
·
2020-07-07 05:27
javascript
flexible.js 移动端自适应框架
;(function(win,lib){vardoc=win.document;vardocEl=doc.
documentElement
;varmetaEl=doc.querySelector('meta
cometwo
·
2020-07-07 05:15
web前端学习
如何通过JS去动态计算根元素的font-size
//以320的设备宽度为基准,320下10px为1rem(function(doc,win){vardocEl=doc.
documentElement
,resizeEvt='orientationchange'inwindow
chuntianni1600
·
2020-07-07 05:43
关于移动端自适应布局rem自适应font-size问题的解决
(function(e,t){varn,i=document,d=window,o=i.
documentElement
,a=document.createElement('style')functions
chu_geng
·
2020-07-07 05:56
设计稿750px移动端字体自适应,1rem=100px
//JS监听浏览器文字大小代码"usestrict";(function(doc,win){vardocEl=doc.
documentElement
,resizeEvt='orientationchange'inwindow
New Learning
·
2020-07-07 04:17
前端代码
h5软键盘弹起 底部按钮被顶起问题解决
(浏览器页面是否发生变化)代码:1、定义一个底部按钮提交2、设置默认显示和两个屏幕的初始值(此处定义在vue的data中)isOriginHei:true,screenHeight:document.
documentElement
.clientHeight
andingran3462
·
2020-07-07 03:00
vue移动端输入法弹起页面会被顶上来解决方法
2data(){return{docmHeight:0,//默认屏幕高度hidshow:true//显示或者隐藏footer};},3mounted(){this.docmHeight=document.
documentElement
.clientHeight
明明是王明明
·
2020-07-07 01:24
vue
【移动端适配 视口viewport】移动端meta属性设置的理想视口是什么
1、看一下我的代码-->-->-->-->Titleconsole.log(document.
documentElement
.getBoundingClientRect().width)2、首先看什么都不设置直接打印
劲枫
·
2020-07-07 00:01
前端
html5全屏(Fullscreen)
//全屏事件handleFullScreen(){letelement=document.
documentElement
;if(this.fullscreen){if(document.exitFullscreen
_Lunay
·
2020-07-06 23:28
javascript
html动态设置font-size
//font-size,窗口自适应(function(doc,win){vardpr,rem,scale;vardocEl=document.
documentElement
;varmetaEl=document.querySelector
朱玉豪
·
2020-07-06 22:23
html
rem
css
移动端键盘收起后,页面样式不恢复的问题
scrollTop$("input").blur(function(){$("html,body").animate({scrollTop:document.
documentElement
.clientHeight
你大爷的!
·
2020-07-06 21:58
手机版弹起软键盘时页面被挤压
//软键盘弹起时不让挤压底部导航functionplusReadyInit(){//获取原始窗口的高度varoriginalHeight=document.
documentElement
.clientHeight
june bee
·
2020-07-06 20:50
js
rem 计算方式
=t||540,n>t&&(n=t);vari=100*n/e;r.innerHTML="html{font-size:"+i+"px;}"}vari,d=document,o=window,l=d.
documentElement
Alice9969
·
2020-07-06 20:45
js
JavaScript Window对象常见使用
1.获取浏览器窗口的尺寸varw=window.innerWidth||document.
documentElement
.clientWidth||document.body.clientWidth;varh
数字改变世界
·
2020-07-06 20:25
JavaScript
JavaScript
移动端页面刚加载时字体会变大的解决方案
document.
documentElement
.style.fontSize=document.
documentElement
.clientWidth/7.5+"px";如果放在body标签中,就可以解决以上问题
蓝图null
·
2020-07-06 19:23
前端
lib-flexible源码解析
2.0版本(functionflexible(window,document){vardocEl=document.
documentElement
//document.
documentElement
获取
weixin_34418883
·
2020-07-06 19:14
移动端适配问题 px、rem、Vw / Vh
function(n,e){vart=n.
documentElement
,o="orientationchange"inwindow?"
weixin_34268843
·
2020-07-06 19:58
unity 生成webGL自适应屏幕
html里面修改代码 functionReset(){ varcanvas=document.getElementById("#canvas");canvas.height=document.
documentElement
.clientHeight
姚智苒
·
2020-07-06 17:09
unity
webgl
flexible.js源码解析
(functionflexible(window,document){//获取页面root根元素html//跟document.body获取的是页面的body元素vardocEl=document.
documentElement
志学Python
·
2020-07-06 17:52
web前端
vue.js学习
rem如何设置才能1:100布局
/*这里必须设回16px*/body{font-size:16px;}functionresizeFontsize(){varwidth=document.
documentElement
.clientWidth
骚年008
·
2020-07-06 17:13
HTML/CSS
移动端动态设置根font-size rem适配
(function(win,lib){vartimer,doc=win.document,docElem=doc.
documentElement
,vpMeta=doc.querySelector('meta
yangliwei.top:88
·
2020-07-06 17:43
web
css rem 布局
以320为基准/***手机页面自适应*320px下为1rem=20px**/(function(doc,win){vardocEl=doc.
documentElement
,resizeEvt='orientationchange'inwindow
black白先森
·
2020-07-06 16:15
完美解决移动端input输入时,页面被顶起不回落问题
html:js:computed:{scrollHeight(){returndocument.
documentElement
.scrollTop||document.body.scrollTop||0
caoyan0829
·
2020-07-06 16:30
JavaScript
小技巧
HTML5
手淘flexible适配终端方案(二)源码理解
源码如下:;(function(win,lib){vardoc=win.document;vardocEl=doc.
documentElement
;varmetaEl=doc.querySel
古道惊风
·
2020-07-06 16:58
移动端
vue组件中的this指向问题
mounted(){window.onscroll=function(){if(document.
documentElement
.scrollTop>100){this.isActive=true;}else
前端杨小白
·
2020-07-06 10:34
VUE.JS
Selenium Webdriver常用JS操作
操作滚动条x为水平移动的像素、y为垂直移动像素、location为元素位置1、操作垂直滚动条Stringscroll="document.
documentElement
.scrollTop="+"y";
繁华陌路
·
2020-07-06 09:31
Selenium
+Webdriver
前端学习——17——获取窗口属性,dom尺寸,让滚动条滚动
以下不兼容)Document滚动条没滚动位置:滚动条滚动之后:横向滚动条:3:IE8和IE8以下的浏览器用这两个document.body.scrollLeft/Topie8ie5ie4document.
documentElement
.scrollLeft
独立的精神信徒
·
2020-07-06 08:29
HTMLCSSJS
网页弹窗广告(网页每天首次打开弹出广告,此后刷新不再显示)
jQuery文件和cookie文件,如图:2.定义弹窗层代码关闭3.添加css样式*html.advbox{position:absolute;top:expression(eval(document.
documentElement
.scrollTop
Zora1205060540010
·
2020-07-06 07:00
jQuery
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他