@@ -46,7 +46,7 @@
.list-row {
// width: 46.1538vw;
height: 64.1026vw;
- background-size: 100% 100%;
+ background-size: cover;
position: relative;
color: white;
border-radius: 2.5641vw;
@@ -225,8 +225,10 @@
font-size: 2.5641vw;
margin-bottom: 2.5641vw;
.user-avatar {
- width: 10.2564vw;
- height: 10.2564vw;
+ // width: 10.2564vw;
+ // height: 10.2564vw;
+ width: 50px;
+ height: 50px;
.tag {
position: absolute;
@@ -116,7 +116,9 @@
<ion-item class="li" (click)="toUrlService('/user/service')">
<img src="img/客服.png" class="avatar" slot="start" alt="avatar" />
<div class="li-right">
- <div class="name">专属客服<img src="img/VIP.png" alt="" /></div>
+ <div class="name">专属客服
+ <!-- <img src="img/VIP.png" alt="" /> -->
+ </div>
</div>
<ion-icon
style="color: #afafaf"
@@ -47,8 +47,10 @@