2025-11-08 01:19:07
/ 店招样式 /
shop-header {
background: linear-gradient(135deg, e0f2fe 0%, bae6fd 100%);
height: 120px;
padding: 15px;
text-align: center;
shop-title {
font-family: "Microsoft YaHei", sans-serif;
color: 1e3a8a;
font-size: 28px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
shop-slogan {
color: 3b82f6;
font-size: 14px;
/ 导航栏样式 /
nav-container {
background: 1e40af;
height: 40px;
nav-menu {
display: flex;
justify-content: center;
list-style: none;
nav-item {
padding: 0 20px;
line-height: 40px;
nav-link {
color: white;
text-decoration: none;
font-size: 14px;
transition: all 0.3s;
nav-link:hover {
color: 93c5fd;
/ 主内容区样式 /
main-content {
background: f8fafc;
padding: 20px;
product-card {
background: white;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
本题链接: