|
@@ -3,7 +3,10 @@
|
|
|
<img src="../../assets/img/siluchunwanlist.jpg" style="width: 100%" />
|
|
|
<div class="guize" @click="showGuize">投票规则</div>
|
|
|
<div class="guize" style="top: 5em" @click="paiming">查看排名</div>
|
|
|
- <van-cell-group title="团队组" style="padding: 8px">
|
|
|
+ <van-cell-group style="padding: 8px">
|
|
|
+ <template #title>
|
|
|
+ <img src="../../assets/img/team.png" style="width: calc(100vw - 32px)" />
|
|
|
+ </template>
|
|
|
<van-row gutter="8">
|
|
|
<van-col span="12" v-for="item in list" :key="item.id">
|
|
|
<van-image
|
|
@@ -30,7 +33,10 @@
|
|
|
</van-col>
|
|
|
</van-row>
|
|
|
</van-cell-group>
|
|
|
- <van-cell-group title="个人组" style="padding: 8px">
|
|
|
+ <van-cell-group style="padding: 8px">
|
|
|
+ <template #title>
|
|
|
+ <img src="../../assets/img/slef.png" style="width: calc(100vw - 32px)" />
|
|
|
+ </template>
|
|
|
<van-row gutter="8">
|
|
|
<van-col span="12" v-for="item in listSelf" :key="item.id">
|
|
|
<van-image
|
|
@@ -60,7 +66,7 @@
|
|
|
<Shanshipin />
|
|
|
<van-dialog v-model:show="showPaihang" confirm-button-text="关闭">
|
|
|
<div style="height: 50vh">
|
|
|
- <van-tabs>
|
|
|
+ <van-tabs color="#ff2c2c">
|
|
|
<van-tab title="个人">
|
|
|
<div class="SilkList">
|
|
|
<van-cell-group inset>
|
|
@@ -268,7 +274,7 @@ const showGuize = () => {
|
|
|
};
|
|
|
|
|
|
const paiming = () => {
|
|
|
- if (!config.isShanShiPin) return showToast("下载闪视频查看投票结果。");
|
|
|
+ // if (!config.isShanShiPin) return showToast("下载闪视频查看投票结果。");
|
|
|
getList(() => {
|
|
|
showPaihang.value = true;
|
|
|
});
|
|
@@ -303,9 +309,10 @@ const clickShowVideo = item => {
|
|
|
.SilkRoadShanShiPinList {
|
|
|
width: 100vw;
|
|
|
padding-bottom: 80px;
|
|
|
- .van-cell-group__title {
|
|
|
- font-size: 1rem;
|
|
|
- }
|
|
|
+ // .van-cell-group__title {
|
|
|
+ // font-size: 1rem;
|
|
|
+ // font-weight: bold;
|
|
|
+ // }
|
|
|
.guize {
|
|
|
background-color: #ff2c2c;
|
|
|
position: fixed;
|