From eb13d858f786ecb1a9de73f2ee7102f4710002ea Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 05 Jun 2021 09:55:33 +0800
Subject: [PATCH] 样式
---
widgets/Rolling/css/style.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/widgets/Rolling/css/style.css b/widgets/Rolling/css/style.css
index 48fb381..e3a4f7f 100644
--- a/widgets/Rolling/css/style.css
+++ b/widgets/Rolling/css/style.css
@@ -2,10 +2,10 @@
width: 100%;
height: 320px;
/* background-color: #323a36; */
- background-color: #3c464b;
+ background-color: rgba(255, 255, 255,.75);
font-size: 14px;
/* border: 1px solid rgb(69, 154, 251); */
- color: rgb(238, 235, 235);
+ color: rgb(0, 0, 0);
font-size: 16px;
width: 100%;
height: 100%;
@@ -45,7 +45,7 @@
.hezi-select:hover {
- background-color: #ccc;
+ background-color: rgba(255, 255, 255,.75);
color: #3c464b;
}
--
Gitblit v1.9.3