Less 的用法
2018-06-24 02:23:53来源:未知 阅读 ()
1. node.js
node.js是一个前端的框架 自带一个包管理工具npm
- node.js 的安装
官网:http://nodejs.cn/
- 在命令行检验是否安装成功
- 切换到项目目录,初始化了一个package.json文件
- 安装与卸载jQuery包(例子)
- 安装
-
- 卸载
- 安装淘宝镜像
2. 安装less
试一试:
test.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="style.css"/> </head> <body> <div id="box"> <ul> <li>你好</li> <li>hello</li> </ul> </div> </body> </html>
style.less
#box{ width:200px; height:200px; background-color:blue; ul{ color:white; li{ line-height:50px; } } }
- 在命令行中输入lessc xxx.less xxx.css,如下:
- 用浏览器打开test.html 看一下效果吧
3. less 的基本用法
https://less.bootcss.com/
- 变量
@red:red; @w:200px; #big{ width:@w; height:@w; background-color:@red; #small{ width:@w; height:@w; background-color:@red; } } p{ color:@red; }
- 混合
.bt{ width:200px; height:200px; border-top:2px solid red; background-color:red; } #big{ .bt; #small{ .bt; } }
- 嵌套
#box{ width:100%; height:60px; background-color:#ccc; h3{ width:100%; height:20px; background-color:yellow; } ul{ list-style:none; li{ height:40px; line-height:40px; float:left; padding:0 10px; } } }
- 运算
@color:#333; #box{ width:100%; height:60px; background-color:@color+#111; }
- calc()
@var:50vh/2; #box{ width:calc(50% + (@var - 20px)); }
- 固定函数
@base:#f04615; @width:0.5; #box{ width:percentage(@width); color:saturate(@base,5%); background-color:spin(lighten(@base,25%),8); }
- 注释
//单行注释// /*多行 注释*/
- 引入其他less文件
@import "other.less";
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- html post请求之a标签的两种用法举例 2020-05-11
- 有关Vue scoped less 样式编译不通过 2020-03-11
- less使用小结 2020-02-29
- 易优CMS:switch的基础用法 2019-12-03
- css中after的三种用法 2019-10-25
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash