2025-11-08 01:20:27
黑色炫酷特效淘宝店铺导航代码
优质解答
nav {
background: linear-gradient(135deg, 000000 0%, 222222 100%);
box-shadow: 0 0 15px rgba(0,255,255,0.7);
nav-item {
color: cyan;
text-shadow: 0 0 5px 00ffff;
transition: all 0.3s ease;
nav-item:hover {
transform: scale(1.1);
text-shadow: 0 0 15px 00ffff;
本题链接: