码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
es6 class函数的用法,及兼容程度
//es6中 class的新特性:面向对象的方式 class name{ fram(){ var div=document.getElementById("div"); div.style.background="blue"; } } var nam=new name; //nam 实例对象 nam ...
分类:其他好文   时间:2019-03-27 19:44:08    阅读次数:188
HTML 之 CSS选择器
代码:<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><title>Title</title><style>#i1{background-color:blue;}.c1{background-color:beige;}span{background-c
分类:Web程序   时间:2019-03-23 17:28:16    阅读次数:187
css特殊样式
span{ color: blue; border:1px solid black;}.extra span{ color: inherit;} 清除原有样式 text-decoration: none; ...
分类:Web程序   时间:2019-03-14 18:36:41    阅读次数:158
How to reset XiaoMi bluetooth headphone Youth edition.
1. To reset the speaker 2. To Connect dual devices at the same time XiaoMi blue tooth earphone successfully connected to dual devices at the same time ...
分类:其他好文   时间:2019-03-04 09:15:10    阅读次数:203
CSS3选择器
基本选择器 下面所有的基本选择器都是在demo1.html的基础上面添加部分样式实现的。 demo1.html 通配符选择器(*) 通配符选择器用来选择所有元素,也可以选择某个元素下的所有元素。 *{margin:0;padding:0;} .demo *{border:1px solid blue ...
分类:Web程序   时间:2019-02-28 18:28:32    阅读次数:201
c语言的图形库
图形库链接http://www.easyx.cn/ 使用图形库头文件easyx.h或graphics.h vs vc都可使用图形库 图形库窗口: initgraph打开窗口 closegraph关闭窗口 颜色 RGB值 RGB(,,):red green blue 下表值都可以在函数中直接使用填充颜 ...
分类:编程语言   时间:2019-02-27 20:31:02    阅读次数:238
UVA253 Cube painting【置换】
We have a machine for painting cubes. It is supplied with three different colors: blue, red and green. Each face of the cube gets one of these colors. ...
分类:其他好文   时间:2019-02-20 10:02:54    阅读次数:261
关于前端CSS的总结
CSS语法 CSS语言的基本单位是样式声明:propertyName : value ; CSS语言的使用方式: 1、把CSS样式声明作为HTML标签的style属性值。2、使用CSS选择器 CSS常用值 颜色值 颜色名:red、blue等表示颜色的英文单词 RGB颜色:rgb(255,0,0) 由 ...
分类:Web程序   时间:2019-02-17 16:41:28    阅读次数:208
1568: [JSOI2008]Blue Mary开公司
1568: [JSOI2008]Blue Mary开公司 题目描述 [传送门][1] 题目分析 简单分析可以发现就是不停给出了$n$条直线,要求每次给出一条直线后求出所有直线在横坐标为$x$时$y$的最大值。 李超树裸题。 不知道李超树的可以移步百度。 是代码呢 cpp include using ...
分类:Web程序   时间:2019-02-15 17:18:14    阅读次数:180
箭头函数this指向
1. cat.jumps 打印结果为: 7 使用箭头函数 打印结果为9 2. call apply bind扔不能改变this指向 打印结果为blue; 使用箭头函数: 打印结果为: red; 由于箭头函数没有自己的this,所以当然也就不能用call()、apply()、bind()这些方法去改变 ...
分类:其他好文   时间:2019-02-15 13:12:52    阅读次数:186
1833条   上一页 1 ... 22 23 24 25 26 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!