码迷,mamicode.com
首页 >  
搜索关键字:appearance    ( 712个结果
select元素中设置padding效果
给select元素增加:padding-left:20px;但是未生效,如下图所示: 在select上如何使设置padding生效? 方法一: 设置属性appearance: 给select增加属性: appearance: none; -webkit-appearance: none; 效果如下: ...
分类:其他好文   时间:2016-08-05 00:37:16    阅读次数:1424
IEDA常用设置
File -> Settings -> Appearance & Behavior (1).-> Appearance -> Theme -> 下拉选择 Alloy.IDEA Theme(2).-> Appearance -> 勾选 Orerride default fonts by(not rec ...
分类:其他好文   时间:2016-08-04 21:33:10    阅读次数:1446
去除下拉框的默认样式
select { /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/ border: solid 1px #000; /*很关键:将默认的select选择框样式清除*/ appearance:none; -moz-appearance:none; -webkit-appeara ...
分类:其他好文   时间:2016-08-01 22:57:13    阅读次数:188
navigation和tabbar上的文字.图片 自定义
[[UITabBarItem appearance] setTitleTextAttributes:@{ UITextAttributeTextColor : [UIColor blackColor],UITextAttributeFont:[UIFont fontWithName:@"Marion ...
分类:其他好文   时间:2016-08-01 17:37:49    阅读次数:248
PyCharm自备常用技巧
调节PyCharm的背景颜色 File-->Settings-->Appearance&Behavior-->Appearance 在PyCharm中切换Python版本 File-->Settings-->Project:s12-->Project interpreter ...
分类:其他好文   时间:2016-08-01 08:05:06    阅读次数:195
关于UITextAttributeTextColor,NSForegroundColorAttributeName的问题
UITextAttributeTextColor的问题 objc中使用UITextAttributeTextColor [[UITabBarItem appearance] setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKe ...
分类:其他好文   时间:2016-07-30 00:23:24    阅读次数:438
移除HTML5 input在type="number"时的上下小箭头
在chrome下: input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{ -webkit-appearance: none !important; margin: 0; } Firefox下: input[type="n ...
分类:Web程序   时间:2016-07-22 18:40:17    阅读次数:166
设置tabbar的选中状态下标签文字的颜色
// 1.设置选中文字颜色 [[UITabBarItem appearance] setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor colorWithRed:234/255.0 green:50/25 ...
分类:其他好文   时间:2016-07-19 13:33:35    阅读次数:161
July 17th, Week 30th Sunday, 2016
You are beautiful, but that is not why I love you. 你如此美丽,但我并非因此而爱你。 Although we have always been told that don't judge a thing from its appearance, it ...
分类:其他好文   时间:2016-07-18 02:36:34    阅读次数:175
IntelliJ IDEA 14.x 快捷键/个性化设置
常用快捷键设置(设置成跟Eclipse差不多) 按照路径:File -> Settings -> Appearance & Behavior -> Keymap -> Copy 一份 Eclipse,命名为 Eclipse_blog.snsgou.com 弱弱的补充说明一下: 新买了一台 Think ...
分类:其他好文   时间:2016-07-17 13:24:30    阅读次数:209
712条   上一页 1 ... 27 28 29 30 31 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!