随笔分类 -  摘录类

一般多为转载
摘要://$a: Helvetica, sans-serif //$b: #333 // //body //font: 100% $a //color: $b //$a: red //body //color: $a $a: red .box color: $a color前的空格必须,red和$a前的空 阅读全文
posted @ 2016-03-30 18:41 1146937621 阅读(247) 评论(0) 推荐(0)
摘要:暂时使用的是:Koala,监测转义 $fff: #ffffff; $red:red; h1{ color: $fff; } 简单调用 #content{ color: $fff; .con{ content: $red; } } 或者: #content,#nei{ a{ color: $fff; 阅读全文
posted @ 2016-03-30 18:40 1146937621 阅读(721) 评论(0) 推荐(0)