|
@@ -95,21 +95,18 @@
|
|
|
.A1title {
|
|
.A1title {
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- z-index: 99;
|
|
|
|
|
|
|
+ z-index: 2005;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
- height: 40px;
|
|
|
|
|
- line-height: 40px;
|
|
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- padding: 0 15px;
|
|
|
|
|
|
|
+ padding: 7px 15px;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
text-shadow: 1px 0 2px rgb(0 0 0);
|
|
text-shadow: 1px 0 2px rgb(0 0 0);
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translateX(-50%) translateY(0);
|
|
transform: translateX(-50%) translateY(0);
|
|
|
width: 40%;
|
|
width: 40%;
|
|
|
top: 20px;
|
|
top: 20px;
|
|
|
- white-space: nowrap;
|
|
|
|
|
background: linear-gradient(
|
|
background: linear-gradient(
|
|
|
90deg,
|
|
90deg,
|
|
|
transparent,
|
|
transparent,
|
|
@@ -225,6 +222,7 @@
|
|
|
|
|
|
|
|
.A1title {
|
|
.A1title {
|
|
|
width: calc(100% - 80px);
|
|
width: calc(100% - 80px);
|
|
|
|
|
+ word-wrap: break-word;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|