Commit 3b98c2e8 authored by 周宏民's avatar 周宏民

style: 修改引导页样式

parent af061308
Pipeline #91089 waiting for manual action with stages
...@@ -629,6 +629,7 @@ ...@@ -629,6 +629,7 @@
//支撑平台end //支撑平台end
&_title { &_title {
display: flex; display: flex;
// align-items: center;
&_left { &_left {
width: 372px; width: 372px;
...@@ -639,7 +640,6 @@ ...@@ -639,7 +640,6 @@
&_text { &_text {
flex: none; flex: none;
height: 97px;
color: #fff; color: #fff;
span { span {
...@@ -651,6 +651,8 @@ ...@@ -651,6 +651,8 @@
background: linear-gradient(0deg, #56A1EF 0%, #FFFFFF 59%); background: linear-gradient(0deg, #56A1EF 0%, #FFFFFF 59%);
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
position: relative;
top: -8px;
} }
} }
......
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