在app.json文件中添加如下代码: "tabBar": { "color": "black", "backgroundColor":"#fff", "selectedColor": "#11cd6e", "borderStyle":"white", "list": [{ "selectedIco ...
分类:
其他好文 时间:
2017-06-01 19:28:52
阅读次数:
128
/*窗口背景*/ .window { background-color: #fff; background: -webkit-linear-gradient(top,#EFF5FF 0,#fff 20%); background: -moz-linear-gradient(top,#EFF5FF 0 ...
分类:
其他好文 时间:
2017-05-23 15:48:47
阅读次数:
191
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> body { background: #000; } #c1 { background: #fff; margin: ...
分类:
其他好文 时间:
2017-05-23 12:18:37
阅读次数:
227
终于效果图: 1. 使用html 5 的canvas 技术和javascript实现弹球游戏 总体流程图: 1.1 html5 canvas技术的使用 首先在html页面中定义画布。 <canvas bgcolor = "#FFF" id="gamePane" width="1000" height ...
分类:
编程语言 时间:
2017-05-16 10:04:38
阅读次数:
243
Oh My Holy FFF Time Limit: 5000/2500 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Others) Total Submission(s): 848 Accepted Submission(s): 219 P ...
分类:
其他好文 时间:
2017-05-03 22:00:32
阅读次数:
209
::-webkit-input-placeholder { /* WebKit browsers */ color: #fff; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #fff; opacity: 1; } ::-moz... ...
分类:
Web程序 时间:
2017-04-29 17:34:27
阅读次数:
174
var minSize=50;var maxSize=100;var newOn=200;var flakeColor="#fff";var flak=$("<div></div>").css({"position":"absolute","top":"-50px"}).html("<img src ...
分类:
编程语言 时间:
2017-04-27 23:16:06
阅读次数:
231
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2604 题意:给出字符串长度L,并且字符串只由'f','m'构成,有2^L种情况,问在其中不包含'fmf','fff'的字符串有多少个。 1.直接递推,虽然过了,但是数据稍微大点就很可能TLE,因为代码上 ...
分类:
其他好文 时间:
2017-04-26 22:57:37
阅读次数:
198
//定义颜色 $c55:#555; $c22:#222; $c33:#333; $c99:#999; $c77:#777; $c00:#000; $cff:#fff; $caa:#aaa; $ccc:#ccc; $cf0:#f0f0f0; $cdd:#ddd; $cee:#eee; $cf9:#f9... ...
分类:
其他好文 时间:
2017-04-25 17:10:29
阅读次数:
256
<span class="form_hint">正确格式为:6~18个字符,可使用字母、数字、下划线,需以字母开头</span> .form_hint { background: #fff; /*border: 1px solid #eee;*/ border-radius: 3px 3px 3px ...
分类:
其他好文 时间:
2017-04-18 13:07:42
阅读次数:
136