Commit 4585ef2a by 刘海龙

111

parent de750f83
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
.FensiGxb .Gongxbody { width: 100%; text-align: center; overflow: hidden; } .FensiGxb .Gongxbody { width: 100%; text-align: center; overflow: hidden; }
.FensiGxb .noLiwuImg { margin-top: 8rem; width: 1.9rem; height: 1.9rem; } .FensiGxb .noLiwuImg { margin-top: 8rem; width: 1.9rem; height: 1.9rem; }
.FensiGxb .noLiwuMsg { margin-top: .3rem; font-size: .6rem; color: #666; } .FensiGxb .noLiwuMsg { margin-top: .3rem; font-size: .6rem; color: #666; }
.FensiGxb .headBox { width: 100%; display: flex; align-items: flex-end; padding: 0 1rem; padding-top: 1rem; padding-bottom: .5rem; } .FensiGxb .headBox { width: 100%; display: flex; align-items: flex-end; padding: 0 1rem; padding-top: 1rem; padding-bottom: .5rem; justify-content: center;align-items: center; }
.FensiGxb .Itembox { width: 33.333%; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; } .FensiGxb .Itembox { width: 33.333%; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }
.FensiGxb .dierImg { width: 3rem; height: 4.04rem; } .FensiGxb .dierImg { width: 3rem; height: 4.04rem; }
.FensiGxb .disanImg { width: 3rem; height: 4.04rem; } .FensiGxb .disanImg { width: 3rem; height: 4.04rem; }
......
...@@ -32,9 +32,10 @@ ...@@ -32,9 +32,10 @@
<!-- 有礼物 --> <!-- 有礼物 -->
<div class="Gongxbody" v-if="!noLiwuMsg"> <div class="Gongxbody" v-if="!noLiwuMsg">
<!-- 前三的排名 --> <!-- 前三的排名 -->
<div class="headBox" style="position: relative;"> <div class="headBox clearfix" style="position: relative;">
<img src="__PUBLIC__/appapi/img/bg_paihangbang@2x(2).png" style="width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -2;"> <img src="__PUBLIC__/appapi/img/bg_paihangbang@2x(2).png" style="width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -2;">
<div class="Itembox" v-if="list[1]" style="position: absolute; bottom: 0; left: 0;">
<div class="Itembox" v-if="list[1]" style="float: left;">
<div class="imgBox"> <div class="imgBox">
<img class="dierImg" src="__PUBLIC__/appapi/img/dier@2x.png"> <img class="dierImg" src="__PUBLIC__/appapi/img/dier@2x.png">
<img class="dier_Tx" :src="list[1]['userinfo']['avatar']"> <img class="dier_Tx" :src="list[1]['userinfo']['avatar']">
...@@ -47,7 +48,7 @@ ...@@ -47,7 +48,7 @@
<div class="GongxNum" style="color: #fff;">贡献 {{list[1]['total']}}</div> <div class="GongxNum" style="color: #fff;">贡献 {{list[1]['total']}}</div>
</div> </div>
<div class="Itembox" v-if="list[0]" style="position: absolute; bottom: 0; left: 33.33%;"> <div class="Itembox" v-if="list[0]" style="">
<div class="imgBox"> <div class="imgBox">
<img class="diyiImg" src="__PUBLIC__/appapi/img/diyi@2x.png"> <img class="diyiImg" src="__PUBLIC__/appapi/img/diyi@2x.png">
<img class="diyi_Tx" :src="list[0]['userinfo']['avatar']"> <img class="diyi_Tx" :src="list[0]['userinfo']['avatar']">
...@@ -60,7 +61,7 @@ ...@@ -60,7 +61,7 @@
<div class="GongxNum" style="color: #fff;">贡献 {{list[0]['total']}}</div> <div class="GongxNum" style="color: #fff;">贡献 {{list[0]['total']}}</div>
</div> </div>
<div class="Itembox" v-if="list[2]" style="position: absolute; bottom: 0; right: 0;"> <div class="Itembox" v-if="list[2]" style="float: right;">
<div class="imgBox"> <div class="imgBox">
<img class="disanImg" src="__PUBLIC__/appapi/img/disan@2x.png"> <img class="disanImg" src="__PUBLIC__/appapi/img/disan@2x.png">
<img class="disan_Tx" :src="list[2]['userinfo']['avatar']"> <img class="disan_Tx" :src="list[2]['userinfo']['avatar']">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment