var mask = document.getElementsByClassName("mask")[0]; var out = document.getElementsByClassName("out")[0]; var btn1 = document.getElementById("btn1") ...
分类:
其他好文 时间:
2017-09-30 10:01:34
阅读次数:
127
任务要求: 简单对网页进行分割布局,基本思路上中下三部分,然后在每一部分细分 <!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <link href="qiyecss/qiye.css" type="t ...
分类:
Web程序 时间:
2017-09-29 16:24:18
阅读次数:
271
效果图: html代码: 2017-09-29 10:15:42 ...
分类:
Web程序 时间:
2017-09-29 11:00:39
阅读次数:
226
一、WebApp介绍 1.初始界面 2.搜索结果页面 二、项目代码 1.项目目录 app app.component.ts app.component.css app.component.html app.module.ts 2.app.component.html 3.app.component. ...
分类:
移动开发 时间:
2017-09-28 22:28:16
阅读次数:
317
mounted里 $("#btnID").click(function(event) { $("#divID").toggle(); $(document).one("click", function() { $("#divID").hide(); }); event.stopPropagation... ...
分类:
其他好文 时间:
2017-09-28 17:18:58
阅读次数:
144
无边框线 UIBezierPath *maskPath = [UIBezierPath bezierPathWithRoundedRect:self.openGroupBtn.bounds byRoundingCorners:UIRectCornerTopRight | UIRectCornerBo ...
分类:
其他好文 时间:
2017-09-28 16:52:55
阅读次数:
249
本文主要从以下几方面介绍jQuery应用中的内容: 1 jQuery 节点遍历2 jQuery 中的过滤器3 jQuery 属性操作4 jQuery Dom节点操作5 几个jQuery例子6 jQuery 中的事件7 jQuery 中的动态效果 一、 jQuery 节点遍历 == next() // ...
分类:
Web程序 时间:
2017-09-28 09:56:39
阅读次数:
231
直接上代码: import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() let btn = UIButton.init(frame: CGRect.i ...
分类:
编程语言 时间:
2017-09-27 17:37:43
阅读次数:
942
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> * { margin: 0px; padding: 0px; } #stage { width: 400px; height: 40px; bord ...
分类:
Web程序 时间:
2017-09-27 17:34:49
阅读次数:
240
Bootstrap本身按钮定义了一些常用的样式,比如颜色、大小、禁用等,我们只需要把对应的属性加上就行。 ...
分类:
其他好文 时间:
2017-09-27 13:22:16
阅读次数:
239