会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lyt598
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2019年10月8日
rem
摘要: 通过sass动态设置rem 移动端我们一般是根据iPhone6的375来进行开发的 ex: js文件: let htmlWidth = document.documentElement.clientWidth || document.body.cilentWidth; // 获取视窗高度 let h
阅读全文
posted @ 2019-10-08 16:42 lyt598
阅读(224)
评论(0)
推荐(0)
2019年7月25日
vscode 将本地项目上传到码云
摘要: ****************************************************************************************************** 第⑥步操作完成 正常按提交git的方法进行提交
阅读全文
posted @ 2019-07-25 10:26 lyt598
阅读(2505)
评论(0)
推荐(0)
2019年7月23日
vue 模拟去哪网
摘要: 模拟项目中遇到的问题,总结如下: 1.争对轮播图 使用vue-awesome-swiper npm install vue-awesome-swiper@2.6.7 --save //因为此版本稳定 // 轮播插件引用 import VueAwesomeSwiper from 'vue-awesom
阅读全文
posted @ 2019-07-23 14:06 lyt598
阅读(172)
评论(0)
推荐(0)
2019年7月9日
form 文件上传
摘要: 通过form属性enctype="multipart/form-data"上传 html: <form action="" class="" enctype="multipart/form-data" id="peo-new-form"> <div class="flex flex-pack-cen
阅读全文
posted @ 2019-07-09 16:06 lyt598
阅读(289)
评论(0)
推荐(0)
2019年7月8日
分页
摘要: http://www.lovewebgames.com/jsmodule/paging.html 使用此插件只需引入插件的css、js然后让后台返回对应的当前页、每页显示的条数、以及总条数(count) 前端只需要把当前页、每页条数返给后台就ok
阅读全文
posted @ 2019-07-08 17:23 lyt598
阅读(105)
评论(0)
推荐(0)
2019年6月21日
修改默认select样式
摘要: <style type="text/css"> .select_demo,.select_list { width: 400px; height: 60px; } .select_demo { background-color: #fbe4e8; } .select_list { border: s
阅读全文
posted @ 2019-06-21 13:34 lyt598
阅读(440)
评论(0)
推荐(0)
2019年6月18日
模拟select下拉框、复选框效果
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="chufang/flex.less"/> <link rel="style
阅读全文
posted @ 2019-06-18 15:32 lyt598
阅读(281)
评论(0)
推荐(0)
json
摘要: JSON.parse()和JSON.stringify() 1.parse 用于从一个字符串中解析出json 对象。例如 var str='{"name":"cpf","age":"23"}' 经 JSON.parse(str) 得到: Object: age:"23" name:"cpf" _pr
阅读全文
posted @ 2019-06-18 15:27 lyt598
阅读(118)
评论(0)
推荐(0)
2019年5月22日
git 学习
摘要: 1、官网下载git 并安装 2、配置用户信息:(在git bash中执行) git config --global user.name '自己的名字' git config --global user.email '自己的邮箱' git config --list 查看配置信息 3、客户端sourc
阅读全文
posted @ 2019-05-22 17:57 lyt598
阅读(169)
评论(0)
推荐(0)
2019年5月10日
模拟聊天窗口 拖拽
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> html,body,#wrapper{height: 100%;width: 100%;} /*html{font-
阅读全文
posted @ 2019-05-10 14:19 lyt598
阅读(157)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告