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 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/static/css/index.css b/static/css/index.css
index 64e5449..7036794 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -26,7 +26,7 @@
text-align:center;
z-index:100;
padding:20px;
- color:#ccc;
+ color: #f1f1f1;
font-size:12px;
}
.ship-info-box .ship-type {
@@ -74,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 {
@@ -85,7 +85,7 @@
width:100%;
height:100%;
transform:translateX(15px);
- color:#ccc;
+ /*color:#ccc;*/
z-index:2;
text-align:center;
opacity:0;
@@ -194,7 +194,7 @@
}
.title-box .say {
font-size:12px;
- color:#888;
+ color: #b8b8b8;
padding:20px 0 20px 40px;
opacity:0;
transform:translateX(20px);
--
Gitblit v1.9.1