diff --git a/src/view/home.vue b/src/view/home.vue index 5cf05d1..da80085 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -37,7 +37,7 @@

{{item1.name}}

{{item1.shortDesc}}
-
{{toJSON(item1.smallLabel)}}
+
{{toJSON(item1.smallLabel)}}
{{item1.originalPrice > 0 ? item1.originalPrice/100 : item1.price/100}} 立即购买 @@ -327,6 +327,11 @@ font-weight:400; color:rgba(244,163,83,1); } +.home .page-content .new-card .card-list li .right .card-name i { + font-style: normal; + background:rgba(255,242,229,1); + padding: 1px 3px; +} .home .page-content .new-card .card-list li .right .btn { display: flex; align-items: center;