样式修改

This commit is contained in:
liu
2026-08-09 11:58:03 +08:00
parent 0980252b7f
commit 1c87867969
2 changed files with 2 additions and 109 deletions
-33
View File
@@ -187,7 +187,6 @@
justify-content: center;
font-size: 34px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.25);
margin-bottom: 14px;
overflow: hidden;
@@ -286,38 +285,6 @@
}
}
// 活动专区 section-card 图标底色(循环使用)
.card-ic-0 .card-icon {
background: #fff0ed;
}
.card-ic-1 .card-icon {
background: #fff7e6;
}
.card-ic-2 .card-icon {
background: #e6f7ff;
}
.card-ic-3 .card-icon {
background: #f0edff;
}
.bottom-section {
padding: 0 32px;
// 每张卡片图标不同底色
.card-hot .card-icon {
background: #fff0ed;
}
.card-discount .card-icon {
background: #fff7e6;
}
.card-new .card-icon {
background: #e6f7ff;
}
.card-order .card-icon {
background: #f0edff;
}
}
// 底部留白
.bottom-spacer {
height: 60px;