|
@@ -26,7 +26,7 @@
|
|
|
<div class="invite-txt">@{{ detail.inviteUserInfo.nickName }} invite you to</div>
|
|
|
<div class="title">Hunt the Treaure</div>
|
|
|
<div class="up-gain-txt">
|
|
|
- <span class="amount">Share ${{ detail.amountUsdValue }}</span>
|
|
|
+ <span class="amount"> ${{ detail.amountUsdValue }} Giveaway</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<img class="img" src="../../static/img/icon-treasure.png" alt="" />
|
|
@@ -369,7 +369,6 @@ body,
|
|
|
.center {
|
|
|
margin: -50px auto 0;
|
|
|
width: 480px;
|
|
|
- height: 260px;
|
|
|
box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1);
|
|
|
border-radius: 12px;
|
|
|
display: flex;
|
|
@@ -406,7 +405,8 @@ body,
|
|
|
.title {
|
|
|
font-weight: 800;
|
|
|
font-size: 20px;
|
|
|
- margin: 6px 3px 0;
|
|
|
+ margin: 3px 3px 0;
|
|
|
+ line-height: 20px;
|
|
|
}
|
|
|
|
|
|
.up-gain-txt {
|
|
@@ -420,13 +420,14 @@ body,
|
|
|
.amount {
|
|
|
font-weight: 700;
|
|
|
font-size: 22px;
|
|
|
+ line-height: 22px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.btn-wrapper {
|
|
|
- margin-top: 54px;
|
|
|
+ margin-top: 50px;
|
|
|
padding: 16px;
|
|
|
box-sizing: border-box;
|
|
|
background: #1d9bf0;
|