用的是ThinkInside皮肤。在设置里添加了一些页面定制的CSS代码:body{background:#333;}#blogTitle h2,#footer,.forFlow a:hover{color:#fff;}.postTitle a:link, .postTitle a:visited,...
分类:
其他好文 时间:
2014-11-02 16:21:35
阅读次数:
186
.ideal-btn{ padding:1px 28px 2px; line-height:31px; background-color: #2ecc71; border: 1px solid #2ecc71; /* color: #fff;*/ padding: ...
分类:
其他好文 时间:
2014-10-31 11:33:37
阅读次数:
240
android常用项 #ffc0cb #ffb6c1 #ffffff #ffdab9 #ffd700 #fffff0 #ffffe0 #ffff00 #fffafa #fffaf0 #fffacd #fff8dc #fff...
分类:
移动开发 时间:
2014-10-30 15:05:24
阅读次数:
153
今天查看同事的代码,最新版本脚本库的函数定义方法发生了改动,由一般函数定义方式function fff(){}换成()(para)匿名方法,查阅资料后,分析如下: 起初方式为:App.Extent = function (__minx, __miny, __maxx, __maxy, _spat.....
分类:
Web程序 时间:
2014-10-29 18:45:15
阅读次数:
241
html: 首页 我要租船 我要寻货 快速入门 关于我们 快速注册 登录 style:/*菜单*/.nav { background:#fff; width:100%; color: #696969; font-size:...
分类:
其他好文 时间:
2014-10-29 16:52:31
阅读次数:
252
1.background-color:rgb(100%,100%,100%)分别定义颜色中的红、绿、蓝。同等于rgb(255,255,255)或white或#fff或#ffffff。2.font-family:"Century Gothic", verdana, arial, sans-serif;...
分类:
Web程序 时间:
2014-10-29 10:34:34
阅读次数:
275
#box{width:832px;height:832px;margin:0 auto;border:1px solid red;}
.col{width:50px;height:50px;border:1px solid #fff;float:left;background:url(xin.jpg) no-repeat;}
...
分类:
编程语言 时间:
2014-10-25 17:23:21
阅读次数:
192
这章展示事件例子。下图是官方API的事件:例子:var butt1 = paper.set(); var a1 = paper.circle(24.833, 26.917, 26.667).attr({fill: "#fff", opacity: 0}); var a2 ...
分类:
编程语言 时间:
2014-10-25 01:55:58
阅读次数:
234
一、效果图按钮可以多次点击。二、HTML+CSS代码。<style>.box{width:800px;margin:90pxauto;}.btn{padding:5px10px;color:#fff;background:#ff6600;cursor:pointer;font-size:16px;border-radius:5px;}.list{position:relative;margin-top:20px;}.listli{width:48px;heig..
分类:
Web程序 时间:
2014-10-21 19:58:42
阅读次数:
823
一、效果图。二、HTML+CSS代码。<style>.box{width:800px;margin:90pxauto;}.btn{padding:5px10px;color:#fff;background:#ff6600;cursor:pointer;font-size:16px;border-radius:5px;}.list{position:relative;margin-top:20px;}.listli{width:50px;height:50px;position..
分类:
其他好文 时间:
2014-10-21 19:58:22
阅读次数:
258