摘要:
通过sass动态设置rem 移动端我们一般是根据iPhone6的375来进行开发的 ex: js文件: let htmlWidth = document.documentElement.clientWidth || document.body.cilentWidth; // 获取视窗高度 let h 阅读全文
摘要:
****************************************************************************************************** 第⑥步操作完成 正常按提交git的方法进行提交 阅读全文
摘要:
模拟项目中遇到的问题,总结如下: 1.争对轮播图 使用vue-awesome-swiper npm install vue-awesome-swiper@2.6.7 --save //因为此版本稳定 // 轮播插件引用 import VueAwesomeSwiper from 'vue-awesom 阅读全文
摘要:
通过form属性enctype="multipart/form-data"上传 html: <form action="" class="" enctype="multipart/form-data" id="peo-new-form"> <div class="flex flex-pack-cen 阅读全文
摘要:
http://www.lovewebgames.com/jsmodule/paging.html 使用此插件只需引入插件的css、js然后让后台返回对应的当前页、每页显示的条数、以及总条数(count) 前端只需要把当前页、每页条数返给后台就ok 阅读全文
摘要:
<style type="text/css"> .select_demo,.select_list { width: 400px; height: 60px; } .select_demo { background-color: #fbe4e8; } .select_list { border: s 阅读全文
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="chufang/flex.less"/> <link rel="style 阅读全文
摘要:
JSON.parse()和JSON.stringify() 1.parse 用于从一个字符串中解析出json 对象。例如 var str='{"name":"cpf","age":"23"}' 经 JSON.parse(str) 得到: Object: age:"23" name:"cpf" _pr 阅读全文
摘要:
1、官网下载git 并安装 2、配置用户信息:(在git bash中执行) git config --global user.name '自己的名字' git config --global user.email '自己的邮箱' git config --list 查看配置信息 3、客户端sourc 阅读全文
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> html,body,#wrapper{height: 100%;width: 100%;} /*html{font- 阅读全文