码迷,mamicode.com
首页 >  
搜索关键字:indent    ( 1126个结果
网页头部优化
logo优化:1.logo图片尽量小。2.一般情况下是作为背景放入的。2.肯定加h1标签(提权)4.搜索引擎对文本链接最友好。 <a href="#">123456</a>5.可以利用text-indent:-9999em; 隐藏文字,再display:block;转为块,再设置它的高(块元素只能继 ...
分类:Web程序   时间:2016-07-05 22:31:58    阅读次数:178
css用背景图来替换文字来达到隐藏文字的目的
根据html代码的不同来分成两大类方法,如下 html代码: <h1 class="replace-indent">hello see</h1> 第一种方法:text-indent .replace-indent{ height:200px; width:200px; background:url( ...
分类:Web程序   时间:2016-07-04 18:56:13    阅读次数:156
css文本
text-indent: 设置缩进 text-align:center 设置居中 word-spacing: 设置单词间的距离 letter-spacing: 设置字母间的距离 text-transform: 设置大小写,属性值有uppercase,none,lowercase,capitalize ...
分类:Web程序   时间:2016-07-04 15:18:08    阅读次数:217
vim设置为indent折叠以后,每次打开文件时代码处于折叠状态,能改变吗?
vim设置为indent折叠以后,每次打开文件时代码处于折叠状态。即使这次编辑的时候把折叠展开,保存关闭文件,重新打开,所有的代码都又折叠起来了。请问有没有默认不折叠的方法?是否有可以一次展开所有折叠的操作?(zO不行,只能移到折叠行上,展开该行以及该行下缩进更多的折叠) 2013-09-19 09 ...
分类:系统相关   时间:2016-07-04 11:23:54    阅读次数:175
vim编写Bash脚本
vim编写Bash脚本,可以说是类unix系统下的原生应用啊,想到初vi编辑器可是每个unix自带的哦。 缩进:在.vimrc中添加 filetype plugin indent on 未完待续,以后多写点。 ...
分类:系统相关   时间:2016-07-03 18:55:52    阅读次数:189
解决VIM编辑器中文乱码
追加如下内容到/etc/vimr (或者不同的用户家目录下的.vimrc文件中) set encoding=utf8filetype plugin indent onsyntax on" show existing tab with 4 spaces widthset tabstop=4" when ...
分类:系统相关   时间:2016-06-29 15:51:00    阅读次数:326
text-indent的用法
一、text-indent应用于块级元素 我们也可以通过负的text-indent来制作一些效果: 二、text-indent应用于行内元素 没有效果; 三、text-indent应用于替换元素 这里以应用到image与input元素为例进行说明, img缩进了2个字符,input里面的value值 ...
分类:其他好文   时间:2016-06-24 22:10:31    阅读次数:257
Change the indent between a list bullet or number and text
Keywords: Office Word Applies To: Word 2007 Applies To: Word 2007 Applies To: Word 2007 You can adjust the indents in a list to change how the list it ...
分类:其他好文   时间:2016-06-19 12:46:34    阅读次数:175
6月18日,顺利多了
margin:auto 居中 input type=text 输入框 list-style:none 列表取消原点(导航用、导航用) text-indent:_px 首行缩进,一定要加“批叉” 新知识:work-wrap:break-word 自动换行~~~啦啦啦 p是块级元素 span和input ...
分类:其他好文   时间:2016-06-18 23:54:14    阅读次数:211
笔记 python与json数据
json数据的编码解码编码:json.dumps()解码:json.loads()json的人文关怀1,数据排序:sort_keys=True/False(默认)2,缩进显示:indent=x(空格数)3,如果是用于网络传输,如表单提交等,则数据量越小越好,所以删除空白很有必要:separators=(‘,‘,‘:‘)数据一般是用逗号和冒号进..
分类:编程语言   时间:2016-06-14 19:45:13    阅读次数:224
1126条   上一页 1 ... 91 92 93 94 95 ... 113 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!