给select元素增加:padding-left:20px;但是未生效,如下图所示: 在select上如何使设置padding生效? 方法一: 设置属性appearance: 给select增加属性: appearance: none; -webkit-appearance: none; 效果如下: ...
分类:
其他好文 时间:
2016-08-05 00:37:16
阅读次数:
1424
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
[[UITabBarItem appearance] setTitleTextAttributes:@{ UITextAttributeTextColor : [UIColor blackColor],UITextAttributeFont:[UIFont fontWithName:@"Marion ...
分类:
其他好文 时间:
2016-08-01 17:37:49
阅读次数:
248
调节PyCharm的背景颜色 File-->Settings-->Appearance&Behavior-->Appearance 在PyCharm中切换Python版本 File-->Settings-->Project:s12-->Project interpreter ...
分类:
其他好文 时间:
2016-08-01 08:05:06
阅读次数:
195
UITextAttributeTextColor的问题 objc中使用UITextAttributeTextColor [[UITabBarItem appearance] setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKe ...
分类:
其他好文 时间:
2016-07-30 00:23:24
阅读次数:
438
在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
// 1.设置选中文字颜色 [[UITabBarItem appearance] setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor colorWithRed:234/255.0 green:50/25 ...
分类:
其他好文 时间:
2016-07-19 13:33:35
阅读次数:
161
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
常用快捷键设置(设置成跟Eclipse差不多) 按照路径:File -> Settings -> Appearance & Behavior -> Keymap -> Copy 一份 Eclipse,命名为 Eclipse_blog.snsgou.com 弱弱的补充说明一下: 新买了一台 Think ...
分类:
其他好文 时间:
2016-07-17 13:24:30
阅读次数:
209