萤曦  

2017年12月25日

摘要: vue环境配置: 首先安装node:http://www.runoob.com/nodejs/nodejs-install-setup.html 1、安装淘宝镜像:npm install -g cnpm --registry=https://registry.npm.taobao.org 注:下面的 阅读全文
posted @ 2017-12-25 18:16 萤曦 阅读(340) 评论(0) 推荐(0) 编辑
 
摘要: <!--轮播--> <div class="swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide"> <!--二维码是梨的话显示梨的轮播图--> <img class="sp-image" src="imag 阅读全文
posted @ 2017-12-25 17:41 萤曦 阅读(119) 评论(0) 推荐(0) 编辑
 
摘要: 例: <div class="honor"> <div class="honor-pic"> <p class="trace-prcess" ><i class="honor-icon com-pic"></i>荣誉资质</p> <p class="process">HONER</p> <p cla 阅读全文
posted @ 2017-12-25 17:27 萤曦 阅读(968) 评论(0) 推荐(0) 编辑
 
摘要: <!DOCTYPE html><html><head> <style> div { height: 800px; width: 400px; border: 2px solid black; } /*h2 { position: fixed; margin:50px 500px; }*/ h2{ m 阅读全文
posted @ 2017-12-25 17:20 萤曦 阅读(93) 评论(0) 推荐(0) 编辑
 
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <style> *{ padding:0; margin:0; } .fl{ float:left; } ul,li{ list-style:non 阅读全文
posted @ 2017-12-25 17:18 萤曦 阅读(143) 评论(0) 推荐(0) 编辑