Commit 0bd7a87f by songkaida

动画一和二

parent 4b4f5667
......@@ -55,13 +55,13 @@ body,html{
}
.two {
background-color: #2EA6F9;
width: 300px;
height: 519.6px;
width: 350px;
height: 606.2px;
position: absolute;
top: 50%;
margin-top: -259.8px;
margin-top: -303.1px;
left: 50%;
margin-left: -150px;
margin-left: -175px;
animation: rot2 3s linear infinite;
-webkit-animation: rot2 3s linear infinite;
-moz-animation: rot2 3s linear infinite;
......@@ -78,7 +78,7 @@ body,html{
margin-left: -103px;
}
.four {
background-color: #2EA6F9;
background: rgba(63,185,233);
width: 200px;
height: 346.4px;
position: absolute;
......@@ -135,106 +135,106 @@ body,html{
@keyframes rot1{
0%{
transform: rotate(30deg);
-webkit-transform: rotate(30deg);
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
20%{
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(72deg);
-webkit-transform: rotate(72deg);
}
40%{
transform: rotate(150deg);
-webkit-transform: rotate(150deg);
transform: rotate(144deg);
-webkit-transform: rotate(144deg);
}
60%{
transform: rotate(210deg);
-webkit-transform: rotate(210deg);
transform: rotate(216deg);
-webkit-transform: rotate(216deg);
}
80%{
transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(288deg);
-webkit-transform: rotate(288eg);
}
100%{
transform: rotate(330deg);
-webkit-transform: rotate(330deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes rot1{
0%{
transform: rotate(30deg);
-webkit-transform: rotate(30deg);
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
20%{
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(72deg);
-webkit-transform: rotate(72deg);
}
40%{
transform: rotate(150deg);
-webkit-transform: rotate(150deg);
transform: rotate(144deg);
-webkit-transform: rotate(144deg);
}
60%{
transform: rotate(210deg);
-webkit-transform: rotate(210deg);
transform: rotate(216deg);
-webkit-transform: rotate(216deg);
}
80%{
transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(288deg);
-webkit-transform: rotate(288deg);
}
100%{
transform: rotate(330deg);
-webkit-transform: rotate(330deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
@keyframes rot2{
0%{
transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
20%{
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-72deg);
-webkit-transform: rotate(-72deg);
}
40%{
transform: rotate(-150deg);
-webkit-transform: rotate(-150deg);
transform: rotate(-144deg);
-webkit-transform: rotate(-144deg);
}
60%{
transform: rotate(-210deg);
-webkit-transform: rotate(-210deg);
transform: rotate(-216deg);
-webkit-transform: rotate(-216deg);
}
80%{
transform: rotate(-270deg);
-webkit-transform: rotate(-270deg);
transform: rotate(-288deg);
-webkit-transform: rotate(-288deg);
}
100%{
transform: rotate(-330deg);
-webkit-transform: rotate(-330deg);
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes rot2{
0%{
transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
20%{
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-72deg);
-webkit-transform: rotate(-72deg);
}
40%{
transform: rotate(-150deg);
-webkit-transform: rotate(-150deg);
transform: rotate(-144deg);
-webkit-transform: rotate(-144deg);
}
60%{
transform: rotate(-210deg);
-webkit-transform: rotate(-210deg);
transform: rotate(-216deg);
-webkit-transform: rotate(-216deg);
}
80%{
transform: rotate(-270deg);
-webkit-transform: rotate(-270deg);
transform: rotate(-288deg);
-webkit-transform: rotate(-288deg);
}
100%{
transform: rotate(-330deg);
-webkit-transform: rotate(-330deg);
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
\ No newline at end of file
/* Logo 字体 */
@font-face {
font-family: "iconfont logo";
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}
.logo {
font-family: "iconfont logo";
font-size: 160px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* tabs */
.nav-tabs {
position: relative;
}
.nav-tabs .nav-more {
position: absolute;
right: 0;
bottom: 0;
height: 42px;
line-height: 42px;
color: #666;
}
#tabs {
border-bottom: 1px solid #eee;
}
#tabs li {
cursor: pointer;
width: 100px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
border-bottom: 2px solid transparent;
position: relative;
z-index: 1;
margin-bottom: -1px;
color: #666;
}
#tabs .active {
border-bottom-color: #f00;
color: #222;
}
.tab-container .content {
display: none;
}
/* 页面布局 */
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
}
.main .logo {
color: #333;
text-align: left;
margin-bottom: 30px;
line-height: 1;
height: 110px;
margin-top: -50px;
overflow: hidden;
*zoom: 1;
}
.main .logo a {
font-size: 160px;
color: #333;
}
.helps {
margin-top: 40px;
}
.helps pre {
padding: 20px;
margin: 10px 0;
border: solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
}
.icon_lists {
width: 100% !important;
overflow: hidden;
*zoom: 1;
}
.icon_lists li {
width: 100px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
list-style: none !important;
cursor: default;
}
.icon_lists li .code-name {
line-height: 1.2;
}
.icon_lists .icon {
display: block;
height: 100px;
line-height: 100px;
font-size: 42px;
margin: 10px auto;
color: #333;
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
-moz-transition: font-size 0.25s linear, width 0.25s linear;
transition: font-size 0.25s linear, width 0.25s linear;
}
.icon_lists .icon:hover {
font-size: 100px;
}
.icon_lists .svg-icon {
/* 通过设置 font-size 来改变图标大小 */
width: 1em;
/* 图标和文字相邻时,垂直对齐 */
vertical-align: -0.15em;
/* 通过设置 color 来改变 SVG 的颜色/fill */
fill: currentColor;
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
normalize.css 中也包含这行 */
overflow: hidden;
}
.icon_lists li .name,
.icon_lists li .code-name {
color: #666;
}
/* markdown 样式 */
.markdown {
color: #666;
font-size: 14px;
line-height: 1.8;
}
.highlight {
line-height: 1.5;
}
.markdown img {
vertical-align: middle;
max-width: 100%;
}
.markdown h1 {
color: #404040;
font-weight: 500;
line-height: 40px;
margin-bottom: 24px;
}
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
color: #404040;
margin: 1.6em 0 0.6em 0;
font-weight: 500;
clear: both;
}
.markdown h1 {
font-size: 28px;
}
.markdown h2 {
font-size: 22px;
}
.markdown h3 {
font-size: 16px;
}
.markdown h4 {
font-size: 14px;
}
.markdown h5 {
font-size: 12px;
}
.markdown h6 {
font-size: 12px;
}
.markdown hr {
height: 1px;
border: 0;
background: #e9e9e9;
margin: 16px 0;
clear: both;
}
.markdown p {
margin: 1em 0;
}
.markdown>p,
.markdown>blockquote,
.markdown>.highlight,
.markdown>ol,
.markdown>ul {
width: 80%;
}
.markdown ul>li {
list-style: circle;
}
.markdown>ul li,
.markdown blockquote ul>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown>ul li p,
.markdown>ol li p {
margin: 0.6em 0;
}
.markdown ol>li {
list-style: decimal;
}
.markdown>ol li,
.markdown blockquote ol>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown code {
margin: 0 3px;
padding: 0 5px;
background: #eee;
border-radius: 3px;
}
.markdown strong,
.markdown b {
font-weight: 600;
}
.markdown>table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
border: 1px solid #e9e9e9;
width: 95%;
margin-bottom: 24px;
}
.markdown>table th {
white-space: nowrap;
color: #333;
font-weight: 600;
}
.markdown>table th,
.markdown>table td {
border: 1px solid #e9e9e9;
padding: 8px 16px;
text-align: left;
}
.markdown>table th {
background: #F7F7F7;
}
.markdown blockquote {
font-size: 90%;
color: #999;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
}
.markdown blockquote p {
margin: 0;
}
.markdown .anchor {
opacity: 0;
transition: opacity 0.3s ease;
margin-left: 8px;
}
.markdown .waiting {
color: #ccc;
}
.markdown h1:hover .anchor,
.markdown h2:hover .anchor,
.markdown h3:hover .anchor,
.markdown h4:hover .anchor,
.markdown h5:hover .anchor,
.markdown h6:hover .anchor {
opacity: 1;
display: inline-block;
}
.markdown>br,
.markdown>p>br {
clear: both;
}
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}
.hljs-comment,
.hljs-meta {
color: #969896;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
color: #a71d5d;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
}
.hljs-section,
.hljs-name {
color: #63a35c;
}
.hljs-tag {
color: #333333;
}
.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
}
.hljs-addition {
color: #55a532;
background-color: #eaffea;
}
.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
}
.hljs-link {
text-decoration: underline;
}
/* 代码高亮 */
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre)>code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function,
.token.class-name {
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>iconfont Demo</title>
<link rel="shortcut icon" href="//img.alicdn.com/imgextra/i2/O1CN01ZyAlrn1MwaMhqz36G_!!6000000001499-73-tps-64-64.ico" type="image/x-icon"/>
<link rel="icon" type="image/svg+xml" href="//img.alicdn.com/imgextra/i4/O1CN01EYTRnJ297D6vehehJ_!!6000000008020-55-tps-64-64.svg"/>
<link rel="stylesheet" href="https://g.alicdn.com/thx/cube/1.3.2/cube.min.css">
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="iconfont.css">
<script src="iconfont.js"></script>
<!-- jQuery -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/7bfddb60-08e8-11e9-9b04-53e73bb6408b.js"></script>
<!-- 代码高亮 -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/a3f714d0-08e6-11e9-8a15-ebf944d7534c.js"></script>
<style>
.main .logo {
margin-top: 0;
height: auto;
}
.main .logo a {
display: flex;
align-items: center;
}
.main .logo .sub-title {
margin-left: 0.5em;
font-size: 22px;
color: #fff;
background: linear-gradient(-45deg, #3967FF, #B500FE);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
</style>
</head>
<body>
<div class="main">
<h1 class="logo"><a href="https://www.iconfont.cn/" title="iconfont 首页" target="_blank">
<img width="200" src="https://img.alicdn.com/imgextra/i3/O1CN01Mn65HV1FfSEzR6DKv_!!6000000000514-55-tps-228-59.svg">
</a></h1>
<div class="nav-tabs">
<ul id="tabs" class="dib-box">
<li class="dib active"><span>Unicode</span></li>
<li class="dib"><span>Font class</span></li>
<li class="dib"><span>Symbol</span></li>
</ul>
<a href="https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=3266461" target="_blank" class="nav-more">查看项目</a>
</div>
<div class="tab-container">
<div class="content unicode" style="display: block;">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont">&#xea04;</span>
<div class="name">地图,手指,点击,触摸</div>
<div class="code-name">&amp;#xea04;</div>
</li>
</ul>
<div class="article markdown">
<h2 id="unicode-">Unicode 引用</h2>
<hr>
<p>Unicode 是字体在网页端最原始的应用方式,特点是:</p>
<ul>
<li>支持按字体的方式去动态调整图标大小,颜色等等。</li>
<li>默认情况下不支持多色,直接添加多色图标会自动去色。</li>
</ul>
<blockquote>
<p>注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。)</p>
</blockquote>
<p>Unicode 使用步骤如下:</p>
<h3 id="-font-face">第一步:拷贝项目下面生成的 <code>@font-face</code></h3>
<pre><code class="language-css"
>@font-face {
font-family: 'iconfont';
src: url('iconfont.eot?t=1647916620112'); /* IE9 */
src: url('iconfont.eot?t=1647916620112#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAAsAAAAAB9gAAAOIAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACCcAqDUIMQATYCJAMICwYABCAFhGcHNBvQBsgekhSBCgUUUKCOA3CEeKAfq70vJyLZNItmlWbprh51iS6N5JlIJBSGxDDdtO7f51UvDWkyEk5E46fhTBYEblt7UwLoAP7/905/CzyQezy3NRctmvjA8kD6QO1pa+IG6uSBeQqyezAWuYwAVEpRhLZY1dAMolMz5QMdBrMwgCQxnDrtZuAIKoyGxIADw0L7ZthNKAHxEu0mbgSfD19MBA6ImImZsnJSaYOz37PVgF74P+mjwnhZVP0IlAAJGFqZJmw0m5bQo9AQOl6ViSGMTmfAwGfG//8ea91/PBBAKGXGVwN0U6xzYjucU6WNABmUBk/xptcVSYNFuUPGPkzYGsWbvhjDLqqxHU/GPb7/4fLDu+8Lj2KxRVB4Nl11+jE27smTK48e7W7nTY9ZqIDzPhbhUJzP2Jwpz+sct1y1OGJzxMKlmvaQr5J3sT1qM2+6ZukqZcuyY3zhlRP6JWo1fU1c+0Ke4LKuVbkpdpGydPoZ/C17sLaxuyIX8WdsUauXzNikXLSJz3+wQ6azUi0z5iLFmDEpoW3v5GvprHNWO5eA7d1VDTa1pcrQIGphxtgOFyrrxvXLZBGd6ZUVg6iKmdTNVFBfurKUatdOD3Y3VhH/9NSM4Nqzm547Mbr6V9e/GJt59lp4l3vG3p8pHSeVobeCrWeu//n1WUdqFt1vj1ba2K8jV66Uau/w7uJ/fDjzSX0js5nFPHyopu9TBjPncyW7ZiydIjDsnLFCxPw5d+Q0xFw/fHbFShH713pvTQ1XCUDxNJ4+7tf9Bt7+1s3sE0/+5vAzwKfezzcDR/EMmIXyezMF8KPEByAya25irmILsWi9dO9plXhAkWlr9LqvpQkkhoAjsCmI2PSQcIQRMiUOSvClQSmOQqgUr3JwFbkAOixXAD0mEMBIbAMakWNAJ3GFwKA8ASaVL8Ai8Rd4WkPNeHxRwVpOIjOFbLhlGO60+n2ELaUCvI3IPshjJsv8rYgccFJePDUpJR+tRj5EDtFhYLA9jaIInCD9XryKWwx5PH48QPpdyEolOSgqkJecTFQdJMnq90I5EmJGQWxwFsPgnKz8fAgPTWW/rxFiN4iHGQkSWkOkAU4KPy5VkhSAUC3yQXlXMsmAwezSUCgEHIEkES9clWBAPGrIDxeoruWCWFGSOHoEAvIkWygCFSXNL/E+2iKoZMpjsLolvDNzIJFw+uyIBAA=') format('woff2'),
url('iconfont.woff?t=1647916620112') format('woff'),
url('iconfont.ttf?t=1647916620112') format('truetype'),
url('iconfont.svg?t=1647916620112#iconfont') format('svg');
}
</code></pre>
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
<pre><code class="language-css"
>.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取字体编码,应用于页面</h3>
<pre>
<code class="language-html"
>&lt;span class="iconfont"&gt;&amp;#x33;&lt;/span&gt;
</code></pre>
<blockquote>
<p>"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content font-class">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont icon-map-finger"></span>
<div class="name">
地图,手指,点击,触摸
</div>
<div class="code-name">.icon-map-finger
</div>
</li>
</ul>
<div class="article markdown">
<h2 id="font-class-">font-class 引用</h2>
<hr>
<p>font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。</p>
<p>与 Unicode 使用方式相比,具有如下特点:</p>
<ul>
<li>相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。</li>
<li>因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-fontclass-">第一步:引入项目下面生成的 fontclass 代码:</h3>
<pre><code class="language-html">&lt;link rel="stylesheet" href="./iconfont.css"&gt;
</code></pre>
<h3 id="-">第二步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html">&lt;span class="iconfont icon-xxx"&gt;&lt;/span&gt;
</code></pre>
<blockquote>
<p>"
iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content symbol">
<ul class="icon_lists dib-box">
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-map-finger"></use>
</svg>
<div class="name">地图,手指,点击,触摸</div>
<div class="code-name">#icon-map-finger</div>
</li>
</ul>
<div class="article markdown">
<h2 id="symbol-">Symbol 引用</h2>
<hr>
<p>这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇<a href="">文章</a>
这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:</p>
<ul>
<li>支持多色图标了,不再受单色限制。</li>
<li>通过一些技巧,支持像字体那样,通过 <code>font-size</code>, <code>color</code> 来调整样式。</li>
<li>兼容性较差,支持 IE9+,及现代浏览器。</li>
<li>浏览器渲染 SVG 的性能一般,还不如 png。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-symbol-">第一步:引入项目下面生成的 symbol 代码:</h3>
<pre><code class="language-html">&lt;script src="./iconfont.js"&gt;&lt;/script&gt;
</code></pre>
<h3 id="-css-">第二步:加入通用 CSS 代码(引入一次就行):</h3>
<pre><code class="language-html">&lt;style&gt;
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
&lt;/style&gt;
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html">&lt;svg class="icon" aria-hidden="true"&gt;
&lt;use xlink:href="#icon-xxx"&gt;&lt;/use&gt;
&lt;/svg&gt;
</code></pre>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function () {
$('.tab-container .content:first').show()
$('#tabs li').click(function (e) {
var tabContent = $('.tab-container .content')
var index = $(this).index()
if ($(this).hasClass('active')) {
return
} else {
$('#tabs li').removeClass('active')
$(this).addClass('active')
tabContent.hide().eq(index).fadeIn()
}
})
})
</script>
</body>
</html>
@font-face {
font-family: "iconfont"; /* Project id 3266461 */
src: url('iconfont.eot?t=1647916620112'); /* IE9 */
src: url('iconfont.eot?t=1647916620112#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAAsAAAAAB9gAAAOIAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACCcAqDUIMQATYCJAMICwYABCAFhGcHNBvQBsgekhSBCgUUUKCOA3CEeKAfq70vJyLZNItmlWbprh51iS6N5JlIJBSGxDDdtO7f51UvDWkyEk5E46fhTBYEblt7UwLoAP7/905/CzyQezy3NRctmvjA8kD6QO1pa+IG6uSBeQqyezAWuYwAVEpRhLZY1dAMolMz5QMdBrMwgCQxnDrtZuAIKoyGxIADw0L7ZthNKAHxEu0mbgSfD19MBA6ImImZsnJSaYOz37PVgF74P+mjwnhZVP0IlAAJGFqZJmw0m5bQo9AQOl6ViSGMTmfAwGfG//8ea91/PBBAKGXGVwN0U6xzYjucU6WNABmUBk/xptcVSYNFuUPGPkzYGsWbvhjDLqqxHU/GPb7/4fLDu+8Lj2KxRVB4Nl11+jE27smTK48e7W7nTY9ZqIDzPhbhUJzP2Jwpz+sct1y1OGJzxMKlmvaQr5J3sT1qM2+6ZukqZcuyY3zhlRP6JWo1fU1c+0Ke4LKuVbkpdpGydPoZ/C17sLaxuyIX8WdsUauXzNikXLSJz3+wQ6azUi0z5iLFmDEpoW3v5GvprHNWO5eA7d1VDTa1pcrQIGphxtgOFyrrxvXLZBGd6ZUVg6iKmdTNVFBfurKUatdOD3Y3VhH/9NSM4Nqzm547Mbr6V9e/GJt59lp4l3vG3p8pHSeVobeCrWeu//n1WUdqFt1vj1ba2K8jV66Uau/w7uJ/fDjzSX0js5nFPHyopu9TBjPncyW7ZiydIjDsnLFCxPw5d+Q0xFw/fHbFShH713pvTQ1XCUDxNJ4+7tf9Bt7+1s3sE0/+5vAzwKfezzcDR/EMmIXyezMF8KPEByAya25irmILsWi9dO9plXhAkWlr9LqvpQkkhoAjsCmI2PSQcIQRMiUOSvClQSmOQqgUr3JwFbkAOixXAD0mEMBIbAMakWNAJ3GFwKA8ASaVL8Ai8Rd4WkPNeHxRwVpOIjOFbLhlGO60+n2ELaUCvI3IPshjJsv8rYgccFJePDUpJR+tRj5EDtFhYLA9jaIInCD9XryKWwx5PH48QPpdyEolOSgqkJecTFQdJMnq90I5EmJGQWxwFsPgnKz8fAgPTWW/rxFiN4iHGQkSWkOkAU4KPy5VkhSAUC3yQXlXMsmAwezSUCgEHIEkES9clWBAPGrIDxeoruWCWFGSOHoEAvIkWygCFSXNL/E+2iKoZMpjsLolvDNzIJFw+uyIBAA=') format('woff2'),
url('iconfont.woff?t=1647916620112') format('woff'),
url('iconfont.ttf?t=1647916620112') format('truetype'),
url('iconfont.svg?t=1647916620112#iconfont') format('svg');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-map-finger:before {
content: "\ea04";
}
!function(e){var t,n,c,o,i,l='<svg><symbol id="icon-map-finger" viewBox="0 0 1024 1024"><path d="M640 256c0 65.3-24.5 125-64.8 170.2-11.5 12.9-28.2 19.7-45.5 19.3h-3.1c-7.4 0-13.5-6.1-13.5-13.5l-0.1-23.9c0-6.1 2.4-11.9 6.7-16.3l0.1-0.1C556 355.5 576 307.3 576 256c0-51.3-20-99.5-56.2-135.8C483.5 84 435.3 64 384 64s-99.5 20-135.8 56.2C212 156.5 192 204.7 192 256c0 51.3 20 99.5 56.2 135.8l0.1 0.1c4.9 4.9 7.7 11.6 7.6 18.5-0.1 29.7-36.3 44.1-56.8 22.7-44-46-71.1-108.3-71.1-177C128 114.6 242.6 0 384 0s256 114.6 256 256z" ></path><path d="M871.5 533.7c-14.1-16.3-27.7-22.4-40.2-22.4-36.9 0-64.2 53.2-64.2 53.2-31.4-39.5-59.8-52.5-83.5-52.5-45.2 0-73.3 47.2-73.3 47.2-30.3-37.5-59-49.7-83.6-49.7-45.9 0-77.2 42.7-77.2 42.7l-0.2-48.6-0.2-66.8-0.6-167.3c-0.1-22.2-10-43.4-27.5-57.1-11-8.5-21.8-11.9-32.1-11.9-15 0-28.8 7.1-40.1 15.7-17.9 13.7-28.2 35.1-28.3 57.6l-0.8 163.3-0.3 66.7-1.1 225.8s-23.6-62.3-89.6-92c-19.9-8.7-36-12.3-48.9-12.3-25.3 0-38.7 13.7-45.8 29.8-10.5 24.1-6.2 52.1 10.2 72.6l203 253.6c21.5 26.9 54.1 42.6 88.6 42.6l370.2-0.1c31.7 0 61.7-15 80.1-40.7 10-13.9 11.1-23.1 11.1-23.1V604.4c0.2-25.9-8.8-51.1-25.7-70.7zM833.4 947c-6.4 8.1-16.4 12.9-27.3 12.9l-370.2 0.1c-15.1 0-29.2-6.8-38.6-18.5L200 695c0.9 0.4 1.9 0.8 2.9 1.2 37.5 17 54 52.5 55.8 56.5 9.1 25.7 33.1 41.8 59.6 41.8 3.6 0 7.2-0.3 10.9-0.9 30.8-5.1 53.1-32.5 53.2-63.7l3.1-177.6c0.1 27.6 17.9 52.1 44.2 60.6 6.5 2.1 13.2 3.2 19.8 3.2 20 0 39.3-9.4 51.6-26.1 0 0 4-4.7 9.4-8.9 6.2-4.9 12.1-7.7 16.3-7.7 6.2 0 18.4 6.8 33.8 26 12.2 15.1 30.5 23.8 49.8 23.8 1.5 0 3-0.1 4.6-0.2 20.9-1.5 39.7-13.1 50.4-31.1 0 0 3.5-5 8.3-9.5 5.7-5.3 9.3-6.4 10-6.4 0.1 0 11.9 1.2 33.6 28.4 12.3 15.4 30.6 24.5 50 24.5 2.2 0 4.4-0.1 6.7-0.4 21.7-2.4 40.5-15.2 50.2-34.7 1.4-2.6 3.3-5.5 5.3-8.4 2.6 5.8 4 12.3 4 19V947z" ></path></symbol></svg>',d=(d=document.getElementsByTagName("script"))[d.length-1].getAttribute("data-injectcss"),s=function(e,t){t.parentNode.insertBefore(e,t)};if(d&&!e.__iconfont__svg__cssinject__){e.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(e){console&&console.log(e)}}function a(){i||(i=!0,c())}function r(){try{o.documentElement.doScroll("left")}catch(e){return void setTimeout(r,50)}a()}t=function(){var e,t=document.createElement("div");t.innerHTML=l,l=null,(t=t.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",t=t,(e=document.body).firstChild?s(t,e.firstChild):e.appendChild(t))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(t,0):(n=function(){document.removeEventListener("DOMContentLoaded",n,!1),t()},document.addEventListener("DOMContentLoaded",n,!1)):document.attachEvent&&(c=t,o=e.document,i=!1,r(),o.onreadystatechange=function(){"complete"==o.readyState&&(o.onreadystatechange=null,a())})}(window);
\ No newline at end of file
{
"id": "3266461",
"name": "Dynamic-Effect",
"font_family": "iconfont",
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "18171085",
"name": "地图,手指,点击,触摸",
"font_class": "map-finger",
"unicode": "ea04",
"unicode_decimal": 59908
}
]
}
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Created by iconfont</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024">
<font-face
font-family="iconfont"
font-weight="400"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<glyph glyph-name="map-finger" unicode="&#59908;" d="M640 640c0-65.3-24.5-125-64.8-170.2-11.5-12.9-28.2-19.7-45.5-19.3h-3.1c-7.4 0-13.5 6.1-13.5 13.5l-0.1 23.9c0 6.1 2.4 11.9 6.7 16.3l0.1 0.1C556 540.5 576 588.7 576 640c0 51.3-20 99.5-56.2 135.8C483.5 812 435.3 832 384 832s-99.5-20-135.8-56.2C212 739.5 192 691.3 192 640c0-51.3 20-99.5 56.2-135.8l0.1-0.1c4.9-4.9 7.7-11.6 7.6-18.5-0.1-29.7-36.3-44.1-56.8-22.7-44 46-71.1 108.3-71.1 177C128 781.4 242.6 896 384 896s256-114.6 256-256zM871.5 362.29999999999995c-14.1 16.3-27.7 22.4-40.2 22.4-36.9 0-64.2-53.2-64.2-53.2-31.4 39.5-59.8 52.5-83.5 52.5-45.2 0-73.3-47.2-73.3-47.2-30.3 37.5-59 49.7-83.6 49.7-45.9 0-77.2-42.7-77.2-42.7l-0.2 48.6-0.2 66.8-0.6 167.3c-0.1 22.2-10 43.4-27.5 57.1-11 8.5-21.8 11.9-32.1 11.9-15 0-28.8-7.1-40.1-15.7-17.9-13.7-28.2-35.1-28.3-57.6l-0.8-163.3-0.3-66.7-1.1-225.8s-23.6 62.3-89.6 92c-19.9 8.7-36 12.3-48.9 12.3-25.3 0-38.7-13.7-45.8-29.8-10.5-24.1-6.2-52.1 10.2-72.6l203-253.6c21.5-26.9 54.1-42.6 88.6-42.6l370.2 0.1c31.7 0 61.7 15 80.1 40.7 10 13.9 11.1 23.1 11.1 23.1V291.6c0.2 25.9-8.8 51.1-25.7 70.7zM833.4-51c-6.4-8.1-16.4-12.9-27.3-12.9l-370.2-0.1c-15.1 0-29.2 6.8-38.6 18.5L200 201c0.9-0.4 1.9-0.8 2.9-1.2 37.5-17 54-52.5 55.8-56.5 9.1-25.7 33.1-41.8 59.6-41.8 3.6 0 7.2 0.3 10.9 0.9 30.8 5.1 53.1 32.5 53.2 63.7l3.1 177.6c0.1-27.6 17.9-52.1 44.2-60.6 6.5-2.1 13.2-3.2 19.8-3.2 20 0 39.3 9.4 51.6 26.1 0 0 4 4.7 9.4 8.9 6.2 4.9 12.1 7.7 16.3 7.7 6.2 0 18.4-6.8 33.8-26 12.2-15.1 30.5-23.8 49.8-23.8 1.5 0 3 0.1 4.6 0.2 20.9 1.5 39.7 13.1 50.4 31.1 0 0 3.5 5 8.3 9.5 5.7 5.3 9.3 6.4 10 6.4 0.1 0 11.9-1.2 33.6-28.4 12.3-15.4 30.6-24.5 50-24.5 2.2 0 4.4 0.1 6.7 0.4 21.7 2.4 40.5 15.2 50.2 34.7 1.4 2.6 3.3 5.5 5.3 8.4 2.6-5.8 4-12.3 4-19V-51z" horiz-adv-x="1024" />
</font>
</defs>
</svg>
* {
margin: 0;
padding: 0;
}
body,
html {
height: 100%;
width: 100%;
overflow: hidden;
}
.loading_body {
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
}
.loading_top {
width: 100px;
height: 100px;
position: absolute;
top: 20%;
left: 50%;
margin-left: -50px;
text-align: center;
line-height: 100px;
}
.loading_top>div {
width: 20px;
height: 20px;
position: absolute;
}
.loading_top>i {
font-size: 80px;
color: #6BCBB1;
}
.loading_top .lt {
border-top: 4px solid #6BCBB1;
border-left: 4px solid #6BCBB1;
left: -2px;
top: -2px;
}
.loading_top .rt {
border-top: 4px solid #6BCBB1;
border-right: 4px solid #6BCBB1;
right: -2px;
top: -2px;
}
.loading_top .rb {
border-bottom: 4px solid #6BCBB1;
border-right: 4px solid #6BCBB1;
right: -2px;
bottom: -2px;
}
.loading_top .lb {
border-bottom: 4px solid #6BCBB1;
border-left: 4px solid #6BCBB1;
left: -2px;
bottom: -2px;
}
.loading_top .tb {
width: 100%;
height: 1px;
background: #6BCBB1;
top: 0;
left: 0;
animation: tb_ani 3s linear 0s infinite;
-webkit-animation: tb_ani 3s linear 0s infinite;
-moz-animation: tb_ani 3s linear 0s infinite;
}
.loading_center {
width: 100%;
height: 40px;
line-height: 40px;
position: absolute;
top: 60%;
}
.ball-pulse{
position: absolute;
left: 50%;
margin-left: -144px;
}
.ball-pulse>div:nth-child(1) {
-webkit-animation: scale 1.5s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: scale 1.5s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.ball-pulse>div:nth-child(2) {
-webkit-animation: scale 1.5s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: scale 1.5s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.ball-pulse>div:nth-child(3) {
-webkit-animation: scale 1.5s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: scale 1.5s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.ball-pulse>div:nth-child(4) {
-webkit-animation: scale 1.5s 0.48s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: scale 1.5s 0.48s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.ball-pulse>div:nth-child(5) {
-webkit-animation: scale 1.5s 0.6s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: scale 1.5s 0.6s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.ball-pulse>div:nth-child(6) {
-webkit-animation: scale 1.5s 0.72s infinite cubic-bezier(.2, .68, .18, 1.08);
animation: scale 1.5s 0.72s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.ball-pulse>div {
background-color: #6BCBB1;
width: 16px;
height: 16px;
border-radius: 100%;
margin:0 14px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
}
.loading_bottom {
width: 100%;
position: absolute;
top: 80%;
text-align: center;
}
@keyframes tb_ani {
0% {
top: 0;
}
50% {
top: 100%;
}
100% {
top: 0;
}
}
@-webkit-keyframes tb_ani {
0% {
top: 0;
}
50% {
top: 100%;
}
100% {
top: 0;
}
}
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7;
}
20% {
-webkit-transform: scale(2.5);
transform: scale(2.5);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7;
}
}
@keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7;
}
20% {
-webkit-transform: scale(2.5);
transform: scale(2.5);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7;
}
}
\ No newline at end of file
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>加载中</title>
<link rel="stylesheet" href="./loading.css">
<link rel="stylesheet" href="./font/iconfont.css">
<script src="./font/iconfont.js"></script>
</head>
<body>
<div class="loading_body">
<div class="loading_top">
<div class="lt"></div>
<div class="rt"></div>
<div class="rb"></div>
<div class="lb"></div>
<div class="tb"></div>
<i class="iconfont icon-map-finger"></i>
</div>
<div class="loading_center">
<div class="ball-pulse">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="loading_bottom">正在扫描指静脉,请稍等</div>
</div>
</body>
</html>
\ No newline at end of file
*{margin:0;padding:0;}
body,html{
height:100%;
width:100%;
overflow: hidden;
}
.spheremotion_body{
height:80%;
margin: 0px auto;
position:relative;
top: 10%;
}
.ball{
background-image: linear-gradient( rgba(90,214,184) , rgba(183,250,204));
border-radius: 50%;
position: absolute;
}
.ball1 {
width: 40px;
height: 40px;
top: 0;
left: 70%;
animation:animX1 4s cubic-bezier(0.36,0,0.64,1) -2s infinite alternate,
animY1 4s cubic-bezier(0.36,0,0.64,1) 0s infinite alternate;
}
.ball2{
width: 80px;
height: 80px;
top: 30%;
left: 72%;
animation:animX2 4s cubic-bezier(0.36,0,0.64,1) -2s infinite alternate,
animY2 4s cubic-bezier(0.36,0,0.64,1) 0s infinite alternate;
}
.ball3{
width: 70px;
height: 70px;
top: 50%;
left: 75%;
animation:animX3 4s cubic-bezier(0.36,0,0.64,1) -2s infinite alternate,
animY3 4s cubic-bezier(0.36,0,0.64,1) 0s infinite alternate;
}
.ball4{
width: 50px;
height: 50px;
top: 70%;
left: 83%;
animation:animX4 4s cubic-bezier(0.36,0,0.64,1) -2s infinite alternate,
animY4 4s cubic-bezier(0.36,0,0.64,1) 0s infinite alternate;
}
.ball5{
width: 20px;
height: 20px;
top: 62%;
left: 22%;
animation:animX5 4s cubic-bezier(0.36,0,0.64,1) -2s infinite alternate,
animY5 4s cubic-bezier(0.36,0,0.64,1) 0s infinite alternate;
}
.ball6{
width: 30px;
height: 30px;
top: 45%;
left: 26%;
animation:animX6 4s cubic-bezier(0.36,0,0.64,1) -2s infinite alternate,
animY6 4s cubic-bezier(0.36,0,0.64,1) 0s infinite alternate;
}
@keyframes animX1{
0% {left: 70%;}
100% {left: 20%;}
}
@keyframes animY1{
0% {top: 0;}
100% {top: 70%;}
}
@keyframes animX2{
0% {left: 72%;}
100% {left: 48%;}
}
@keyframes animY2{
0% {top: 30%;}
100% {top: 56%;}
}
@keyframes animX3{
0% {left: 75%;}
100% {left: 20%;}
}
@keyframes animY3{
0% {top: 50%;}
100% {top: 28%;}
}
@keyframes animX4{
0% {left: 83%;}
100% {left: 22%;}
}
@keyframes animY4{
0% {top: 70%;}
100% {top: 14%;}
}
@keyframes animX5{
0% {left: 22%;}
100% {left: 94%;}
}
@keyframes animY5{
0% {top: 62%;}
100% {top: 13%;}
}
@keyframes animX6{
0% {left: 26%;}
100% {left: 86%;}
}
@keyframes animY6{
0% {top: 45%;}
100% {top: 65%;}
}
\ No newline at end of file
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>球体运动</title>
<link rel="stylesheet" href="./spheremotion.css">
</head>
<body>
<div class="spheremotion_body">
<div class="ball ball1"></div>
<div class="ball ball2"></div>
<div class="ball ball3"></div>
<div class="ball ball4"></div>
<div class="ball ball5"></div>
<div class="ball ball6"></div>
</div>
</body>
</html>
\ No newline at end of file
......@@ -6,7 +6,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>登录一动画</title>
<script src="js/jquery-3.2.1.min.js"></script>
<link rel="stylesheet" href="./components/floatleftandright/floatleftandright.css">
<link rel="stylesheet" href="./components/hexagonrotate/hexagonrotate.css">
<style>
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>登录二动画</title>
<link rel="stylesheet" href="./components/spheremotion/spheremotion.css">
<link rel="stylesheet" href="./components/hexagonrotate/hexagonrotate.css">
<style>
body,html{
height:100%;
width:100%;
overflow: hidden;
}
body{
/* background-image: linear-gradient(to right, #74C6C8 , #A3EBD5);
*/
background: url(./assets/images/bg3.jpg) no-repeat center;
background-size:100% 100%;
width:100vw;
height:100vh;
}
.loginAnimate_body{
width: 100%;
height:100%;
display:flex;
position: relative;
}
.loginAnimate_body>.loginAnimate_left{
width:50%;
}
.loginAnimate_body>.loginAnimate_right{
width:50%;
}
.loginAnimate_body>.loginAnimate_center{
position: absolute;
top: 50%;
left: 50%;
margin-top: -150px;
margin-left: -300px;
width: 600px;
height: 300px;
}
</style>
</head>
<body>
<div class="loginAnimate_body">
<div class="loginAnimate_left">
<iframe src="./components/spheremotion/球体运动.html" style="width:100%;height:100%;border:0;overflow: hidden;"></iframe>
</div>
<div class="loginAnimate_right">
<iframe src="./components/hexagonrotate/六边形旋转.html" style="width:100%;height:100%;border:0;overflow: hidden;"></iframe>
</div>
<div class="loginAnimate_center">
<iframe src="./components/loading/加载中.html" style="width:100%;height:100%;border:0;overflow: hidden;"></iframe>
</div>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment