@@ -84,7 +84,7 @@
diff --git a/pages/promotion/point/pointList.vue b/pages/promotion/point/pointList.vue
index 59187b1..59ddfd6 100644
--- a/pages/promotion/point/pointList.vue
+++ b/pages/promotion/point/pointList.vue
@@ -23,8 +23,8 @@
{{ item.goodsName }}
-
- {{ item.points }}积分
+
+ {{ item.points }}积分
¥{{ item.originalPrice | unitPrice }}
@@ -194,46 +194,12 @@ page {
height: 100%;
}
.tipsMkt {
- float: right;
color: #c0c4cc;
- font-size: 24rpx;
+ font-size: 24rpx !important;
text-decoration: line-through;
- margin-right: 20rpx;
+ margin-right: 20rpx !important;
}
-.header {
- background: $light-color;
- position: relative;
- color: #fff;
- display: flex;
- height: 80rpx;
- align-items: center;
- justify-content: center;
- font-size: 26rpx;
- font-size: 34rpx;
-
- .left,
- .right {
- position: absolute;
- width: max-content;
- height: max-content;
- top: 0;
- bottom: 0;
- margin: auto;
- }
-
- .left {
- float: left;
- top: 0;
- bottom: 0;
- left: 20rpx;
- }
-
- .right {
- float: right;
- right: 20rpx;
- }
-}
.index {
height: 100vh;
@@ -341,15 +307,19 @@ page {
overflow: hidden;
}
-.index-item-title-desc {
- font-size: 25rpx;
- color: #999999;
- margin-top: 10rpx;
-}
+
.index-item-price {
font-size: 28rpx;
- color: #ff5a10;
+ overflow: hidden;
+ color: $main-color;
padding: 20rpx 0 0 20rpx;
+ >.point{
+ >span{
+ font-size: 42rpx;
+ font-weight: bold;
+ margin-right:10rpx;
+ }
+ }
}
diff --git a/pages/promotion/seckill.vue b/pages/promotion/seckill.vue
index 8c88b9e..d70fdd3 100644
--- a/pages/promotion/seckill.vue
+++ b/pages/promotion/seckill.vue
@@ -1,7 +1,8 @@
-
-
+
+
@@ -14,10 +15,7 @@
-
- {{ timeLine[nav].distanceStartTime === 0 ? (onlyOne ? '距结束' : '距下一轮') : '距开始' }}
- {{ times.hours == '00' ? '0' : times.hours }}小时{{ times.minutes }}分{{ times.seconds }}秒
-
+
@@ -39,7 +37,7 @@
getSeckillTimeGoods
} from "@/api/promotions.js";
import Foundation from "@/utils/Foundation.js";
- import goodsTemplate from '@/components/m-goods-list/seckill.vue'
+ import goodsTemplate from '@/components/m-goods-list/promotion.vue'
export default {
components: {
goodsTemplate
@@ -184,10 +182,15 @@
}
}
- .sale-head {
- image {
- width: 100%;
- height: 280rpx;
+ .header-wraper {
+ background: url('/static/bg.png');
+ height: 200rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ >image{
+ width: 300rpx;
+ height: 100rpx;
}
}
@@ -195,22 +198,8 @@
padding-top: 20rpx;
}
- .trailer {
- height: 100rpx;
- background: #ffffff;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 22rpx;
- color: #666666;
- box-sizing: border-box;
- position: relative;
- z-index: 0;
- }
-
.index-navs {
+ background: #fff;
background-color: #f7f7f7;
display: -webkit-box;
display: -webkit-flex;
@@ -241,17 +230,19 @@
height: 115rpx;
line-height: 1em;
position: relative;
+ font-size: 32rpx;
+ font-weight: bold;
&-active {
- background-image: url(/static/seckill/active.png);
- background-size: 100% 115rpx;
- background-repeat: no-repeat;
- color: #ffffff;
+ color: $main-color;
position: relative;
z-index: 30;
-
.index-nav-desc {
- color: #ffffff;
+ color: #fff;
+ font-weight: bold;
+ background: $main-color;
+ padding: 6rpx 16rpx;
+ border-radius: 50px;
}
}
}
diff --git a/pages/tabbar/cart/cartList.vue b/pages/tabbar/cart/cartList.vue
index c4b234f..0842a42 100644
--- a/pages/tabbar/cart/cartList.vue
+++ b/pages/tabbar/cart/cartList.vue
@@ -111,8 +111,8 @@
预估到手价 ¥{{ formatPrice(skuItem.priceDetailDTO.flowPrice)[0]}}
.{{ formatPrice(skuItem.priceDetailDTO.flowPrice)[1] }}
- {{skuItem.errorMessage}}
+
+ {{skuItem.errorMessage}}
diff --git a/pages/tabbar/home/template/tpl_goods.vue b/pages/tabbar/home/template/tpl_goods.vue
index c511558..5bcc728 100644
--- a/pages/tabbar/home/template/tpl_goods.vue
+++ b/pages/tabbar/home/template/tpl_goods.vue
@@ -24,7 +24,9 @@
{{ item.title }}
-
¥{{ item.price | unitPrice }}
+
¥{{ formatPrice(item.price )[0] }} .{{
+ formatPrice(item.price )[1]
+ }}