设置div的overflow:scroll,但是在手机上滑动的时候有点卡顿,所以在这个div上加一个css: -webkit-overflow-scrolling : touch; 在苹果手机上使用-webkit-overflow-scrolling:touch会导致使用固定定位的元素,随着页面一起 ...
分类:
移动开发 时间:
2018-07-21 00:14:44
阅读次数:
192
<iframe frameborder= "0" scrolling="no" style="padding:0 !important;background-color:transparent; position: absolute; z-index: -1; width: 100%; height ...
分类:
其他好文 时间:
2018-07-04 16:05:28
阅读次数:
127
前几天,我说到了给你的博客添加《汉字转拼音》和《二维码在线生成》的功能,这两个功能都是额外增加的,而且是可以增加在任何的网站里面,今天讲的是wordpress博客功能开发,是在wordpress博客模版的基础上添加新功能,调用博客主题的页眉和页脚,侧边栏等。 今天我们就以增加快递查询的功能为例,讲解知更鸟主题,新建一个独立页面应用的方法,并列出详细的步骤,方便小白用户实践操作: 
分类:
其他好文 时间:
2018-07-01 13:38:09
阅读次数:
203
bootstrap注意事项: https://getbootstrap.com/docs/4.0/getting-started/introduction/#quick-start 盒子模型: https://css-tricks.com/box-sizing/ 转自https://www.cnbl ...
分类:
其他好文 时间:
2018-06-17 19:49:01
阅读次数:
206
Our web app on desktop may use elements that use great deal of width. On many occasions we can’t simply turn these elements into columns so that they ...
分类:
Web程序 时间:
2018-06-17 12:34:06
阅读次数:
204
解决页面使用overflow: scroll,overflow-y:hidden在iOS上滑动卡顿的问题 在使用overflow的的地方加上?-webkit-overflow-scrolling: touch;便可解决页面在ios机器上卡顿的问题。 解决由-webkit-overflow-scrol ...
分类:
移动开发 时间:
2018-06-06 18:21:32
阅读次数:
1061
有时候我们移动端,安卓机能够显示滚动条,并且可以滑动,但是苹果机却没有滚动条,并且不能滑动,废话不多说,直接上代码 -webkit-overflow-scrolling: touch; <style> div { position: fixed; left: 0; right: 0; top: 0; ...
分类:
移动开发 时间:
2018-05-30 21:35:20
阅读次数:
1472
No more tricks, Mr Nanguo Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)Total Submission(s): 494 Accepted Submission ...
分类:
其他好文 时间:
2018-05-29 01:42:49
阅读次数:
165
Source URL: https://www.guru99.com/sessions-parallel-run-and-dependency-in-selenium.html To understand how to run scripts in parallel, let's first und ...
分类:
编程语言 时间:
2018-05-24 16:39:54
阅读次数:
225