在需要显示地设置所有值的情况下,应尽量限制使用简写的属性声明。常见的滥用:padding, margin, font, background, border, border-radius 【??这不就是我经常简写的么】大部分情况下,我们不需要为简写形式的属性声明指定所有值。例如,HTML 的 hea...
分类:
Web程序 时间:
2014-07-22 22:51:54
阅读次数:
276
http://stackoverflow.com/questions/3723831/set-a-button-background-image-iphone-programmaticallyhttp://stackoverflow.com/questions/11469908/how-to-cha...
分类:
移动开发 时间:
2014-07-22 00:37:33
阅读次数:
239
传送门:http://tyvj.cn/Problem_Show.aspx?id=1729文艺平衡树From admin背景 Background此为平衡树系列第二道:文艺平衡树描述 Description您需要写一种数据结构(可参考题目标题),来维护一个有序数列,其中需要提供以下操作:翻转一个区间,...
分类:
其他好文 时间:
2014-07-22 00:25:35
阅读次数:
248
全透明代码:{background:transparent} 半透明代码:{filter:alpha(opacity=80);-moz-opacity:0.8;width:auto !important;width:100%}其他的还有不少文章,有个不错,如何用CSS实现背景半透明效果? 内容详细如...
分类:
Web程序 时间:
2014-07-22 00:18:35
阅读次数:
247
最近工作时研究了一下css3动画和js动画,主要是工作中为了增强页面的趣味性,大家都有意无意的添加了很多动画效果,当然大部分都是css3动画效果,可以gpu加速,这会减少移动端的性能需求。
今天主要说的是蜂窝效果,具体效果大家等下可以运行源码,这里就不放gif图了。
css3的原理很简单,就是通过更改background-size,由于css3中的background中可以设置repeat属性...
分类:
Web程序 时间:
2014-07-20 15:16:51
阅读次数:
317
.header{ width:100%; height:100px; background:red; color:#333333;}aaaaaaaaaaaaaaeeeeeeeeeeeeeeeeeeeeeedddddddddddddddddddddddddddddddddddddddddddd...
分类:
其他好文 时间:
2014-07-19 17:25:05
阅读次数:
134
.div1{ width:100px; height:50px; background-color:Gray; opacity: 0.5; border:1px solid red; box-shadow:0 0 50px inset; border-radius:10px; margin:100px auto}
function gaibian() {
...
分类:
编程语言 时间:
2014-07-19 08:27:20
阅读次数:
214
在扩展数据里配置条码数据,使用过的条码不再出现selectBC_BARCODE,BC_UPDATEfromTBARCODEwhereBC_BARCODEnotin(selectBILL_KD_ITEMfromTBILL)andBC_USER_ID=‘$G_USER‘2.在模板里增加选择或者直接输入条码框,实物条码必须要用这个字段BILL_KD_ITEM<tdstyle="BACKGROUND-COL..
分类:
其他好文 时间:
2014-07-19 02:14:15
阅读次数:
219
Smith Numbers
Background
While skimming his phone directory in 1982, Albert Wilansky, a mathematician of Lehigh University , noticed that the telephone number of his brother-in-law H. Smith had ...
分类:
其他好文 时间:
2014-07-18 13:28:06
阅读次数:
234
价格
对a链接包含的span图标进行样式更改。
.icon-down-single-arr{
background-position: -67px -974px;
}
.icon-down-single-arr-li li:hover .icon-down-single-arr{
background-position: -81px -974px;...
分类:
Web程序 时间:
2014-07-17 10:32:35
阅读次数:
241