@@ -56,19 +56,22 @@
opacity: 0.8;
font-size: 14px;
font-weight: 500;
- color: #fff;
+ color: #ccc;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
scale: 1;
- transition: all 0.3s;
+ transition: all 0.3s;
&:hover {
scale: 1.1;
+ font-size: 16px;
+ color: #fff;
transition: all 0.6s;
}
.exhibitionTitleAc {
- background-color: #0eccd2;
+ background-color: #12aaaf;
.sceneList {