首页 软件开发 代码片段 ( Page 79 )

代码片段 8064

#CSS
CSS BFC(Block Formatting Context)

<style> ul li{list-style:none;float:left;width:120px;height:600px;margin:10px;backgr…

css
2015-12-14 229

#CSS
css3实现文字跟随鼠标的上下抖动

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xh…

css
2015-12-14 622

#CSS
变量名

/* 正确的变量名 */ :root{ --link-color: #06c; --_hover-color: #f6c; --toolTip_color: #ff0; --mai…

css
2015-12-14 339

#CSS
正则参考

// 正则做参考,拷贝使用,注意正则前后加转义符 var regexEnum = { intege:"^-?[1-9]\d*$", //整数 intege1:"^[1-9]\d*$…

css
2015-12-14 518

#CSS
只对IE9+的有效CSShack

只对IE9+的有效CSShack /*only for IE9+ .class是你要设置的class名称*/ :root .class {}

css
2015-12-14 302

#CSS
纯CSS实现的图片切换效果

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>…

css
2015-12-14 245

#CSS
右侧导航列表带弹出菜单

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>…

css
2015-12-14 956

#CSS
纯CSS制作可爱的小狐狸日夜照

<div class="the-container"> <input type="checkbox" id="toggle" /> <label fo…

css
2015-12-14 968

#CSS
body背景图片的拉伸效果

<div id="backgroundImage"> <img src="img/bodybg.jpg" /> </div> <div i…

css
2015-12-14 215

#CSS
教你 秒会LESS啊

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=u…

css
2015-12-14 131

#CSS
左侧固定大小,右侧铺满的最不靠谱的做法

<html> <head> <title>简易小说</title> <link rel="stylesheet" type="…

css
2015-12-14 870

#CSS
扁平化的bootstrap

.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .…

css
2015-12-14 350
1 77 78 79 80 81 672