摘要: 父容器属性: flex-direction:属性决定主轴的方向(即项目的排列方向)。 row(默认值) 主轴为水平方向,起点在左端。 row-reverse 主轴为水平方向,起点在右端。 column 主轴为垂直方向,起点在上沿。 column-reverse 主轴为垂直方向,起点在下沿。 例:fl 阅读全文
posted @ 2020-05-21 19:08 遥全 阅读(123) 评论(0) 推荐(0)
摘要: 标签: <marquee loop="5" direction="10">内容</marquee> <!-- marquee标签为文字的滚动标签,loop为循环的参数,scrollamount为文字的滚动速度。 --> marquee 阅读全文
posted @ 2020-05-21 10:40 遥全 阅读(62) 评论(0) 推荐(0)
摘要: vue基础 vue事件: 1 <button v-on:click="hand(a,b,$event)"></button> click $event 获取控件内容 阅读全文
posted @ 2020-05-20 18:12 遥全 阅读(85) 评论(0) 推荐(0)