chore(cp排行榜): 调整样式
This commit is contained in:
parent
704416cfa2
commit
a37c83d5b2
@ -2,7 +2,7 @@
|
||||
<div style="width: 100%; position: relative">
|
||||
<itemCenter
|
||||
:imgUrl="imageUrl('rewardBg')"
|
||||
flip="true"
|
||||
:flip="true"
|
||||
:contentStyle="`inset: 4vw 6vw 10vw;`"
|
||||
:class="{
|
||||
'grayscale-container':
|
||||
@ -16,7 +16,7 @@
|
||||
<itemCenter
|
||||
v-for="(goods, index) in dailyConfigs"
|
||||
:imgUrl="imageUrl('rewardGoodsBg')"
|
||||
flip="true"
|
||||
:flip="true"
|
||||
:contentStyle="`flex-direction: column;justify-content: space-between;align-items: center;`"
|
||||
:style="getGridPosition(index)"
|
||||
>
|
||||
|
||||
@ -91,7 +91,7 @@
|
||||
<itemCenter
|
||||
v-for="item in showRanking"
|
||||
:imgUrl="imageUrl(`rankingItemBg`)"
|
||||
flip="true"
|
||||
:flip="true"
|
||||
:contentStyle="`padding: 0 5%;justify-content: flex-start;`"
|
||||
>
|
||||
<!-- 排名 -->
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div style="width: 100%">
|
||||
<itemCenter :imgUrl="BorderImgUrl" flip="true" :contentStyle="`display:block;`">
|
||||
<itemCenter :imgUrl="BorderImgUrl" :flip="true" :contentStyle="`display:block;`">
|
||||
<!-- 第一名 -->
|
||||
<div v-if="isTopOne" style="width: 98vw; height: 80%; position: relative">
|
||||
<!-- 查看个人信息按钮 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user