|
@@ -113,7 +113,7 @@ export default {
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
pointer-events: none;
|
|
|
- background: linear-gradient(0, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
|
|
|
+ background: linear-gradient(0, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
|
|
|
}
|
|
|
&.biankuang {
|
|
|
&.active,
|
|
@@ -123,7 +123,7 @@ export default {
|
|
|
}
|
|
|
.name{
|
|
|
span{
|
|
|
- color: rgba(255, 255, 255, 0.8);
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -137,7 +137,7 @@ export default {
|
|
|
z-index: 9;
|
|
|
box-sizing: border-box;
|
|
|
min-height: 38px;
|
|
|
- color: rgba(255, 255, 255, 0.8);
|
|
|
+ color: rgba(255, 255, 255, 0.5);
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
span{
|