|
@@ -241,7 +241,12 @@ export default {
|
|
|
font-weight: bold;
|
|
|
color: #be651a;
|
|
|
line-height: 30px;
|
|
|
- text-shadow: 0 0 10px #fff;
|
|
|
+ /* text-shadow: 0 0 10px #fff; */
|
|
|
+
|
|
|
+ background: -webkit-linear-gradient(#fff, #fff);
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ -webkit-text-fill-color: #be651a;
|
|
|
+ -webkit-text-stroke: 6px transparent;
|
|
|
}
|
|
|
|
|
|
.headSubTitle {
|