注意:以下前缀兼容性写法注释-o-:Opera-ms://IE10-moz://火狐-webkit://Safari 4-5, Chrome 1-9 1. 去除 iOS移动端 input,textarea输入框聚焦时上方内阴影样式 appearance属性,用来移除原生控件样式。亦可以用来去除 se ...
分类:
Web程序 时间:
2018-03-22 13:41:53
阅读次数:
324
直接上代码 起重要作用的就是-webkit-appearance: none,将radio默认样式清除,然后就可以自己需要设置了。 ...
分类:
其他好文 时间:
2018-03-16 14:31:55
阅读次数:
149
1、去掉“自动保存功能” pycharm默认是自动保存的,习惯自己按 ctrl + s 的可以进行如下设置: 菜单File -> Settings... -> Appearance & Behavior -> System Settings 去掉以下2个选项的选中 Synchronize files ...
分类:
其他好文 时间:
2018-03-15 21:08:47
阅读次数:
206
iOS之后想要操作顶部状态栏就不是太容易了,操作步骤如下: 首先在info.plist文件中添加View controller-based status bar appearance项, 一. View controller-based status bar appearance项设为YES,则Vi ...
分类:
移动开发 时间:
2018-03-10 22:06:25
阅读次数:
227
关闭Intellij IDEA自动更新 在File->Settings->Appearance & Behavior->System Settings->Updates下取消Automatically check updates for勾选 隐藏.idea文件夹和.iml等文件 IntelliJ I ...
分类:
其他好文 时间:
2018-02-27 19:36:16
阅读次数:
733
打开myeclipse工具后,选择工具栏中的window-》preferences-》General-》Appearance-》Colors and Fonts-》Basic-》Text Font 双击 ...
分类:
系统相关 时间:
2018-02-23 13:26:54
阅读次数:
208
IOS端: andorid端: 仅仅使用上面的代码还不够,可以发现select框在某些浏览器(包括微信)内置浏览器下 还会有箭头以及高亮的线框,要除去这个可以使用 1 -webkit-appearance: none; 1 -webkit-appearance: none; 1 -webkit-ap ...
分类:
移动开发 时间:
2018-02-22 16:41:51
阅读次数:
457
public void HideTabcontrolLabel(TabControl tabControl1) { tabControl1.Appearance = TabAppearance.FlatButtons; tabControl1.SizeMode = TabSizeMode.Fixed... ...
当input的type为number时会显示数字加减的上下箭头,这里把其去掉:input[type="number"]{ -moz-appearance: textfield; -webkit-appearance: none !important; } input::-webkit-inner-s... ...
分类:
其他好文 时间:
2018-02-02 16:10:44
阅读次数:
187
下载Putty地址:https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html选择putty.zip 32位下载即可安装后,添加要远程的ipsaved sessions 这里填你的虚拟机名(随意也行)设置一些属性Window :Lines of scrollback :上下翻滚的行数appearance :设置字体属性transla
分类:
系统相关 时间:
2018-01-30 12:23:31
阅读次数:
239