2018年12月8日

flex 布局

摘要: /* 设置盒子为弹性布局 */ 父盒子的CSS属性 display: flex; /* 设置主轴的排列方式,默认是标准 左到右边 */ flex-direction: row; /* 设置主轴的排列方式 */ justify-content: space-around; /* 定义项目在交叉轴的对其 阅读全文

posted @ 2018-12-08 14:58 田庚的博客园 阅读(320) 评论(0) 推荐(0)

点击导出table表格

摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <div class="tools"> <button type="button" class="btn green" id="ex 阅读全文

posted @ 2018-12-08 09:58 田庚的博客园 阅读(272) 评论(0) 推荐(0)

导航