上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页
摘要: funname(event)会将事件传到函数参数里,调用时一定要是event,然后函数处的名就不一定要是event funname(this)也是一样,会将当前DOM元素传到函数里,调用时一定要是this ev.stopPropagation()阻止事件向父元素冒泡 jQuery 事件 方法 jQu 阅读全文
posted @ 2017-06-03 00:23 cdongyang 阅读(4437) 评论(0) 推荐(0) 编辑
摘要: .message .text { display: block; border-radius:10px; width: 223px; height: auto; padding: 11px 20px 19px 17px; font-size:14px; color:#4a4a4a; float: l 阅读全文
posted @ 2017-06-01 21:07 cdongyang 阅读(294) 评论(0) 推荐(0) 编辑
摘要: ????????????????????????????????????????? akldjsfasklsdajflkasdjflksadjflksadjfsadkljfasjdkl dy ??????? ????????????????????????????????????????? akld 阅读全文
posted @ 2017-06-01 01:31 cdongyang 阅读(7478) 评论(0) 推荐(1) 编辑
摘要: CSS 伪元素 所有CSS伪类/元素 例子: My name is Donald I live in Ducksburg 注意: :before 作用于 IE8,DOCTYPE 必须已经声明. 例子: runoob.com wikipedia.org 注意: :active选择器样式触发时链接到链接 阅读全文
posted @ 2017-05-29 18:24 cdongyang 阅读(1858) 评论(0) 推荐(0) 编辑
摘要: 查找好友 查找群组 创建群组 退出帐号 查找好友 查找群组 创建群组 退出帐号 查找好友 查找群组 创建群组 退出帐号 一个下拉菜单源 <div class="dropdown-menu" id="dropdown-menu"> <a class="button-green">查找好友</a> <a 阅读全文
posted @ 2017-05-29 15:44 cdongyang 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 因为刚开始学,用了bootstrap的框架,有些东西可以用现成的,不用自己布局,后来发现如果要调比较精细的布局还是得自己写css,然后就开始一点点去掉bootstrap的布局,不然在原来bootstrap的css上改,没有完全理解bootstrap这个效果是怎么弄出来的话想去掉某个效果也很难,某些样 阅读全文
posted @ 2017-05-29 13:25 cdongyang 阅读(958) 评论(0) 推荐(0) 编辑
摘要: 1 Method POST 2 URL https://vjudge.net/user/login 3 Proto HTTP/1.1 4 ProtoMajor 1 5 ProtoMinor 1 6 Header map[Referer:[http://127.0.0.1:8002/] Accept- 阅读全文
posted @ 2017-05-28 01:38 cdongyang 阅读(3649) 评论(0) 推荐(0) 编辑
摘要: 隐藏元素 - display:none或visibility:hidden 隐藏一个元素可以通过把display属性设置为"none",或把visibility属性设置为"hidden"。但是请注意,这两种方法会产生不同的结果。 visibility:hidden可以隐藏某个元素,但隐藏的元素仍需占 阅读全文
posted @ 2017-05-27 11:10 cdongyang 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 1 .objectsTab.active{} /*Tab和.之间没有空格*/ 2 <element class="objectsTab active"> 3 4 .objectsTab .active{} /*Tab和.之间有空格,后代class*/ 5 <element class="object 阅读全文
posted @ 2017-05-26 15:50 cdongyang 阅读(7679) 评论(0) 推荐(0) 编辑
摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long LL; 4 const int N=1e5+10; 5 const int INF=0x3f3f3f3f; 6 int cas=1,T; 7 struct no 阅读全文
posted @ 2017-05-26 14:21 cdongyang 阅读(3092) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页