上回书说道,JS中变量、运算符、分支结构、循环和嵌套循环等内容。本回就由本K给大伙唠唠JS中的BOM、DOM和事件。 一、“花心大萝卜”——BOM 1、震惊,FFF团为何对BOM举起了火把——BOM简介 BOM(Browser Object Model) 是指浏览器对象模型,在JS中BOM是个不折不 ...
分类:
Web程序 时间:
2017-04-16 13:59:32
阅读次数:
220
Oh My Holy FFF Time Limit: 5000/2500 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Others)Total Submission(s): 1047 Accepted Submission(s): 291 P ...
分类:
其他好文 时间:
2017-04-14 17:43:32
阅读次数:
248
.show-panel .slide-panels{ right: 0px; } .slide-panels{ z-index: 101; background: #fff; position: fixed; top: 60px; bottom: 0px; right: -100%; -webkit ...
分类:
Web程序 时间:
2017-04-12 09:40:22
阅读次数:
142
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>canvas</title> <style> body{background: #000;} #c1{background: #fff;} </style> < ...
分类:
其他好文 时间:
2017-04-11 14:01:38
阅读次数:
196
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>100s倒计时</title> <style> body,div{margin:0;padding:0;} body{color:#fff;font:16px/1.5 \5fae\ ...
分类:
Web程序 时间:
2017-04-08 11:03:33
阅读次数:
360
public int Log(string info) { info = "-----------------------------" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss.fff") + "---------------------------... ...
<style>.btn{ background-color:#06C; color:#FFF; padding:16px; font-size:16px; border:none; cursor:pointer; } .sel{ position:relative; display:inline-b ...
分类:
Web程序 时间:
2017-03-23 01:10:06
阅读次数:
192
1.用span完成三角形的写法 span{ display: inline-block; width: 0px; height: 0px; border: 10px solid transparent; border-top: 10px solid #fff;} 2.多行文字超出以......的实行 ...
分类:
Web程序 时间:
2017-03-22 22:35:33
阅读次数:
165
每次都要纠结半天,这个居中。 一、子元素不固定 1 .pro-car-inner{//子元素 max-width:1000px; color:#fff; position:absolute; top:150px; left:0; bottom:0; right:0; margin:auto; }// ...
分类:
其他好文 时间:
2017-03-22 15:19:24
阅读次数:
151
1 api.setRefreshHeaderInfo({ 2 visible: true, 3 loadingImg: 'widget://image/refresh.png', 4 bgColor: '#ccc', 5 textColor: '#fff', 6 textDown: '下拉刷新...... ...