会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
梦幻甜心
上一页
1
2
3
4
下一页
2020年6月24日
学员操作——全网热播视频
摘要: *{margin: 0; padding: 0;font-family: "微软雅黑";font-size: 14px;}ul,ol,li{list-style: none;}#play{margin: 0 auto; width:680px; overflow: hidden;}#play h1{
阅读全文
posted @ 2020-06-24 19:55 Gun'sdream
阅读(480)
评论(0)
推荐(0)
编辑
jQuery基础及选择器(2)
摘要: 1. 使用CSS选择器选择元素 基本选择器 $("h1").css("color", "blue"); //标签选择器 $(".price").css({"background":"#efefef","padding":"5px"}); //类选择器 $("#author").css("clor",
阅读全文
posted @ 2020-06-24 19:51 Gun'sdream
阅读(101)
评论(0)
推荐(0)
编辑
2020年6月23日
学员操作——控制大小
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>控制大小</title> </head> <body> <div class="msg"> <div class="msg_captin"> <span class="bigger"
阅读全文
posted @ 2020-06-23 17:47 Gun'sdream
阅读(111)
评论(0)
推荐(0)
编辑
学员操作——隔行变色
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>隔行变色</title> <style type="text/css"> table{ border:0;border-collapse:collapse;} td{ font:no
阅读全文
posted @ 2020-06-23 17:46 Gun'sdream
阅读(114)
评论(0)
推荐(0)
编辑
jQuery基础及选择器(1)
摘要: 1.jQuery 简介:由美国人John Resig于2006年创建,设计思想是write less,do more 2.在页面中引入jQuery <script src="js/jquery-1.12.4.js" type="text/javascript"></script> 3.jQuery语
阅读全文
posted @ 2020-06-23 13:49 Gun'sdream
阅读(164)
评论(0)
推荐(0)
编辑
学员操作——组合继承
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>组合继承</title> </head> <body> <script> function Humans(name){ this.name=name; this.clothing=[
阅读全文
posted @ 2020-06-23 11:37 Gun'sdream
阅读(109)
评论(0)
推荐(0)
编辑
2020年6月22日
JavaScript面向对象
摘要: 1.JavaScript中的数据类型 number(数值类型) string(字符串类型) boolean(布尔类型) null(空类型) undefined(未定义类型) object(对象类型) 2.对象是什么? 对象是包含相关属性和方法的集合体,它包括 属性和 方法 3.什么是面向对象? 面向
阅读全文
posted @ 2020-06-22 14:20 Gun'sdream
阅读(121)
评论(0)
推荐(0)
编辑
学员操作——创建继承person的student子类
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>创建继承person的student子类</title> </head> <body> <p>姓名:<span id="name"></span></p> <p>语文:<span i
阅读全文
posted @ 2020-06-22 13:46 Gun'sdream
阅读(417)
评论(0)
推荐(0)
编辑
学员操作——flower函数
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>flower函数</title> </head> <body> <script> function Flower(){ } Flower.prototype.name="小盼"; F
阅读全文
posted @ 2020-06-22 11:25 Gun'sdream
阅读(260)
评论(0)
推荐(0)
编辑
2020年6月19日
JavaScript操作DOM(2)
摘要: 1.改变样式的属性 style属性: 语法:HTML元素.style.样式属性="值"; 示例: document.getElementById(" wrap ").style.color="# fff "; document.getElementById(" wrap ").style. back
阅读全文
posted @ 2020-06-19 15:34 Gun'sdream
阅读(138)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
下一页
公告
导航
博客园
首页
新随笔
新文章
联系
订阅
管理