上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

2019年2月1日

react 父组件调用子组件方法

摘要: 父组件: import React from 'react';import Zi from './zi.js' class Parentcom extends React.Component{ constructor(props){ super(props); this.state={ } } on 阅读全文

posted @ 2019-02-01 08:37 luziluck 阅读(440) 评论(0) 推荐(0) 编辑

2019年1月25日

Google浏览器的所有版本下载

摘要: Google浏览器有很多版本,比如说:stable(稳定版),beta(测试版),dev(开发人员版),还有一个canary(金丝雀版)。这几个版本稳定性依次降低,但是性能和功能却依次上升,至于那个最好需要看个人的爱好: https://www.chromedownloads.net/ 另外,还有绿 阅读全文

posted @ 2019-01-25 09:40 luziluck 阅读(797) 评论(0) 推荐(0) 编辑

2019年1月23日

box-sizing:border-box; padding起作用 margin不起作用

摘要: box-sizing:border-box; padding起作用 margin不起作用 阅读全文

posted @ 2019-01-23 15:09 luziluck 阅读(2372) 评论(0) 推荐(0) 编辑

2019年1月11日

为什么不用css3的 线性和放射性 因为没有svg的简介以及浏览器支持的多

摘要: <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="600px" version="1.1"><defs><radialGradient id="radialGradient_r1" cx="50%" cy="50%" r="0% 阅读全文

posted @ 2019-01-11 17:31 luziluck 阅读(108) 评论(0) 推荐(0) 编辑

CSS3 transform-origin 属性

摘要: http://www.runoob.com/cssref/css3-pr-transform-origin.html http://caibaojian.com/transform-origin.html 阅读全文

posted @ 2019-01-11 10:23 luziluck 阅读(169) 评论(0) 推荐(0) 编辑

里面的div没有设置宽高,用padding设置的50px来撑开宽高,这个时候就需要用position:absolute或者relative来让文本去掉继承的外层的整宽度

摘要: 1. <!DOCTYPE html><html><head><style>*{margin:0px;padding:0px;}#div1{position: relative;height: 200px;width: 200px;margin: 100px;padding:10px;border: 阅读全文

posted @ 2019-01-11 10:13 luziluck 阅读(520) 评论(0) 推荐(0) 编辑

2019年1月10日

android内嵌webview组件渲染页面 ios内嵌webview?组件渲染页面 微信里的页面用什么浏览器打开

摘要: 1.android内嵌webview组件渲染页面 ios内嵌webview?组件渲染页面 webview相当于浏览器? https://www.cnblogs.com/limeiky/p/5818463.html 2.微信里的页面用什么浏览器打开 http://chrome.360.cn/test/ 阅读全文

posted @ 2019-01-10 14:56 luziluck 阅读(291) 评论(0) 推荐(0) 编辑

2019年1月9日

animation transition 以及区别

摘要: <template> <div class="player"> <transition name="normal" @enter="enter" @after-enter="afterEnter" @leave="leave" @after-leave="afterLeave" > <div v-s 阅读全文

posted @ 2019-01-09 10:24 luziluck 阅读(350) 评论(0) 推荐(0) 编辑

2019年1月2日

Vue 融入flexible.js scss(sass)文件 添加scss文件 sass

摘要: Vue 融入flexible.js scss 1. 安装 npm install node-sass --save-dev npm install sass-loader --save-dev npm install style-loader --save-dev npm install sass- 阅读全文

posted @ 2019-01-02 17:22 luziluck 阅读(671) 评论(0) 推荐(0) 编辑

2018年12月27日

display:inline-block 与 vertical-align和line-height的关系

摘要: https://blog.csdn.net/tangcc110/article/details/79876783 .imgstyle{ display:inline-block; width:40px; height:40px; vertical-align: top; } vertical-ali 阅读全文

posted @ 2018-12-27 17:04 luziluck 阅读(923) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

导航