diff --git a/pkg_product/views/seckill.vue b/pkg_product/views/seckill.vue
index b80672b..c13205a 100644
--- a/pkg_product/views/seckill.vue
+++ b/pkg_product/views/seckill.vue
@@ -126,11 +126,13 @@
已抢{{ item.sales }}件
立即抢购
-->
-
-
- 已抢{{ item.sales }}
+
+
+
+ 已抢{{ item.sales }}
+
+ 件
- 件
@@ -612,23 +614,26 @@ export default {
}
}
.line-price {
- .number {
- width: 82px;
- height: 24px;
- border-radius: 12px;
- line-height: 24px;
- color: #fff;
- font-size: 12px;
- font-weight: bold;
- background: rgba(250,181,176,0.39);
- box-shadow: 1px 1px 1px rgba(0,0,0,0.16);
- .bg {
- z-index: 1;
- height: 100%;
- padding: 0 4px 0 12px;
- margin: 0 2px 0 0;
+ .number-wrap {
+ display: flex;
+ .number {
+ height: 24px;
+ padding: 0 20rpx 0 0;
border-radius: 12px;
- background-color: #E92727;
+ line-height: 24px;
+ color: #fff;
+ font-size: 12px;
+ font-weight: bold;
+ background: rgba(250,181,176,0.39);
+ box-shadow: 1px 1px 1px rgba(0,0,0,0.16);
+ .bg {
+ z-index: 1;
+ height: 100%;
+ padding: 0 4px 0 12px;
+ margin: 0 2px 0 0;
+ border-radius: 12px;
+ background-color: #E92727;
+ }
}
}
.price-wrap {