Commit 34c3d30f authored by xinzhedeai's avatar xinzhedeai

fix: ai css deal

parent 71856866
......@@ -230,39 +230,41 @@ export default {
width: 100%;
height: 100%;
display: flex;
margin-bottom: 0.1rem;
justify-content: center;
align-items: center;
font-family: "diget year";
font-size: 0.36rem;
text-shadow: 0px 3px 12px rgba(24, 153, 159, 0.82);
background: linear-gradient(180deg, #ffffff 0%, #00ffc6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
// text-shadow: 0px 3px 12px rgba(24, 153, 159, 0.82);
// background: linear-gradient(180deg, #ffffff 0%, #00ffc6 100%);
// -webkit-background-clip: text;
// -webkit-text-fill-color: transparent;
color: #fff;
}
}
> div:nth-child(2) {
color: #ffe25d;
// top: 0.2rem;
left: 38%;
.liquid-chart {
text-shadow: 0px 4px 30px rgba(5, 54, 78, 0.48);
background: linear-gradient(180deg, #ffffff 0%, #ffe25d 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
// .liquid-chart {
// text-shadow: 0px 4px 30px rgba(5, 54, 78, 0.48);
// background: linear-gradient(180deg, #ffffff 0%, #ffe25d 100%);
// -webkit-background-clip: text;
// -webkit-text-fill-color: transparent;
// }
}
> div:nth-child(3) {
color: #11b9ff;
top: 0.5rem;
right: 0px;
left: unset;
.liquid-chart {
text-shadow: 0px 3px 12px rgba(24, 153, 159, 0.82);
background: linear-gradient(180deg, #ffffff 0%, #11b9ff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
// .liquid-chart {
// text-shadow: 0px 3px 12px rgba(24, 153, 159, 0.82);
// background: linear-gradient(180deg, #ffffff 0%, #11b9ff 100%);
// -webkit-background-clip: text;
// -webkit-text-fill-color: transparent;
// }
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment