style: PC余额货币符号₫改为金黄色(深底金字,符合OG主题)

This commit is contained in:
2026-06-01 23:57:32 +08:00
parent 72934e207a
commit ccaf2ef200
+2 -2
View File
@@ -143,7 +143,7 @@ watch:{
background-size:18px auto;; background-size:18px auto;;
} }
.left-box .info .item .icon_money{ .left-box .info .item .icon_money{
background:#c6c5c8; background:#372300;
border-radius:50%; border-radius:50%;
width:24px; width:24px;
height:24px; height:24px;
@@ -152,7 +152,7 @@ watch:{
} }
.left-box .info .item .icon_money:before{ .left-box .info .item .icon_money:before{
content:"\20AB"; /* 越南盾符号 đ(₫),与移动端一致,替换原误导的 $ 图标 */ content:"\20AB"; /* 越南盾符号 đ(₫),与移动端一致,替换原误导的 $ 图标 */
color:#372300; color:#f5c842;
font-size:15px; font-size:15px;
font-weight:bold; font-weight:bold;
} }