随笔分类 -  div+css

设计路线,奋斗中……
摘要:废话不多说,直接代码。 效果: 阅读全文
posted @ 2017-08-28 18:48 序猿·徐 阅读(536) 评论(0) 推荐(0)
摘要:1、打开Webstorm的Setting 搜索,watch 找到 File watch,点击右侧加号添加Less。 2、配置, working directory、 Output paths 阅读全文
posted @ 2016-08-01 09:38 序猿·徐 阅读(305) 评论(0) 推荐(0)
摘要:overflow: hidden;text-overflow: ellipsis;white-space: nowrap;也无需给元素设置固定宽度! 阅读全文
posted @ 2015-05-15 14:14 序猿·徐 阅读(266) 评论(0) 推荐(0)
摘要:@-moz-keyframes revolving{ 0{ -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); } 25%{ -moz-transform: r... 阅读全文
posted @ 2014-09-19 16:30 序猿·徐 阅读(797) 评论(0) 推荐(0)
摘要:预知效果如何,查看源代码,预览效果: 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <html> 3 <head> 4 <title></title> 5 <!-- 样式 --> 6 <style type="text/css"> 7 /* div的 position 为 absolut 阅读全文
posted @ 2011-03-28 23:16 序猿·徐 阅读(4630) 评论(0) 推荐(3)