From 578cebf866ba4d0de62ea1d0efe8392d3c586aea Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 05 Jun 2021 14:51:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

---
 widgets/Rolling/css/style.css |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/widgets/Rolling/css/style.css b/widgets/Rolling/css/style.css
index ca89f3e..c1e7917 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%;
@@ -42,10 +42,8 @@
   outline: none;
 }
 
-
-
 .jimu-widget-Rolling .hezi-select:hover {
-  background-color: #ccc;
+  background-color: rgba(255, 255, 255,.75);
   color: #3c464b;
 }
 

--
Gitblit v1.9.3