#
luxiaotao1123
2023-03-21 059270c12f452fcc3344b826f35295fd7c20906e
static/css/index.css
@@ -1,3 +1,13 @@
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    height: 100%;
}
#mask {
    background-color:#222;
@@ -16,7 +26,7 @@
    text-align:center;
    z-index:100;
    padding:20px;
    color:#ccc;
    color: #f1f1f1;
    font-size:12px;
}
.ship-info-box .ship-type {
@@ -64,7 +74,7 @@
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    background-color:rgba(0,0,0,0.2);
    transform:scale(1,0);
}
.ship-info-box .btn .btn-word {
@@ -75,7 +85,7 @@
    width:100%;
    height:100%;
    transform:translateX(15px);
    color:#ccc;
    /*color:#ccc;*/
    z-index:2;
    text-align:center;
    opacity:0;
@@ -184,7 +194,7 @@
}
.title-box .say {
    font-size:12px;
    color:#888;
    color: #b8b8b8;
    padding:20px 0 20px 40px;
    opacity:0;
    transform:translateX(20px);
@@ -274,6 +284,9 @@
.menu > li:nth-child(3) {
    transition:all 800ms;
}
.menu > li:nth-child(4) {
    transition:all 800ms;
}
.menu.show > li {
    transform:translateX(0) translateY(0);
    opacity:1;