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

2019年1月8日

摘要: <div class='thin-border'></div> .thin-border { position: relative; width: 40px; height: 20px; } .thin-border::after { content: ' '; position: absolute 阅读全文

posted @ 2019-01-08 10:29 lee_xiumei 阅读(174) 评论(0) 推荐(0)

摘要: export const aspectRatio = (width, height) => { height: 0, overflow: 'hidden', paddingBottom: `${(height / width) * 100}%`, } padding-bottom 值为百分比时,百分 阅读全文

posted @ 2019-01-08 10:23 lee_xiumei 阅读(116) 评论(0) 推荐(0)