@@ -95,6 +95,9 @@
line-height: .4rem;
color: #171826;
}
+.introduction-card .body-list .body-item .product-name .title.isnew {
+ color: #BD7B2E;
+}
.introduction-card .body-list .body-item .product-name .label {
margin-top: .08rem;
font-size: .24rem;
@@ -22,9 +22,8 @@ var vipFreeIntroduceTemplate = `
<div class="body-list">
<div v-for="(item, index) in info.content" :key="index" class="body-item">
<div class="product-name">
- <div class="title">
+ <div class="title" :class="{'isnew': item.isNew}">
@@item.name@@
- <div v-if="item.isNew" class="isnew" />
</div>
<div class="label">
@@item.label@@