加载中
vue 前端框架面试问题汇总

1 active-class是哪个组件属性。嵌套路由怎么定义? 解、vue-router 模块的router-link 组件 2 怎么定义vue-router动态路由?怎么获取传过来的动态参数? 解、在router目录下的index.js文件中...

vue.js 总结

//1.Vuejs组件 Vue.component('mine',{ template:'#mineTpl', props:['name','title','city','content'] }); var v = new Vue({   el:'#vueInstance',   data:{     name:'zhang',     ti...

2018/06/06 10:36
212
JQ 底部弹出遮罩效果

1 直接上代码 清晰明了 <style> @charset "UTF-8"; .am-share { font-size: 14px; border-radius: 0; bottom: 0; left: 0; position: fixed; text-align: center; -webki...

node.js关于fs 读写文件的实战

1 添加一个文件内容 var fs = require('fs'); fs.open(Date.now() + '.txt', 'a+', function (err, fd) { //创建一个文件件 名称以时间戳的形式存在 if (err) throw err; console.log(fd); }...

CSS3媒体判断iphone4 5 6 6plus 7 7puls 8 8puls iphonex

兼容iphone4/4s @media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){ } 兼容iphone5 @media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){ } 兼容iph...

2018/05/04 14:02
1.9K
团队中的前端

在一个设计和开发Web 网站中Wbe 应用中, 基于web技术的本机樱桃团队, 一个构建专业的wen网站软件的角色 视觉设计 (字体, 颜色, 字距, 视觉概念&主题) UI/交互设计/信息架构师 (制定框架, 指...

2017/09/29 17:41
62
CSS动画

transition 过渡动画 transition-property: 属性 transition-duration: 间隔 transition-timing-function: 曲线 transition-delay: 延迟 常见钩子 transtitionend animation / keyframes ani...

2020/12/25 14:53
99
CSS动画

transition 过渡动画 transition-property: 属性 transition-duration: 间隔 transition-timing-function: 曲线 transition-delay: 延迟 常见钩子 transtitionend animation / keyframes ani...

2020/12/25 14:49
87
解决 IE 10 11 12 l浏览器滚动条白色问题以及添加样式问题 (其他浏览器滚动条问题)

1 去掉 IE 浏览器滚动条问题 .dropdown ul.topic{ -ms-scroll-chaining: chained; -ms-overflow-style: none; -ms-content-zooming: zoom; -ms-scroll-rails: none; -ms-content-zoom-limit-...

2020/01/10 11:09
340
关于滚动fullpage 下滑问题。跳出滚动模块

目前需要知道的事 $('#fullpage').fullpage({ verticalCentered: true,//定义每一页的内容是否垂直居中,默认true resize : false,//字体是否随窗口缩放而缩放,默认false css3: true,//是否...

2019/11/07 18:36
837

没有更多内容

加载失败,请刷新页面

返回顶部
顶部