From 2ce7c5a7d7028adaf54a2cb2da5f12a319701913 Mon Sep 17 00:00:00 2001 From: fengchengzhi Date: Fri, 14 Sep 2018 23:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;