标题顺序调整

hotfix/paypal-note
candice 3 years ago
parent 5bc6baeebf
commit dc0a2b1f05

@ -1,4 +1,4 @@
<div class="info_ad_title" style="display: flex;">Choose best time to visit</div>
<div class="info_ad_title" style="display: flex;">Popular tours</div>
<div class="right_ad_list">
<ul>
<?php foreach ($tips_right_first as $index => $info) {?>
@ -6,7 +6,7 @@
<?php }?>
</ul>
</div>
<div class="info_ad_title" style="display: flex;">Popular Asia tours</div>
<div class="info_ad_title" style="display: flex;">Make the most of your time</div>
<div class="right_ad_list">
<ul>
<?php foreach ($tips_right_second as $index => $info) {?>
@ -14,7 +14,7 @@
<?php }?>
</ul>
</div>
<div class="info_ad_title" style="display: flex;">Make the most of Your Time</div>
<div class="info_ad_title" style="display: flex;">Choose best time to visit</div>
<div class="right_ad_list">
<ul>
<?php foreach ($tips_right_third as $index => $info) {?>

Loading…
Cancel
Save