Browse Source

会员黑金色文字

lifanagju_citu 7 months ago
parent
commit
9cc32aeb85
1 changed files with 8 additions and 2 deletions
  1. 8 2
      src/styles/personal/navBar.scss

+ 8 - 2
src/styles/personal/navBar.scss

@@ -9,10 +9,16 @@
 
 .vipBox {
   .avatar {
-    border: 1px solid gold;
+    border: 1px solid #b29701;
   }
   .userName {
-    color: #a18a0f;
+    font-weight: bold;
+    background: -webkit-linear-gradient(45deg, #333, #b29701);
+    background: linear-gradient(45deg, #333, #b29701);
+    -webkit-background-clip: text;
+    background-clip: text;
+    -webkit-text-fill-color: transparent;
+    // text-fill-color: transparent;
   }
 }