随笔分类 -  css

学习
摘要:依赖的类: 1 "use strict"; 2 3 var __emptyPoint = null, __emptyPointA = null; 4 5 const ColorRefTable = { 6 "aliceblue": "#f0f8ff", 7 "antiquewhite": "#fae 阅读全文
posted @ 2023-03-05 20:24 鸡儿er 阅读(159) 评论(0) 推荐(0) 编辑
摘要:1 "use strict"; 2 3 var __emptyPoint = null, __emptyContext = null, __emptyPointA = null; 4 5 const ColorRefTable = { 6 "aliceblue": "#f0f8ff", 7 "ant 阅读全文
posted @ 2022-10-02 17:33 鸡儿er 阅读(72) 评论(0) 推荐(0) 编辑
摘要:1 "use strict"; 2 3 var __emptyPoint = null, __emptyContext = null, __emptyPointA = null; 4 5 const ColorRefTable = { 6 "aliceblue": "#f0f8ff", 7 "ant 阅读全文
posted @ 2022-09-29 10:54 鸡儿er 阅读(117) 评论(0) 推荐(0) 编辑
摘要:1 "use strict"; 2 3 var __emptyPoint = null, __emptyContext = null, __emptyPointA = null; 4 5 const ColorRefTable = { 6 "aliceblue": "#f0f8ff", 7 "ant 阅读全文
posted @ 2022-09-20 15:56 鸡儿er 阅读(29) 评论(0) 推荐(0) 编辑
摘要:1 "use strict"; 2 3 var __emptyPoint = null, __emptyContext = null, __emptyPointA = null; 4 5 const ColorRefTable = { 6 "aliceblue": "#f0f8ff", 7 "ant 阅读全文
posted @ 2022-09-18 08:00 鸡儿er 阅读(37) 评论(0) 推荐(0) 编辑
摘要:1 "use strict"; 2 3 var __emptyPoint = null, __emptyContext = null, __emptyPointA = null; 4 5 const ColorRefTable = { 6 "aliceblue": "#f0f8ff", 7 "ant 阅读全文
posted @ 2022-09-14 15:38 鸡儿er 阅读(116) 评论(0) 推荐(0) 编辑
摘要:1 "use strict"; 2 3 var __emptyPoint = null, __emptyContext = null, __emptyPointA = null; 4 5 const ColorRefTable = { 6 "aliceblue": "#f0f8ff", 7 "ant 阅读全文
posted @ 2022-09-10 07:36 鸡儿er 阅读(35) 评论(0) 推荐(0) 编辑
摘要:1 /* RGBColor 2 parameter: 3 r, g, b 4 5 method: 6 set(r, g, b: Number): this; //rgb: 0 - 255; 第一个参数可以为 css color 7 setFormHex(hex: Number): this; // 阅读全文
posted @ 2022-05-28 17:22 鸡儿er 阅读(126) 评论(0) 推荐(0) 编辑
摘要:1 /* CanvasAnimateUI UI控件 2 依赖: 3 ImageViewer 4 MenuView 5 ColorTestViewer 6 7 注意: 8 传入的 .target 和 .data: CanvasUI不污染其内容(既只读), 所以可以重复利用; 9 一旦初始化完UI后(. 阅读全文
posted @ 2022-05-28 14:01 鸡儿er 阅读(171) 评论(0) 推荐(0) 编辑
摘要:1 /* ImageViewer 图片查看器 2 3 parameter: 4 option: Object; 5 6 attribute: 7 image: CanvasImage; 8 scale: Number; //小于1缩小, 大于1放大 9 10 method: 11 center(): 阅读全文
posted @ 2022-05-28 13:32 鸡儿er 阅读(274) 评论(0) 推荐(0) 编辑
摘要:1 /* ColorTestViewer 颜色调试器 2 3 attribute: 4 onchange: Function; //颜色改变回调; 默认null 5 6 //以下属性不建议直接修改 7 rgb: RGBColor; //rgb模式颜色 8 hsv: Object{h,s,v}; // 阅读全文
posted @ 2022-05-28 13:03 鸡儿er 阅读(363) 评论(0) 推荐(0) 编辑
摘要:1 <!DOCTYPE html> 2 <html lang = "zh-cmn-Hans"> 3 4 <head> 5 <title>MyGame</title> 6 <meta charset = "utf-8" /> 7 <script src = "./js/Utils.js" type = 阅读全文
posted @ 2022-05-28 12:28 鸡儿er 阅读(36) 评论(0) 推荐(0) 编辑
摘要:1 搭建服务器 1 package index 2 3 import ( 4 "log" 5 "net/http" 6 7 "2021.6.28_WebServer_email.go/lib/utils" 8 ) 9 10 const ( 11 path = "json/users.json" 12 阅读全文
posted @ 2021-06-28 03:37 鸡儿er 阅读(447) 评论(0) 推荐(0) 编辑
摘要:1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>纯CSS自适应响应式Table数据表格DEMO演示</title> 6 7 <style> 8 *{ 9 box-sizing: border-box; 10 阅读全文
posted @ 2020-02-16 19:38 鸡儿er 阅读(355) 评论(0) 推荐(0) 编辑
摘要:1 perspective 人看东西的距离 perspective: 500; 越小3d效果越好 2 3 perspective-origin观察视点。此处默认为视图的中心点 transform-origin:20% 40%; 4 5 transform-style 规定被嵌套元素如何在 3D 空间 阅读全文
posted @ 2020-02-16 19:36 鸡儿er 阅读(154) 评论(0) 推荐(0) 编辑
摘要:1 /* animation */ 2 .a-bounce,.a-flip,.a-flash,.a-shake,.a-swing,.a-wobble,.a-ring{-webkit-animation:1s ease;-moz-animation:1s ease;-ms-animation:1s e 阅读全文
posted @ 2020-02-16 19:35 鸡儿er 阅读(246) 评论(0) 推荐(0) 编辑
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title>纯css动画实现轮播图展示</title> 6 <link rel="stylesheet" charset="utf-8" href="style.css 阅读全文
posted @ 2020-02-16 19:32 鸡儿er 阅读(226) 评论(0) 推荐(0) 编辑
摘要:1 //不能使用绝对宽度的布局 不能使用具有绝对宽度的元素 2 3 media_type 设备类型说明 4 all 所有设备 5 aural 听觉设备 6 braille 点字触觉设备 7 handled 便携设备,如手机、平板电脑 8 print 打印预览图等 9 projection 投影设备 阅读全文
posted @ 2020-02-16 19:30 鸡儿er 阅读(245) 评论(0) 推荐(0) 编辑
摘要:1 <!DOCTYPE html> 2 <html lang='zh'> 3 <head> 4 <meta charset="utf-8" /> 5 <meta name="description" content="this is Web dome"/> 6 <meta name="viewpor 阅读全文
posted @ 2020-02-16 16:34 鸡儿er 阅读(385) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示