|
@@ -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;
|
|
|
}
|
|
|
}
|
|
|
|