diff --git a/components/goods-list/goods-list.vue b/components/goods-list/goods-list.vue index 458d03f..d9fd49f 100644 --- a/components/goods-list/goods-list.vue +++ b/components/goods-list/goods-list.vue @@ -6,15 +6,16 @@ + + - {{item.name}} @@ -96,7 +97,7 @@ position: absolute; top: 0; right: 20rpx; - background-image: linear-gradient(to bottom, #ee4c47, #9e312f); + background-image: linear-gradient(to bottom, #ee4c47, #f80000); // background-color: #ee4c47; box-shadow: 0 4rpx 10rpx 2rpx rgba($color: #000, $alpha: .3); color: #fff; @@ -105,6 +106,16 @@ border-radius: 0 0 50rpx 50rpx; } + .is_allow_values { + position: absolute; + top: 264rpx; + left: 0; + + image { + width: 180rpx; + } + } + .cover { position: relative; width: 100%; @@ -129,15 +140,15 @@ text-align: justify; @extend .ellipsis; - .is_allow_values { - color: #fff; - background-image: linear-gradient(to left, $mian-color, $mian-color-light); - padding: 2rpx 14rpx; - font-size: 20rpx; - text-align: center; - border-radius: 30rpx; - margin-right: 20rpx; - } + // .is_allow_values { + // color: #fff; + // background-image: linear-gradient(to left, $mian-color, $mian-color-light); + // padding: 2rpx 14rpx; + // font-size: 20rpx; + // text-align: center; + // border-radius: 30rpx; + // margin-right: 20rpx; + // } } .content-flex { diff --git a/pages/equity/index.vue b/pages/equity/index.vue index 56892a7..a6fd86f 100644 --- a/pages/equity/index.vue +++ b/pages/equity/index.vue @@ -37,7 +37,7 @@ ¥{{position.one.original_price}} - 贡献值:{{position.one.price.pv}} + + {{position.one.price.pv}} {{position.one.specal_tags.is_self}} @@ -46,10 +46,10 @@ {{item.name}} - - 贡献值:{{item.price.pv}} + + + {{item.price.pv}} - ¥{{item.original_price}} + ¥{{item.original_price}} @@ -515,7 +515,7 @@ // 加水晶 .goods-pv{ .goods-pv-icon{ - width: 28rpx; + width: 20rpx; vertical-align: middle; margin-left: 5rpx; margin-bottom: 5rpx; diff --git a/pages/goods/lists.vue b/pages/goods/lists.vue index 24688c0..b7e98db 100644 --- a/pages/goods/lists.vue +++ b/pages/goods/lists.vue @@ -221,7 +221,7 @@ // 加水晶 .goods-pv{ .goods-pv-icon{ - width: 28rpx; + width: 20rpx !important; vertical-align: middle; margin-left: 5rpx; margin-bottom: 5rpx; diff --git a/static/imgs/baodan_hot.png b/static/imgs/baodan_hot.png new file mode 100644 index 0000000..ac232a7 Binary files /dev/null and b/static/imgs/baodan_hot.png differ