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