摘要: flex-direction 1 .box { 2 flex-direction: row | row-reverse | column | column-reverse; 3 } 属性可选值的范围为row(默认)沿水平主轴由左向右排列、row-reverse沿水平主轴由右向左排列、column沿垂 阅读全文
posted @ 2018-05-14 15:40 小曦曦 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 1.会生成css标签并插入到头部。 { test: /\.css$/, loaders: ["style-loader", "css-loader", "postcss-loader"] }, { test: /\.less$/, loaders: ["style-loader", "css-loa 阅读全文
posted @ 2018-05-11 19:49 小曦曦 阅读(1078) 评论(0) 推荐(0) 编辑
摘要: div{display:table-cell; width:1em; height:1em; border:1px solid #beceeb; font-size:144px; text-align:center; vertical-align:middle;} div img{vertical- 阅读全文
posted @ 2018-05-11 13:19 小曦曦 阅读(222) 评论(0) 推荐(0) 编辑
摘要: { "javascript.implicitProjectConfig.experimentalDecorators": true, "telemetry.enableTelemetry": false, "workbench.iconTheme": "material-icon-theme", " 阅读全文
posted @ 2018-05-10 16:34 小曦曦 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 失误操作(图层看不到时选项)按F7 扣图操作:无论你要做什么,都要先解锁背景图层在对背景图层执行CTRL+J复制。点击左侧工具栏的魔棒工具,在副本里需要删除的地方,单击鼠标左键,之后会出现蚂蚁线按Delele清除(快速选项工具同理)(提示:用魔棒工具抠图还留有白边,这是我们要用橡皮擦细心的擦去白边, 阅读全文
posted @ 2018-05-05 17:20 小曦曦 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 有如下的代码: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 结果实际的效果虚化非常严重,清晰度非常差,锯齿非常严重,如下所示: 为什么会出现这样的情况呢?原因是canvas的宽度与高度必须作为属性明确指定(也不能通过CSS设置),并且只能是数字,不支持百分比。 阅读全文
posted @ 2018-05-05 15:43 小曦曦 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 输入(一定打开git获取) $ git config --list 可以看到 user.name=wwwuser.email=23568923@qq.com user.name=wwwuser.email=23568923@qq.com 我是用的不是超级管理员用户!我切换用户到Admintor用户, 阅读全文
posted @ 2018-04-28 22:00 小曦曦 阅读(193) 评论(0) 推荐(0) 编辑
摘要: <marquee onmouseover=this.stop() onmouseout=this.start() behavior="scroll" scrollamount="3" scrolldelay="0" loop="-1" width="1000" hspace="10" vspace= 阅读全文
posted @ 2018-04-26 20:57 小曦曦 阅读(112) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8"> <title>前台网页</title> <meta http-equiv="Content-Type" content="text/html; charset=vp"/> <meta name="k 阅读全文
posted @ 2018-04-23 21:08 小曦曦 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/chucklu/p/4056499.html 阅读全文
posted @ 2018-04-21 22:04 小曦曦 阅读(105) 评论(0) 推荐(0) 编辑