From 059270c12f452fcc3344b826f35295fd7c20906e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 21 三月 2023 08:31:37 +0800
Subject: [PATCH] #
---
static/css/index.css | 21 +++++++++++++++++----
1 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/static/css/index.css b/static/css/index.css
index 54313e7..7036794 100644
--- a/static/css/index.css
+++ b/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;
--
Gitblit v1.9.1