图片路径

This commit is contained in:
lmj
2022-10-15 18:01:49 +08:00
parent a4e22c2989
commit b1608b78e4
11 changed files with 41 additions and 41 deletions

View File

@@ -15,7 +15,7 @@
<h3>{{day.dayNmae}}</h3>
<div class="Recording-info" v-for="info in day.list">
<div class="info-tit">{{info.content}}</div>
<div class="info-Gold"><img src="../../../public/images/Uimg.png" alt="">{{info.uvalue > 0? '+':''}} {{info.uvalue}}</div>
<div class="info-Gold"><img :src="`${webBaseUrl}/images/Uimg.png`" alt="">{{info.uvalue > 0? '+':''}} {{info.uvalue}}</div>
</div>
</div>
</div>
@@ -76,9 +76,9 @@
<div>
<div class="table-hear" style="margin-top:40px;border-bottom: 1px solid #ddd;padding-bottom:20px" v-for="(ran,index) in rankingData" :key="ran.id">
<div class="tab-rank">
<img v-if="index == 0" src="../../../public/images/rank1.png" alt=""/>
<img v-if="index == 1" src="../../../public/images/rank2.png" alt=""/>
<img v-if="index == 2" src="../../../public/images/rank3.png" alt=""/>
<img v-if="index == 0" :src="`${webBaseUrl}/images/rank1.png`" alt=""/>
<img v-if="index == 1" :src="`${webBaseUrl}/images/rank2.png`" alt=""/>
<img v-if="index == 2" :src="`${webBaseUrl}/images/rank3.png`" alt=""/>
<div v-if="index > 2" style="line-height: 40px;padding-left:15px;font-size: 16px;color: #333333;">{{index+1}}</div>
</div>
<div class="tab-name"><author-img :avatar="ran.authorInfo.avatar" :aid="ran.authorInfo.aid" :sex="ran.authorInfo.sex"></author-img> <span>{{ran.authorInfo.name}}</span> </div>
@@ -438,7 +438,7 @@
.box-top{
color: #FBA511;
padding: 26px 212px 17px 61px;
background: url('/images/homeWu/u-bg.png') no-repeat;
background: url('../../../public/images/homeWu/u-bg.png') no-repeat;
}
.box-table{
padding: 26px 14px 40px 66px;