|
@@ -504,6 +504,9 @@ export default {
|
|
|
border: 1px solid #fff;
|
|
|
background: rgba(255, 255, 255, .65);
|
|
|
color: #171826;
|
|
|
+ .iconfont {
|
|
|
+ vertical-align: center;
|
|
|
+ }
|
|
|
}
|
|
|
.j-icon {
|
|
|
display: inline-block;
|
|
@@ -515,10 +518,12 @@ export default {
|
|
|
.vip-icon{
|
|
|
background:rgba(255, 255, 255, 0.65) url(@/assets/image/icon/vip/vip-icon.png) no-repeat center;
|
|
|
background-size: 14px;
|
|
|
+ backdrop-filter: blur(2px);
|
|
|
}
|
|
|
.bigmember-icon {
|
|
|
background:rgba(255, 255, 255, 0.5) url(@/assets/image/icon/big-member/icon-gaojihy.png) no-repeat center;
|
|
|
background-size: 14px;
|
|
|
+ backdrop-filter: blur(2px);
|
|
|
}
|
|
|
.bg-line-gold{
|
|
|
background: linear-gradient(90deg,#FFECCE 0%, #FCD7B2 100%);
|