mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 22:06:43 +08:00
图片路径
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user