上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 198 下一页
摘要: **************************** git常用命令(舒) ****************************git init git初始化reset 清屏git remote 列出已经存在的远程分支git remote get-url origin Git远程获取URL的 阅读全文
posted @ 2020-01-02 09:41 Shimily 阅读(86) 评论(0) 推荐(0)
摘要: $ npm install vue --save-dev 【开发框架用】 安装并保存到package.json中$ npm install vue --save 【项目中用到的】rm -rf ./node_modules/ 删除node_modules里的所有内容包括node_modules文件夹 阅读全文
posted @ 2020-01-02 09:40 Shimily 阅读(53) 评论(0) 推荐(0)
摘要: /*彈窗*/ .Dialogbg{ background-color: #000; height: 100%; left: 0; opacity: 0.7; position: fixed; top: 0; width: 100%; z-index: 200; display: none;-moz-opacity:.7;filter:alpha(opacity=70); } .D... 阅读全文
posted @ 2019-12-23 15:08 Shimily 阅读(70) 评论(0) 推荐(0)
摘要: box-shadow: 10px 10px 5px #888888; box-shadow:px2rem(5) px2rem(20) px2rem(20) #921613; 阅读全文
posted @ 2019-12-20 16:50 Shimily 阅读(83) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 198 下一页