Commit e5da5b7a by 陆志强

Merge branch 'feature/timingStyle'

parents 26bac4f9 6656aaa2
......@@ -18,8 +18,8 @@
</li>
</ul>
</div>
<div class="introduction__title">下一场活动奖品:</div>
<div class="introduction__prize">
<div v-if="lotteryInfo.nextPlayPrizeConfigs.length > 0" class="introduction__title">下一场活动奖品:</div>
<div v-if="lotteryInfo.nextPlayPrizeConfigs.length > 0" class="introduction__prize">
<ul
class="introduction__list"
:class="{ 'introduction__list--center': lotteryInfo.nextPlayPrizeConfigs.length < 3 }"
......
......@@ -17,7 +17,7 @@
</div>
</div>
</div>
<div class="rule">
<div v-if="lotteryInfo.nextPlayPrizeConfigs.length > 0" class="rule">
<div class="rule__sub">下一场活动奖品:</div>
<div class="intro__rewards">
<div v-for="item in lotteryInfo.nextPlayPrizeConfigs" :key="item.id" class="intro__rewards-item">
......@@ -57,9 +57,9 @@ export default {
</script>
<style lang="less" scoped>
.main {
width: 100%;
width: calc(100% - 48px);
height: 100%;
padding: 0 13px;
// padding: 0 13px;
// overflow-x: auto;
display: flex;
flex-direction: column;
......@@ -141,7 +141,7 @@ export default {
}
}
.rule {
height: 44%;
// height: 44%;
display: flex;
flex-direction: column;
&__sub {
......
......@@ -169,7 +169,7 @@ export default {
border-radius: 22px;
}
.reward-box {
width: 100%;
width: calc(100% - 48px);
position: absolute;
bottom: 3%;
}
......
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 sign in to comment