fix page
This commit is contained in:
@@ -89,21 +89,31 @@
|
|||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="bodycopy" style="font-weight:bold; font-size 20px; color:black; padding-left: <?=$pad_l?>px;">
|
<td class="bodycopy" style="font-weight:bold; font-size 20px; color:black; padding-left: <?=$pad_l?>px;">
|
||||||
<div style="background-color:#f7f7f8; margin-top: 10px; padding: 5px; border-radius: 10px; text-align: left;">
|
<div style="display: flex">
|
||||||
<div><?=$item["title"]?></div>
|
<div style="display: <?php echo ($pad_l>0)? 'block': 'none'; ?>;"><img src="/assets/images/arrow2.png"> </div>
|
||||||
<div style="display: flex; width: 100%;">
|
<div style="background-color:#f7f7f8; margin-top: 10px; padding: 5px; border-radius: 10px; text-align: left; width: 100%; box-shadow: 5px 2px 2px #bbadad;">
|
||||||
<div style="color: #e464e7; font-size: 12px;"> <?=$item["description"]?></div>
|
<div><?=$item["title"]?></div>
|
||||||
<div style="width: 150px; padding-left: 25px; color: darkgreen;"><?=$item["price"]*0.01?> Naira</div>
|
<div style="display: flex; width: 100%;">
|
||||||
</div>
|
<div style="color: #e464e7; font-size: 12px;"> <?=$item["description"]?></div>
|
||||||
|
<div style="width: 150px; padding-left: 25px; color: darkgreen;"><?=$item["price"]*0.01?> Naira</div>
|
||||||
|
<div style="display: <?php echo ($pad_l>0)? 'block': 'none'; ?>; text-align: right; width: 50px;"><img style="width: 30px; height: auto;" src="/assets/images/lock.png"> </div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
$pad_l = $pad_l + 20;
|
$pad_l = $pad_l + 25;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
<tr>
|
||||||
|
<td class="bodycopy" style="font-weight:bold; font-size 20px; color:black; text-align: right;">
|
||||||
|
Reward : <?=$total_price*0.01 ?> Naira
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="bodycopy" style="padding:20px; font-weight:bold; text-align:center; font-size 20px; color:darkgreen;">
|
<td class="bodycopy" style="padding:20px; font-weight:bold; text-align:center; font-size 20px; color:darkgreen;">
|
||||||
<div style="background-color:white; margin-top: 10px; padding: 5px; border-radius: 10px;">
|
<div style="background-color:white; margin-top: 10px; padding: 5px; border-radius: 10px;">
|
||||||
@@ -113,13 +123,14 @@
|
|||||||
<div style="text-align: right; width: 100%;">
|
<div style="text-align: right; width: 100%;">
|
||||||
<a
|
<a
|
||||||
href="<?=$user_server_name?>/PROMO/<?=$promo?>/<?=$promo_owner?>"
|
href="<?=$user_server_name?>/PROMO/<?=$promo?>/<?=$promo_owner?>"
|
||||||
style="background-color: #007bff;
|
style="background-color: aliceblue;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
color: white; font-weight: bold;
|
box-shadow: 10px 5px 5px #bbadad;
|
||||||
|
color: black; font-weight: bold;
|
||||||
padding: 10px; left:
|
padding: 10px; left:
|
||||||
font-family: Helvetica, Sans-Serif;
|
font-family: Helvetica, Sans-Serif;
|
||||||
border-radius: 10px;" type="submit" >Get Started on <?=$total_price*0.01 ?> Naira Tasks</a>
|
border-radius: 10px;" type="submit" >Get Started Now and Unlock<span style="color: #2aa198;"> <?=$total_price*0.01 ?> Naira<span></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
Reference in New Issue
Block a user