Skip to content

Commit

Permalink
抽奖页面添加图片
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleFish-233 committed Jul 30, 2023
1 parent 9e882f6 commit e685271
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CnGalWebSite/CnGalWebSite.Server/wwwroot/css/lottery.css
Expand Up @@ -15,7 +15,7 @@

@media (min-height: 1000px) {
.slotMachine {
margin-top: 200px;
margin-top: 100px;
}
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -17,7 +17,7 @@
{
<CnGalWebSite.Shared.Component.Lotteries.DrawPage.LotteryAnimationCard @ref="lotteryAnimationCard" OnClickRoll="OnDrawLottery" />

<div class=" p-4" style=" display: flex; flex-direction: column; align-items: center; font-size: large;">
<div class=" p-4" style=" display: flex; flex-direction: column; align-items: center; font-size: x-large;">

@if (CurrentAward == null)
{
Expand Down Expand Up @@ -71,6 +71,12 @@

}

@if(CurrentAward!=null)
{

<img src="@CurrentAward.Image" alt="@CurrentAward.Name" style="max-width:200px;width:100%;margin-top:30px;"/>
}


</div>

Expand Down

0 comments on commit e685271

Please sign in to comment.