1.伪元素实现换行 .inline-element :: after { content: "\A"; white-space: pre; } 2.三角 利用伪元素 after 加一个 look 文字的border,利用定位定位到 look 底下,差不多是图中的样式,border为20px的红边框然 ...
分类:
Web程序 时间:
2017-12-09 20:45:56
阅读次数:
209
CSS中可以和不可以继承的属性 一、无继承性的属性 1、display:规定元素应该生成的框的类型 2、文本属性: vertical-align:垂直文本对齐 text-decoration:规定添加到文本的装饰 text-shadow:文本阴影效果 white-space:空白符的处理 unico ...
分类:
Web程序 时间:
2017-12-09 12:59:38
阅读次数:
255
CSS中可以和不可以继承的属性 一、无继承性的属性 1、display:规定元素应该生成的框的类型 2、文本属性: vertical-align:垂直文本对齐 text-decoration:规定添加到文本的装饰 text-shadow:文本阴影效果 white-space:空白符的处理 unico ...
分类:
Web程序 时间:
2017-12-08 14:10:39
阅读次数:
191
Filter模块执行顺序 Filter模块的执行顺序是在执行configure文件时决定的,configure文件执行完成后生成 ,文件中定义了一个数组 ,数组的顺序就是模块执行顺序的逆序。 一般而言,在模块的config文件中配置 为`HTTP_FILTER ngx_http_copy_filte ...
分类:
其他好文 时间:
2017-12-06 17:44:59
阅读次数:
542
本人业余时间开发了一个图片切割工具,非常好用,也很灵活! 特别对大型图片切割,更能体现出该软件的优势! ...
代码: p{ width: 50px; /*必须设置宽度*/ overflow: hidden; /*溢出隐藏*/ text-overflow: ellipsis; /*以省略号...显示*/ white-space: nowrap; /*强制不换行*/ } 这几个缺一不可。 1.text-over ...
分类:
其他好文 时间:
2017-12-05 17:48:23
阅读次数:
142
<span>你好43675373543786375425278687375434537diovfndlbnslvsdlbepsfqwo[ewsbnsdbonfdnb</span> 不换行 解决: 加上样式 : style="display:inline-block;width:60%;word-wr ...
分类:
Web程序 时间:
2017-12-05 00:55:05
阅读次数:
275
<style> .css2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 16em; } </style> 引用样式 <span class="css2" title="${ques.qcontent ...
分类:
其他好文 时间:
2017-12-04 19:09:42
阅读次数:
166
var car = {type:"Fiat", model:500, color:"white"}; var arr = array(); for(i in car){ arr[i] = car[i]; } ...
分类:
Web程序 时间:
2017-12-04 15:32:58
阅读次数:
255
UINavigationBar的一些颜色设置,以前老是忘,这次记住了 ...
分类:
移动开发 时间:
2017-12-04 11:37:33
阅读次数:
169