
web
Luyc_Han
努力过后幸福总是来的如此突然
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
手机端rem适配设置
web适配手机端尺寸创建rem.js文件将一下代码拷贝到文件(function(doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize', recalc = function() {原创 2017-07-28 16:30:53 · 539 阅读 · 0 评论 -
vue界面传值(子父组件)
父组件<template> <div> <div class="rootViewstyle"> <titleview model="1123" @touch="touchbtn"></titleview> </div> </div></template><script> import titleview from "./原创 2017-09-15 15:18:19 · 1252 阅读 · 0 评论