Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
+ + + + + + +Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
@@ -104,120 +343,462 @@Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment
+ +-
+
+
-
+ + + H5(nuxt)项目引入字体(入门到放弃) + +- - - - - +
+ + 十月 12日, 2019 +
++ H5(nuxt)项目引入字体方法1:1.下载所需要的字体,.ttf格式本文以(FZCYJ.ttf 为例)2.先自己定义一个font.css文件,字体文件的路径引入 +1234567@font-face { font-fami... +
++ + ++
+
+
+
+
+ -
+ + + 移动端H5碰到的问题 + ++
+ + 十月 12日, 2019 +
++ 1、ios键盘唤起,键盘收起以后页面不归位问题描述: 输入内容,软键盘弹出,页面内容整体上移,但是键盘收起,页面内容不下滑出现原因分析: 固定定位的元素 在元素内 input 框聚焦的时候 弹出的软键盘占位 失去焦点的时候... +
++ + ++
+
+
+
+
+ -
+ + + JS开发技巧 + +- - - +
+ + 十月 12日, 2019 +
++ String Skill:字符串技巧 +对比时间 – 时间个位数形式需补0 +1234const time1 = "2019-02-14 21:00:00";const time2 = "2019-05-0... +
++ + ++
+
+
+
+
+ -
+ + + css技巧 + +- - - -
+ + 十月 12日, 2019 +
++ 常用CSS1. 快速重置表单元素 unset 原始的 button 按钮要重置挺麻烦的。洋洋洒洒的要设置好几个属性,就像下面这样: +12345678button { background: none; border:... +
+
+
+
+