CSS调整:添加对.word的样式,并确保它只有在鼠标悬停在圆上时才显示。
JavaScript功能实现:添加事件监听器来处理鼠标悬停和点击事件,并实现相应的功能。
这是一些调整后的代码示例:
CSS调整(添加到<style>标签中):
.word {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
display: none;
color: black;
}
.yuan:hover + .word {
display: block;
}
JS 代码:
yuan.addEventListener('click', function() {
count++; // 递增计数器
number.textContent = count; // 更新数字显示
changeBackgroundColor(); // 改变背景颜色
});
function changeBackgroundColor() {
const colors = ['green', 'blue', 'red', 'yellow', 'purple'];
currentBackgroundColor = colors[count % colors.length];
yuan.style.backgroundColor = currentBackgroundColor;
}
请注意,我在上面的JavaScript示例中添加了一个简单的changeBackgroundColor函数,它会在一组预定义的颜色中循环,每次点击圆时更改背景颜色。
可以根据需要调整颜色数组。
另外,<div class="word">版权所有:xxx</div> 应放在 .yuan-container 内部,以确保版权文本相对于圆居中显示。
|