摘要:
1、下载 cnpm install create-react-app -g 2、创建文件 create-react-app +文件名字 3、scss配置 下载 cnpm i node-sass@4.0.0 sass-loader@4.0.0 -D 配置 在node_modules文件夹中,进入rea 阅读全文
posted @ 2018-03-21 16:44
风在吹,雪纷飞
阅读(138)
评论(0)
推荐(0)
摘要:
1、单行文本显示省略号 html: <p>我的热情,好像一把火,燃烧了整个沙漠~~~</p> css: p{ overflow: hidden; //超出部分隐藏 text-overflow: ellipsis; //省略号 white-space: nowrap; //一行显示 width:320 阅读全文
posted @ 2018-03-21 16:36
风在吹,雪纷飞
阅读(197)
评论(0)
推荐(0)
摘要:
1、下载 npm i swiper -S 2、添加swiper的css、js <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.0.0/css/swiper.min.css"> <script s 阅读全文
posted @ 2018-03-21 16:04
风在吹,雪纷飞
阅读(1182)
评论(0)
推荐(0)