fix: PC端余额货币符号 $ 改为越南盾 ₫(与移动端统一,避免误解为美元)
This commit is contained in:
@@ -143,9 +143,18 @@ watch:{
|
|||||||
background-size:18px auto;;
|
background-size:18px auto;;
|
||||||
}
|
}
|
||||||
.left-box .info .item .icon_money{
|
.left-box .info .item .icon_money{
|
||||||
background:url(../../common/image/icon/icon_money.png) center center no-repeat;
|
background:#c6c5c8;
|
||||||
-webkit-background-size:18px auto;
|
border-radius:50%;
|
||||||
background-size:18px auto;;
|
width:24px;
|
||||||
|
height:24px;
|
||||||
|
line-height:24px;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.left-box .info .item .icon_money:before{
|
||||||
|
content:"\20AB"; /* 越南盾符号 đ(₫),与移动端一致,替换原误导的 $ 图标 */
|
||||||
|
color:#372300;
|
||||||
|
font-size:15px;
|
||||||
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
.left-box .info .item .icon_recharge{
|
.left-box .info .item .icon_recharge{
|
||||||
background:url(../../common/image/icon/icon_recharge.png) center center no-repeat;
|
background:url(../../common/image/icon/icon_recharge.png) center center no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user