1.stylus 在webstorm中出现红色波浪线 但是不影响浏览器效果,也不报错 <style lang="stylus" scoped > article display flex background lightblue height 0.64rem//此处数字处 .left float l ...
分类:
其他好文 时间:
2019-12-13 21:21:23
阅读次数:
91
首先在项目目录安装 npm install px2rem-loader --save npm install amfe-flexible --save 装好后会在package.json中看到 在main.js中导入amfe-flexible import Vue from 'vue' import ...
分类:
移动开发 时间:
2019-12-12 17:58:04
阅读次数:
488
小程序建议使用flex布局进行排版 flex就是一个盒装弹性布局 flex是一个容器,所有子元素都是他的成员 小程序的flex布局 定义布局 display:flex flex容器的属性: flex-direction:排列方向 flex-wrap:换行规则 justify-content:对齐方式 ...
分类:
微信 时间:
2019-12-12 01:07:38
阅读次数:
105
下载内核 xz -d linux-5.0.1.tar.xz tara -xvf linux-5.0.1.tar cd linux-5.0.1 下载编译工具 sudo apt install build-essential flex bison libssl-dev libelf-dev libncu ...
分类:
系统相关 时间:
2019-12-10 13:14:52
阅读次数:
92
触发BFC body 根元素 浮动元素:float 除 none 以外的值 绝对定位元素:position (absolute、fixed) display 为 inline-block、table-cells、flex overflow 除了 visible 以外的值 (hidden、auto、s ...
分类:
其他好文 时间:
2019-12-09 21:37:53
阅读次数:
118
The last two challenges used the flex-direction property set to row. This property can also create a column by vertically stacking the children of a f ...
分类:
Web程序 时间:
2019-12-08 23:33:55
阅读次数:
130
Sometimes the flex items within a flex container do not fill all the space in the container. It is common to want to tell CSS how to align and space o ...
分类:
Web程序 时间:
2019-12-08 23:24:34
阅读次数:
145
The tweet embed header and footer used the flex-direction property earlier with a row value. Similarly, the items inside the .profile-name element wou ...
分类:
移动开发 时间:
2019-12-08 23:18:49
阅读次数:
130
The header and footer in the tweet embed example have child items that could be arranged as rows using the flex-direction property. This tells CSS to ...
分类:
移动开发 时间:
2019-12-08 22:58:22
阅读次数:
181