码迷,mamicode.com
首页 >  
搜索关键字:transparent    ( 581个结果
AndroidStudio 常用设置iLiam
设置风格:Darcula 字体大小 鼠标悬浮,快速文档提示: 代码提示 默认文件编码 Settings –> File Encodings 勾选Transparent native-to-ascii conversion 更改properties files、project Encoding、IDE ...
分类:移动开发   时间:2016-07-30 16:26:49    阅读次数:199
CSS BACKGROUND汇总
1. background-color 所有元素都能设置背景颜色。 background-color的默认值是transparent;也就是说,如果一个元素没有指定背景颜色,那么背景就是透明的,这样其祖先元素的背景才能可见。 2. background-image 所有元素都能设置背景图像; 背景图 ...
分类:Web程序   时间:2016-07-24 20:47:01    阅读次数:156
CSS background汇总
所有背景属性都不能继承。 1. background-color 所有元素都能设置背景颜色。 background-color的默认值是transparent;也就是说,如果一个元素没有指定背景颜色,那么背景就是透明的,这样其祖先元素的背景才能可见。 2. background-image 所有元素 ...
分类:Web程序   时间:2016-07-22 19:04:50    阅读次数:194
取消GridView/ListView item被点击时的效果 记录学习
方法一,在控件被初始化的时候设置 gridView.setSelector(new ColorDrawable(Color.TRANSPARENT)); listView.setSelector(new ColorDrawable(Color.TRANSPARENT)); 方法二,在布局文件中设置l ...
分类:其他好文   时间:2016-07-20 10:22:17    阅读次数:115
Oracle tns 协议
下面是翻译国外的一篇博客,原文连接如下: https://thesprawl.org/research/oracle-tns-protocol/ 简介 TNS(Transparent Network Substrate) 协议用于客户端连接Oracle数据库,它可以使用其他一些协议进行通信,如:TC ...
分类:数据库   时间:2016-07-15 20:20:45    阅读次数:1052
表格样式
.wpcf7-formp{margin:0;color:#fff;} .wpcf7-forminput.wpcf7-text,textarea.wpcf7-textarea{color:#fff!important; border-color:#fff!important; border-width:2px!important; background-color:transparent!important; padding:13px!important; border-radius:2px!importan..
分类:其他好文   时间:2016-07-13 12:02:55    阅读次数:152
CSS透明属性详解
.transparent_class {filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;} 上面的几个属性分别是: opacity: 0.5; 这是最重要的,因为它是CSS标准.该属性支持firef ...
分类:Web程序   时间:2016-07-13 09:11:33    阅读次数:219
Html 移动web开发细节处理
1、-webkit-tap-highlight-color:rgba(255,255,255,0)可以同时屏蔽ios和android下点击元素时出现的阴影。备注:transparent的属性值在android下无效。 2、-webkit-appearance:none可以同时屏蔽输入框怪异的内阴影, ...
分类:移动开发   时间:2016-07-12 15:20:37    阅读次数:253
Html 移动web开发细节处理
1、-webkit-tap-highlight-color:rgba(255,255,255,0)可以同时屏蔽ios和android下点击元素时出现的阴影。备注:transparent的属性值在android下无效。 2、-webkit-appearance:none可以同时屏蔽输入框怪异的内阴影, ...
分类:移动开发   时间:2016-07-11 16:55:15    阅读次数:183
Rendering Transparent 3D Surfaces in WPF with C#(转载)
Rendering Transparent 3D Surfaces in WPF with C# The primary problems that arise when rendering semi-transparent 3d objects in Windows Presentation Fo ...
分类:Windows程序   时间:2016-07-08 23:10:27    阅读次数:690
581条   上一页 1 ... 27 28 29 30 31 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!