itboy2009

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  css

摘要:text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; 阅读全文
posted @ 2016-07-09 16:32 itboy2009 阅读(138) 评论(0) 推荐(0)

摘要:去除文本框的样式的外边框,使用outline属性,属性值设为none即可 阅读全文
posted @ 2016-04-11 16:22 itboy2009 阅读(313) 评论(0) 推荐(0)

摘要:<html> <head> <style> body,ul,li,span{padding:0px;margin:0px;} </style> </head> <body> <div> <ul> <li style='width:100%;list-style:none;text-align:cen 阅读全文
posted @ 2016-03-01 17:30 itboy2009 阅读(137) 评论(0) 推荐(0)

摘要:1 14 15 16 17 18 19 20 121 dafsdf22 23 24... 阅读全文
posted @ 2015-08-20 11:04 itboy2009 阅读(397) 评论(0) 推荐(0)