移动端自适应宽高比2:1
<template> <div class="icons"> icons </div> </template> <script> export default { name: ‘HomeIcons‘ } </script> <style lang="stylus"> .icons onerflow :hidden height: 0 padding-bottom: 50% background :lightblue </style>
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/yidong/18960.html