Browse Source

修改样式

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
2ce7c5a7d7
1 changed files with 6 additions and 1 deletions
  1. 7
      src/view/home.vue

7
src/view/home.vue

@ -37,7 +37,7 @@
<div class="right">
<h3>{{item1.name}}</h3>
<div class="text">{{item1.shortDesc}}</div>
<div class="card-name">{{toJSON(item1.smallLabel)}}</div>
<div class="card-name"><i>{{toJSON(item1.smallLabel)}}</i></div>
<div class="btn-box">
<span> <em>{{item1.originalPrice > 0 ? item1.originalPrice/100 : item1.price/100}}</em></span>
<a :href="'http://test.1hjz.cn/mall/web/vgoods/detail/' + item1.goodsNo">立即购买</a>
@ -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;

Loading…
Cancel
Save