06 2021 档案

摘要:html <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900"> css font-family: 'Noto Sans SC','STHe 阅读全文
posted @ 2021-06-30 15:02 人才不才 阅读(1562) 评论(0) 推荐(0)
摘要:wowjs的使用方式 例: <el-row class="header-main wow bounceInDown"> </el-row> ** 需要的动画里面 class 里面 添加 wow 然后在添加动画样试 bounceInDown ** 方式一: 第一步:安装 cnpm install wo 阅读全文
posted @ 2021-06-24 15:31 人才不才 阅读(376) 评论(0) 推荐(0)
摘要:定义缩放算法的 img { image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast 阅读全文
posted @ 2021-06-21 15:43 人才不才 阅读(7166) 评论(0) 推荐(0)