Commit 34c3d30f authored by xinzhedeai's avatar xinzhedeai

fix: ai css deal

parent 71856866
...@@ -230,39 +230,41 @@ export default { ...@@ -230,39 +230,41 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
margin-bottom: 0.1rem;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
font-family: "diget year"; font-family: "diget year";
font-size: 0.36rem; font-size: 0.36rem;
text-shadow: 0px 3px 12px rgba(24, 153, 159, 0.82); // text-shadow: 0px 3px 12px rgba(24, 153, 159, 0.82);
background: linear-gradient(180deg, #ffffff 0%, #00ffc6 100%); // background: linear-gradient(180deg, #ffffff 0%, #00ffc6 100%);
-webkit-background-clip: text; // -webkit-background-clip: text;
-webkit-text-fill-color: transparent; // -webkit-text-fill-color: transparent;
color: #fff; color: #fff;
} }
} }
> div:nth-child(2) { > div:nth-child(2) {
color: #ffe25d; color: #ffe25d;
// top: 0.2rem; // top: 0.2rem;
left: 38%; left: 38%;
.liquid-chart { // .liquid-chart {
text-shadow: 0px 4px 30px rgba(5, 54, 78, 0.48); // text-shadow: 0px 4px 30px rgba(5, 54, 78, 0.48);
background: linear-gradient(180deg, #ffffff 0%, #ffe25d 100%); // background: linear-gradient(180deg, #ffffff 0%, #ffe25d 100%);
-webkit-background-clip: text; // -webkit-background-clip: text;
-webkit-text-fill-color: transparent; // -webkit-text-fill-color: transparent;
} // }
} }
> div:nth-child(3) { > div:nth-child(3) {
color: #11b9ff; color: #11b9ff;
top: 0.5rem; top: 0.5rem;
right: 0px; right: 0px;
left: unset; left: unset;
.liquid-chart { // .liquid-chart {
text-shadow: 0px 3px 12px rgba(24, 153, 159, 0.82); // text-shadow: 0px 3px 12px rgba(24, 153, 159, 0.82);
background: linear-gradient(180deg, #ffffff 0%, #11b9ff 100%); // background: linear-gradient(180deg, #ffffff 0%, #11b9ff 100%);
-webkit-background-clip: text; // -webkit-background-clip: text;
-webkit-text-fill-color: transparent; // -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