摘要: 7*7 星星图 wxml (html) js /***************************************/ 星空闪动效果实现 源码地址 https://github.com/MieYY/stars-flashing.git 阅读全文
posted @ 2018-02-28 09:32 羊羊羊丶 阅读(2537) 评论(0) 推荐(0)
摘要: .video_class_nav_box{height: 419px; overflow: auto;} /*滚动条样式*/.video_class_nav_box::-webkit-scrollbar {/*滚动条整体样式*/width: 6px; /*高宽分别对应横竖滚动条的尺寸*/height 阅读全文
posted @ 2018-01-12 15:10 羊羊羊丶 阅读(150) 评论(0) 推荐(0)
摘要: 1 /**比较两数组 取出不同的, 2 * array1 数组一 3 * array2 数组二 4 * classesId 比较的条件 5 * **/ 6 arrayDate(array1,array2){ 7 var array1 = array1; 8 var array2 = arra... 阅读全文
posted @ 2018-01-10 14:30 羊羊羊丶 阅读(799) 评论(0) 推荐(0)
摘要: 1. 进入项目的根目录 2.安装项目所需的依赖 要安装依赖包,首先cd到项目文件夹(firstVue文件夹),然后运行命令 cnpm install ,等待安装。 3.运行项目 在项目目录中,运行命令 npm run dev ,会用热加载的方式运行我们的应用,热加载可以让我们在修改完代码后不用手动刷 阅读全文
posted @ 2017-10-17 15:08 羊羊羊丶 阅读(4687) 评论(0) 推荐(0)
摘要: 不爱废话,直接贴代码 CSS :(主要弹出框css) js: (原创) 阅读全文
posted @ 2017-10-13 16:20 羊羊羊丶 阅读(539) 评论(0) 推荐(0)
摘要: CSS: HTML: 记得引入jQuery 然后就是js: $(function(){ banner.Bannerinit('.banner','.img','.num','.btn','.prev','.next'); //调用 }) 阅读全文
posted @ 2017-10-10 16:56 羊羊羊丶 阅读(240) 评论(0) 推荐(0)
摘要: 状态代码状态信息含义 100 Continue 初始的请求已经接受,客户应当继续发送请求的其余部分。(HTTP 1.1新) 101 Switching Protocols 服务器将遵从客户的请求转换到另外一种协议(HTTP 1.1新) 200 OK 一切正常,对GET和POST请求的应答文档跟在后面 阅读全文
posted @ 2017-10-10 11:19 羊羊羊丶 阅读(127) 评论(0) 推荐(0)
摘要: HTNL : CSS: 摘抄(http://www.daqianduan.com/4518.html) 阅读全文
posted @ 2017-10-10 11:06 羊羊羊丶 阅读(319) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="vie 阅读全文
posted @ 2017-10-10 10:21 羊羊羊丶 阅读(202) 评论(0) 推荐(0)
摘要: 用法: getParam("v"); function getParam(paramName) { paramValue = "", isFound = !1; if (this.location.search.indexOf("?") == 0 && this.location.search.in 阅读全文
posted @ 2017-09-28 10:53 羊羊羊丶 阅读(475) 评论(0) 推荐(0)