From 12b217ffcb65b498049eb8ec543a0e281ba8abe6 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 21 Aug 2019 16:50:09 +0800 Subject: [PATCH] * finish task #6227. --- www/theme/default/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 8beaab96c0..1ad6802fb4 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -41,12 +41,12 @@ a.showMoreImage { display: block; height: 30px; line-height: 30px; -background: #888; +background: #2B85C4; position: absolute; bottom: 0px; width: 100%; opacity: 0.7; text-align: center; -color:red; +color:#fff; } a.showMoreImage:hover{opacity: 1;}