当前位置:首页 > 移动开发 > 正文

移动端自适应宽高比2:1

2024-03-31 移动开发

<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