码迷,mamicode.com
首页 >  
搜索关键字:appearance    ( 712个结果
使用 CSS 去掉 iPhone 网页上按钮的超大圆角以及文本框圆角默认样式
使用 iPhone 上的浏览器去浏览网页的时候,按钮总是显示超大圆角且颜色由上而下渐变的样式,显得超级恶心,而且文本框也会有一定的圆角,但是我们自己定义 border-radius 也没有效果,经过搜索发现这是 webikt 内核浏览器通过私有属性 -webkit-appearance 对控件设置了...
分类:Web程序   时间:2015-01-30 17:23:47    阅读次数:143
zend studio-字体大小设置
在使用zend studio的过程中为了方便我们编码,很多时候需要设置编码的字体的大小,设置步骤如下:选择【Windows】-【preference】-【general】-【appearance】-【colors and fonts】选择【basic】-【text font】然后来进行设置。
分类:其他好文   时间:2015-01-29 12:14:34    阅读次数:222
web app开发中 iPhone、iPad默认按钮样式问题
iPhone、iPad默认按钮样式问题解决方法给按钮元素添加一个-webkit-appearance: none;具体代码input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none...
分类:移动开发   时间:2015-01-28 14:21:57    阅读次数:138
Pycharm 主题背景色的配置
PyCharm是一种Python IDE,带有一整套可以帮助用户在使用Python语言开发时提高其效率的工具。那么它的主题背景如何设置呢? 具体操作:   步骤一:选择 “file” 菜单下的 “setting”选项:           步骤二:选择“IDE Setting”下的 “Appearance”选项:            步骤三:点...
分类:其他好文   时间:2015-01-27 18:37:27    阅读次数:39284
iOS设置导航栏透明度
As I support Colin's answer, I want to give you an additional hint to customize the appearance of an UINavigationBar including the alpha.The trick is ...
分类:移动开发   时间:2015-01-25 16:25:17    阅读次数:200
Cosmetic Dental Procedures Are Coming
Cosmetic dentistry usually refers to specific services that are aimed at improving the appearance of teeth and various dental aspects (such as bite an...
分类:其他好文   时间:2015-01-23 18:17:14    阅读次数:165
iOS7下隐藏status bar的详细研究
info.plist文件中,View controller-based status bar appearance项设为YES,则View controller对status bar的设置优先级高于application的设置。为NO则以application的设置为准,view controlle...
分类:移动开发   时间:2015-01-23 13:13:36    阅读次数:210
【转】eclipse怎么设置字体大小
原文网址:http://jingyan.baidu.com/article/f96699bb9442f3894e3c1b15.html1.打开eclipse,找到window2.点击后在下拉菜单中找到preferences步骤阅读3在左边的菜单栏中找到general,appearance在gener...
分类:系统相关   时间:2015-01-21 16:29:27    阅读次数:229
解决PuTTY中文乱码【转载】
解决PuTTY中文乱码转载:http://lhdeyx.blog.163.com/blog/static/3181969720091115113716947/打开putty,选择 Category中的Windows--->Appearance---> Font settings 把”字体”改为”Fi...
分类:其他好文   时间:2015-01-20 17:51:37    阅读次数:118
Eclipse setting
设置字体大小: window--preferences--General--appearance--colors and fonts--java--"java editor text font",然后点change Eclipse中导入java文件中注释为乱码: 出现的原因:因为windows下默认的编码是GBK,而导入的ava源文件编码是UTF-8 eclipse->wi...
分类:系统相关   时间:2015-01-20 10:27:00    阅读次数:222
712条   上一页 1 ... 58 59 60 61 62 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!