水溶性加载动画效果

代码语言:html

所属分类:加载滚动

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">

<style>
*,
*:before,
*:after {
  box-sizing: border-box;
}
.inspiration {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.inspiration img {
  width: 25px;
}
label {
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
  width: 96px;
  height: 48px;
  border-radius: 25px;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.switch {
  display: none;
}
.left,
.right {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  .........完整代码请登录后点击上方下载按钮下载查看

网友评论0