|
|
|
|
@ -64,6 +64,19 @@
|
|
|
|
|
<img src="https://images.chinahighlights.com/allpicture/2024/12/c81b67573a2d40d6922e95b33aeaf03d_cut_80x14_241_1733323252.png"
|
|
|
|
|
style="height: 15px; width: auto; margin: 0 3px; filter: brightness(170%);"
|
|
|
|
|
alt="Tour Review">.</p>
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
<script>
|
|
|
|
|
document.addEventListener('DOMContentLoaded', function() {
|
|
|
|
|
const infoIcon = document.querySelector('.review-aggregate__info');
|
|
|
|
|
const toolTip = document.querySelector('.popper__tooltip');
|
|
|
|
|
const closeButton = document.querySelector('.review_close');
|
|
|
|
|
|
|
|
|
|
infoIcon.addEventListener('click', function() {
|
|
|
|
|
toolTip.style.display = "block";
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
closeButton.addEventListener('click', function(event) {
|
|
|
|
|
toolTip.style.display = "none";
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
</script>
|