争渡,争渡,惊起一滩鸥鹭

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

 

 

page {
    font-family: -apple-system-font,Helvetica Neue, Helvetica,微软雅黑,"Microsoft YaHei",  sans-serif;
    /* 宽高包括边框 */
    box-sizing:border-box;
}
/* 水平居中 */
.horizontal{
  display: flex;
  align-items: center;
}
/* 平均分布 */
.between{
  display: flex;
  justify-content: space-between;
}

 

posted on 2019-08-04 13:44  争渡~  阅读(136)  评论(0编辑  收藏  举报