http://www.w3ci.com/video/715.html

http://koala-app.com/index-zh.html

/***************三角形的应用***************/
.triggle(top,@w:5px,@c:#ccc){
border-width:@w;
border-color:@c transparent transparent transparent;
border-style: solid dashed dashed dashed;
}
.triggle(right,@w:5px,@c:#ccc){
border-width:@w;
border-color:transparent @c transparent transparent;
border-style: dashed solid dashed dashed;
}
.triggle(bottom,@w:5px,@c:#ccc){
border-width:@w;
border-color:transparent transparent @c transparent;
border-style: dashed dashed solid dashed;
}
.triggle(left,@w:5px,@c:#ccc){
border-width:@w;
border-color:transparent transparent transparent @c;
border-style: dashed dashed dashed solid;
} .triggle(@_,@w:5px,@c:#ccc)
{
width:0;
height:0;
overflow: hidden;
}
.sanjiao{
.triggle(left,12px);
} /*******************position的应用***************/ .pos(a){
position:relative;
}
.pos(b){
position: absolute;
}
.pos(c){
position: fixed;
}

最新文章

  1. note of introduction of Algorithms(Lecture 3 - Part1)
  2. python 字符串与数字之间的转换
  3. 使用gdb调试Python进程
  4. Bootstrap入门五:表格
  5. IntelliJ IDEA 14 利用JRebel实现热部署 二
  6. mac下如何查看指定端口被谁占用并且杀死该进程
  7. 新型信用卡MasterPass
  8. Nodejs学习笔记——Assert(断言)
  9. Objective-c 内存管理
  10. ASP.NET中 RegularExpressValidator(正则验证)的使用
  11. centos6.4搭建apache+mysql+php环境
  12. RabbitMQ系列教程之一:我们从最简单的事情开始!Hello World
  13. Ext.isEmpty()的使用
  14. E - Stones 优先队列
  15. <Linux> 文件夹右下角有锁,解锁
  16. Android中如何让DialogFragment全屏(DialogFragment fullscreen)
  17. SQL Server 2008 R2:error 26 开启远程连接详解
  18. 关于 [TNS-12516 TNS:listener could not find instance with matching protocol stack ]
  19. python-day47--pymysql模块
  20. leetcode521

热门文章

  1. iOS开发小技巧--边接受数据边写入文件的两种方法
  2. windows Server2008R2 每隔一段时间自动关机解决办法
  3. 缓存插件 EHCache 对象缓存(Spring)
  4. Freemarker 之 Java静态化 实例一
  5. SQLServer用sql语句怎么返回一个月所有的天数
  6. Xcode 6以上版本如何创建一个空的工程(Empty Application)
  7. Linux文件权限;ACL;Setuid、Setgid、Stick bit特殊权限;sudo提权
  8. 详细解读Jquery各Ajax函数:$.get(),$.post(),$.ajax(),$.getJSON()
  9. 解决IE apk变成zip:Android 手机应用程序文件下载服务器Nginx+Tomcat配置解决方法
  10. truncate的用法