css 骨架屏幕css样本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 骨架屏幕css样本相关的知识,希望对你有一定的参考价值。
&:empty {
&:before,
&:after {
content: '';
display: block;
opacity: 0;
height: 165px;
box-sizing: border-box;
margin-bottom: 20px;
background-repeat: no-repeat;
background-image:
linear-gradient(
90deg,
rgba(white, 0) 0,
rgba(white, .6) 25%,
rgba(white, .8) 50%,
rgba(white, .6) 75%,
rgba(white, 0) 100%
),
linear-gradient(map-get($colors, gray-light
linear-gradient(map-get($colors, gray-light
linear-gradient(map-get($colors, gray-light
background-size:
60% 100%,
calc(50% - 20px) 35px,
calc(100% - 20px) 35px,
calc(100% - 20px) 35px;
background-position:
-150% 0,
10px 10px,
center,
center bottom 15px;
background-color: #fff;
border: solid 1px map-get($colors, gray-dark)
animation: loading 1.5s infinite, loading2 .2
}
@keyframes loading {
to {
background-position:
350% 0,
10px 10px,
center,
center bottom 15px;
}
}
@keyframes loading2 {
to {
opacity: 1;
}
}
}
以上是关于css 骨架屏幕css样本的主要内容,如果未能解决你的问题,请参考以下文章
Vue页面显示骨架屏
使用骨架 css 框架时,边距出现在两个尺寸上
html Web Developer Bootcamp上CSS基础知识的骨架HTML
css实现简单骨架屏skeleton;可用于App,小程序,uniapp#yyds干货盘点#
CSS和一个垃圾小案例
css 用于浮动玩家样本的CSS