|
|
@ -98,7 +98,10 @@ |
|
|
|
</div> |
|
|
|
<div class="vip"> |
|
|
|
<div class="top"> |
|
|
|
<div class="level">{{ userInfoData.memberLevelName}} </div> |
|
|
|
<div> |
|
|
|
<div class="level">{{ userInfoData.memberLevelName}} </div> |
|
|
|
<div class="middle">积分:{{userInfoData.credit}}</div> |
|
|
|
</div> |
|
|
|
<div class="logout" @click="outLoginBtn">{{ $t('navbar.logout') }}</div> |
|
|
|
</div> |
|
|
|
<div class="bottom"> |
|
|
@ -750,6 +753,13 @@ $navSearchHeight: 39px; |
|
|
|
border-radius: 3px; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
.middle{ |
|
|
|
display: block; |
|
|
|
color: orange; |
|
|
|
font-size: 14px; |
|
|
|
position: relative; |
|
|
|
top: -12px; |
|
|
|
} |
|
|
|
} |
|
|
|
.bottom{ |
|
|
|
p{ |
|
|
|