Line 1: | Line 1: | ||
{{DUT_China_B/test_style.css}} | {{DUT_China_B/test_style.css}} | ||
− | |||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> | ||
Line 6: | Line 5: | ||
<title>Document</title> | <title>Document</title> | ||
<style> | <style> | ||
− | + | *{ | |
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | html,body{ | ||
+ | position: absolute; | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #banner{ | ||
+ | position: absolute; | ||
+ | top: 0px; | ||
+ | left: 0px; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
− | + | } | |
− | + | #card{ | |
− | + | /*width: 100%;*/ | |
− | + | height: 100%; | |
− | + | /*float: right;*/ | |
− | + | position: absolute; | |
− | + | } | |
− | + | #bookmark{ | |
− | + | width: 13%; | |
− | + | height: 28%; | |
− | + | background-color: #FFEBC2; | |
− | + | border-radius: 15%; | |
− | + | position: absolute; | |
− | + | } | |
− | + | .re{ | |
− | + | font-weight: bold; | |
− | } | + | font-size: 20px; |
− | . | + | font-family:"微软雅黑"; |
− | + | color: #9587FA; | |
− | + | transform:rotate(270deg); | |
+ | -ms-transform:rotate(270deg); | ||
+ | -moz-transform:rotate(270deg); | ||
+ | -webkit-transform:rotate(270deg); | ||
+ | -o-transform:rotate(270deg); | ||
+ | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); | ||
+ | z-index: 100; | ||
+ | } | ||
+ | .occupy{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | @keyframes card1{ | ||
+ | from{left: 100%;} | ||
+ | to{left: 5%;} | ||
} | } | ||
− | + | @keyframes card2{ | |
+ | from{left: 100%;} | ||
+ | to{left: 10%;} | ||
+ | } | ||
+ | @keyframes card3{ | ||
+ | from{left: 100%;} | ||
+ | to{left: 15%;} | ||
+ | } | ||
+ | @keyframes card4{ | ||
+ | from{left: 100%;} | ||
+ | to{left: 20%;} | ||
+ | } | ||
+ | @keyframes card5{ | ||
+ | from{left: 100%;} | ||
+ | to{left: 25%;} | ||
+ | } | ||
+ | @keyframes card6{ | ||
+ | from{left: 100%;} | ||
+ | to{left: 30%;} | ||
+ | } | ||
+ | @keyframes bookmark1{ | ||
+ | from{left: 100%;} | ||
+ | to{left: 1%;} | ||
+ | } | ||
+ | @keyframes bookmark2{ | ||
+ | from{left: 100%;} | ||
+ | to{left: 6%;} | ||
+ | } | ||
+ | @keyframes bookmark3{ | ||
+ | from{left: 100%;} | ||
+ | to{left: 11%;} | ||
+ | } | ||
+ | @keyframes bookmark4{ | ||
+ | from{left: 100%;} | ||
+ | to{left: 16%;} | ||
+ | } | ||
+ | @keyframes bookmark5{ | ||
+ | from{left: 100%;} | ||
+ | to{left: 21%;} | ||
+ | } | ||
+ | @keyframes bookmark6{ | ||
+ | from{left: 100%;} | ||
+ | to{left: 26%;} | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="banner"> | ||
− | + | <div id="card" style="background-color: #CC86E9;width: 100%;z-index: 0;"></div> | |
+ | <div id="bookmark" style="z-index: 1;left: 100%;top: 72%;animation: bookmark1;animation-duration:1s;animation-delay:1s;animation-fill-mode : forwards;"> | ||
+ | <div class="occupy" style="width: 100%;height: 60%;"></div> | ||
+ | <div class="occupy" style="width: 6%; height: 90%; float: left;"></div> | ||
+ | <!-- <div class="re" style="float: left;">A<br>W<br>A<br>R<br>D<br>S</div> --> | ||
+ | <div class="re" style="width: 25%;float: left;">AWARDS</div> | ||
+ | </div> | ||
− | + | <div id="card" style="background-color: #9587FA;width: 95%;z-index: 1;left: 100%;animation: card1;animation-duration:1s;animation-delay:1s;animation-fill-mode : forwards;"></div> | |
+ | <div id="bookmark" style="z-index: 2;left: 100%;top: 57%;animation: bookmark2;animation-duration:1s;animation-delay:2s;animation-fill-mode : forwards;"> | ||
+ | <div class="occupy" style="width: 100%;height: 50%;"></div> | ||
+ | <div class="occupy" style="width: 6%; height: 90%; float: left;"></div> | ||
+ | <!-- <div class="re" style="float: left;">A<br>W<br>A<br>R<br>D<br>S</div> --> | ||
+ | <div class="re" style="width: 25%;float: left;">TEAM</div> | ||
+ | </div> | ||
− | + | <div id="card" style="background-color: #A5CEFF;width: 90%;z-index: 2;left: 100%;animation: card2;animation-duration:1s;animation-delay:2s;animation-fill-mode : forwards;"></div> | |
+ | <div id="bookmark" style="z-index: 3;left: 100%;top: 43%;animation: bookmark3;animation-duration:1s;animation-delay:3s;animation-fill-mode : forwards;"> | ||
+ | <div class="occupy" style="width: 100%;height: 65%;"></div> | ||
+ | <div class="occupy" style="width: 6%; height: 90%; float: left;"></div> | ||
+ | <!-- <div class="re" style="float: left;">A<br>W<br>A<br>R<br>D<br>S</div> --> | ||
+ | <div class="re" style="width: 25%;float: left;">OUTREACH</div> | ||
+ | </div> | ||
− | + | <div id="card" style="background-color: #ADF1EB;width: 85%;z-index: 3;left: 100%;animation: card3;animation-duration:1s;animation-delay:3s;animation-fill-mode : forwards;"></div> | |
+ | <div id="bookmark" style="z-index: 4;left: 100%;top: 28%;animation: bookmark4;animation-duration:1s;animation-delay:4s;animation-fill-mode : forwards;"> | ||
+ | <div class="occupy" style="width: 100%;height: 50%;"></div> | ||
+ | <div class="occupy" style="width: 6%; height: 90%; float: left;"></div> | ||
+ | <!-- <div class="re" style="float: left;">A<br>W<br>A<br>R<br>D<br>S</div> --> | ||
+ | <div class="re" style="width: 25%;float: left;">MODEL</div> | ||
+ | </div> | ||
− | + | <div id="card" style="background-color: #D9FFE0;width: 80%;z-index: 4;left: 100%;animation: card4;animation-duration:1s;animation-delay:4s;animation-fill-mode : forwards;"></div> | |
+ | <div id="bookmark" style="z-index: 5;left: 100%;top: 14%;animation: bookmark5;animation-duration:1s;animation-delay:5s;animation-fill-mode : forwards;"> | ||
+ | <div class="occupy" style="width: 100%;height: 55%;"></div> | ||
+ | <div class="occupy" style="width: 6%; height: 90%; float: left;"></div> | ||
+ | <!-- <div class="re" style="float: left;">A<br>W<br>A<br>R<br>D<br>S</div> --> | ||
+ | <div class="re" style="width: 25%;float: left;">WET LAB</div> | ||
+ | </div> | ||
− | + | <div id="card" style="background-color: #FFC5CA;width: 75%;z-index: 5;left: 100%;animation: card5;animation-duration:1s;animation-delay:5s;animation-fill-mode : forwards;"></div> | |
− | + | <div id="bookmark" style="z-index: 5;left: 100%;top: 0%;animation: bookmark6;animation-duration:1s;animation-delay:6s;animation-fill-mode : forwards;"> | |
− | + | <div class="occupy" style="width: 100%;height: 55%;"></div> | |
− | + | <div class="occupy" style="width: 6%; height: 90%; float: left;"></div> | |
− | + | <!-- <div class="re" style="float: left;">A<br>W<br>A<br>R<br>D<br>S</div> --> | |
− | + | <div class="re" style="width: 25%;float: left;">PROJECT</div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | background-color: # | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | |||
+ | <div id="card" style="background:linear-gradient(#9688F9,#FEB1B9);width: 75%;z-index: 5;left: 100%;animation: card6;animation-duration:1s;animation-delay:6s;animation-fill-mode : forwards;"></div> | ||
</div> | </div> | ||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 13:18, 6 October 2019