码迷,mamicode.com
首页 >  
搜索关键字:white    ( 3638个结果
css支掉空格
white-space:nowrap;
分类:Web程序   时间:2014-05-27 01:54:51    阅读次数:231
POJ 3069 Saruman's Army
Saruman's Army Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 3519   Accepted: 1787 Description Saruman the White must lead his army along a straight path...
分类:其他好文   时间:2014-05-22 10:09:49    阅读次数:271
Tranparent/cutout/diffuse
Shader "Tranparent/cutout/diffuse" { Properties { // _Color ("Main Color", Color) = (1,1,1,1) _MainTex ("Base (RGB) Trans (A)", 2D) = "white" {} _C...
分类:其他好文   时间:2014-05-21 21:42:16    阅读次数:279
LA 2031
Mr. White, a fat man, now is crazy about a game named ``Dance, Dance, Revolution". But his dance skill is so poor that he could not dance a dance, eve...
分类:其他好文   时间:2014-05-15 16:57:57    阅读次数:502
[原]unity3d刀光剑影(二)
本篇研究 暴走武侠 效果。直接贴代码Shader "Cg shader with single texture" { Properties { _MainTex ("Texture Image", 2D) = "white" {} _MainTex1 ("Texture I...
分类:其他好文   时间:2014-05-12 10:25:57    阅读次数:340
工作中遇到一些不会写的样式
单词不换行 word-break:"break-all"text-overflow:ellipsis; 超出部分用...代替overflow:hidden;超出不分隐藏字体显示在一行 white-space:"nowrap"想要字体换行显示 max-height:""; 原价...
分类:其他好文   时间:2014-05-09 07:45:10    阅读次数:238
去链接的下划线
<pstyle="padding-left:35px;padding-top:6px;"><%=link_to(t(‘mypage.live_order_btn‘),{:action=>"course_order",:id=>course.id,:back_action=>params[:action]},:style=>"color:white;font-weight:bold;text-decoration:none;")%></p>text-d..
分类:其他好文   时间:2014-05-09 06:51:16    阅读次数:267
深度优先搜索两个实例
参考算法导论第三版中译本,DFS的Pseudocode如下: 1 DFS(G) 2 for each vertex u ∈ G.V 3 u.color = WHITE 4 u.π = NIL 5 time = 0 6 for each ve...
分类:其他好文   时间:2014-05-08 06:44:52    阅读次数:380
zoj 3780 Paint the Grid Again (拓扑排序)
Paint the Grid Again Time Limit: 2 Seconds      Memory Limit: 65536 KB Leo has a grid with N × N cells. He wants to paint each cell with a specific color (either black or white). Leo has a...
分类:其他好文   时间:2014-05-07 06:56:10    阅读次数:470
css实现强制不换行、自动换行、强制换行
1. 强制不换行,并且多行文字溢出显示省略号.ellips{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}.ellips_line2,.ellips_line3{display:-webkit-box; -webkit-bo...
分类:Web程序   时间:2014-05-07 01:16:15    阅读次数:421
3638条   上一页 1 ... 361 362 363 364 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!