mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 17:26:43 +08:00
Merge branch 'stat' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
<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>
|
||||
|
||||
<div v-else class="home-no-list">
|
||||
<img class="img" style="width:76px;height:76px" src="/images/homeWu/u-wu.png" alt="" srcset="">
|
||||
<img class="img" style="width:76px;height:76px" :src="`${webBaseUrl}/images/homeWu/u-wu.png`" alt="" srcset="">
|
||||
<p class="text">最近7天你可能太忙了,快开始 努力获得U币吧</p>
|
||||
</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>
|
||||
@@ -178,7 +178,7 @@
|
||||
</div>
|
||||
|
||||
<div class="dialog-close" @click="dialogVisible=false">
|
||||
<img style="width:86px;height:86px" src="/images/homeWu/u-close.png" alt="">
|
||||
<img style="width:86px;height:86px" :src="`${webBaseUrl}/images/homeWu/u-close.png`" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</el-dialog>
|
||||
@@ -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