text-overflow是css3的属性,用来处理文本溢出,默认裁剪处理,text-overflow属性只能用于block和inline-block元素,内联的和box,flexbox不适用用法:div{white-space: nowrap;text-overflow:ellipsis;over...
分类:
其他好文 时间:
2015-09-03 15:22:02
阅读次数:
202
div{display: -webkit-box;-webkit-box-align:center; //垂直居中-webkit-box-pack:center;//水平居中}
分类:
其他好文 时间:
2015-09-03 01:49:49
阅读次数:
212
解析json数据//找到json路径NSString*filePath=[[NSBundlemainBundle]pathForResource:@"us_box"ofType:@"json"];//从路径中获取数据NSData*data=[NSDatadataWithContentsOfFile:filePath];//解析json------>转换成NSDictionary或者是NSArray//在iOS5.0之前解析json数据使用..
分类:
Web程序 时间:
2015-09-02 19:22:35
阅读次数:
166
CSS中, Box Model叫盒子模型(或框模型),Box Model规定了元素框处理元素内容(element content)、内边距(padding)、边框(border) 和 外边距(margin) 的方式。在HTML文档中,每个元素(element)都有盒子模型,所以说在Web世界里(特别...
分类:
其他好文 时间:
2015-09-02 09:21:14
阅读次数:
179
DescriptionPeople in Silverland use coins.They have coins of value A1,A2,A3...An Silverland dollar.One day Tony opened his money-box and found there w...
分类:
其他好文 时间:
2015-09-01 21:37:00
阅读次数:
343
//html 中 id=“box” 就是显示当前元素的位置
分类:
其他好文 时间:
2015-09-01 13:53:34
阅读次数:
126
driver.sendKeyEvent(84);Appium says it successfully sent in the command but 'search' does not get tapped. Cursor remains in text box and results do no...
分类:
其他好文 时间:
2015-09-01 10:36:38
阅读次数:
139
选中文本时的字体颜色::selection { color: white; background: #0aa284;}去掉chrome记住密码后自动填充表单的黄色背景input:-webkit-autofill {-webkit-box-shadow:0 0 0px 1000px white ins...
分类:
其他好文 时间:
2015-08-31 17:05:46
阅读次数:
202
一.倒影:-webkit-box-reflect:属性值1:位置 [above , below , left , right]属性值2:间距 像素值属性值3:渐变-webkit-box-reflect: -webkit-linear-gradient(top,rgba(0,0,0,0) 20%,rg...
分类:
Web程序 时间:
2015-08-31 13:08:42
阅读次数:
141
CSS强大的特效:一、边框:1、box-shadow:10px 10px 10px 10px red水平垂直 模糊延长颜色示例:测试数据 2、border-radius:10px;圆角3、border-image:url("");4、border-color:边框颜色二、背景:1、backgrou....
分类:
Web程序 时间:
2015-08-30 22:53:29
阅读次数:
223