样式修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user