* finish task #6227.

This commit is contained in:
wangyidong
2019-08-21 16:50:09 +08:00
parent 253e0ab3a8
commit 12b217ffcb
+2 -2
View File
@@ -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;}