/*背景渐变*/.linear{ width:100%; height:600px; background-color:#fff;/*若浏览器不支持渐变,则显示这个背景色*/background: -ms-linear-gradient(left,#dbecf6 0%,#C0D9ED 100%);/...
分类:
其他好文 时间:
2015-10-30 18:22:40
阅读次数:
250
<!DOCTYPE?html>
<html>
<head>
<meta?charset="UTF-8">
<title>Document</title>
<style?type="text/css">
*{margin:0;padding:0;list-style:none;}
a{text-decoration:?none;color:?#fff;}
#flash{width:?...
分类:
Web程序 时间:
2015-10-27 11:48:33
阅读次数:
280
.YJ table{width:625px;height:860px;text-align:center;overflow:hidden; background:#fff;border-radius: 10px; border-collapse: collapse;border:1px solid ...
分类:
Web程序 时间:
2015-10-14 15:59:03
阅读次数:
140
string aaa = string.Format("{0:yyyy-MM-dd HH:mm:ss:fff}", UpLoadDate);
ul,li{ margin: 0; padding: 0; list-style: none;}li{ float: left; background-color: #868686; color: #fff; padding: 5px; margin-...
分类:
Web程序 时间:
2015-09-26 22:38:08
阅读次数:
224
HTML canvas叮当猫 您的浏览器不支持canvas,请升级或者更换其他浏览器! CSShtml { background : #fff;}JSfunction mlog(log){console.log("Info: "+log);};function zuobiao(ctx, width,...
分类:
其他好文 时间:
2015-09-26 13:16:09
阅读次数:
223
mysql failed to open filemysql failed to open file '/usr/xxx/fff.sql'一、问题,在Linux下使用source命令导入数据的时候,报ERROR: Failed to open file '/data/xxx/fff.sql', er...
分类:
数据库 时间:
2015-09-25 08:26:10
阅读次数:
204
0、HTML5来袭几乎有所有H5动态效果的展示:http://fff.cmiscm.com/animate动画库:http://daneden.github.io/animate.css/1、给力jQuery网站最新的前端技术:http://tympanus.net/codrops/各种给力插件:h...
分类:
其他好文 时间:
2015-09-22 21:51:57
阅读次数:
234
一、抛一块问题砖(display: block)先看现象: 分析HTML代码结构:?12345123分析CSS代码样式:?1234.outer{border:1pxsolid#ccc;background:#fc9;color:#fff;margin:50pxauto;padding:50px;}....
分类:
其他好文 时间:
2015-09-18 15:29:03
阅读次数:
141
CSS 下拉选择菜单基本的CSS样式不怎么好看,通过一些简单的样式优化,可以得到如下图这样的:html结构如下: 请选择您所在的城市 css样式:.sel_wrap{height:40px;background:#fff url(img/icons.png) no-repeat righ...
分类:
Web程序 时间:
2015-09-17 19:26:33
阅读次数:
203