06 2021 档案

摘要:# 全局安装淘宝cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org #升级 npm cnpm install npm -g # 升级或安装 cnpm npm install cnpm -g 在用 Vue.js 构建大 阅读全文
posted @ 2021-06-30 09:44 qcjdp 阅读(624) 评论(0) 推荐(0)
摘要:文字居中。 此处是垂直居中,关键代码height:105px;line-height:105px;两个值要相等。 1 <div style='height:105px;line-height:105px;overflow:hidden;border:1px solid #FF0099;'>居中</d 阅读全文
posted @ 2021-06-23 17:12 qcjdp 阅读(474) 评论(0) 推荐(0)
摘要:html中的标签缩写的英文是什么? ul是unordered lists的缩写 (无序列表) li是list item的缩写 (列表项目) ol是ordered lists的缩写(有序列表) dl是definition lists的英文缩写 (自定义列表) dt是definition term的缩写 阅读全文
posted @ 2021-06-23 10:25 qcjdp 阅读(1121) 评论(0) 推荐(0)
摘要:<div style='margin-top:50px;width:150px;height:150px;background-color:red;margin-left:auto;margin-right:auto;position:relative;'> <div style='backgrou 阅读全文
posted @ 2021-06-18 17:08 qcjdp 阅读(85) 评论(0) 推荐(0)
摘要:input输入框的onchange事件,要在 input 失去焦点的时候才会触发; 在输入框内容变化的时候不会触发change,当鼠标在其他地方点一下才会触发; onchange 事件也可用于单选框与复选框改变后触发的事件。 demo如下: <script> function myFunction( 阅读全文
posted @ 2021-06-08 10:35 qcjdp 阅读(2106) 评论(0) 推荐(0)

Bill

Jerry

Evil