|
@@ -49,7 +49,7 @@
|
|
|
<div class="content">
|
|
|
<div>
|
|
|
<h2 class="name">{{ food.product_name }}</h2>
|
|
|
- <p class="desc">{{ food.product_sale_num }}人推荐</p>
|
|
|
+ <p v-if="false" class="desc">{{ food.product_sale_num }}人推荐</p>
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span class="now">¥{{ food.product_price | fen2Yuan }}</span>
|
|
@@ -328,8 +328,11 @@ export default {
|
|
|
.icon {
|
|
|
flex: 0 0 88px;
|
|
|
margin-right: 8px;
|
|
|
- border-radius: 8px;
|
|
|
overflow: hidden;
|
|
|
+
|
|
|
+ img {
|
|
|
+ border-radius: 8px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.content {
|
|
@@ -369,7 +372,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.now {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 14px;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
font-weight: 600;
|
|
|
color: #D32323;
|
|
@@ -385,9 +388,10 @@ export default {
|
|
|
.btn-show-sku {
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
- bottom: 9px;
|
|
|
- width: 70px;
|
|
|
+ bottom: 7px;
|
|
|
+ width: 55px;
|
|
|
height: 24px;
|
|
|
+ padding: 0;
|
|
|
border: none;
|
|
|
background: #D32323;
|
|
|
border-radius: 12px;
|