From 28c469e421a99ce8e3a3dad03dc72dcbcef93ede Mon Sep 17 00:00:00 2001
From: kbing1981 <549711992@qq.com>
Date: Wed, 24 Jul 2024 15:36:01 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/my/newseckill.vue | 10 +++---
pages/my/newseckilldetails.vue | 61 ++++++++++++++++++++++++++++------
2 files changed, 56 insertions(+), 15 deletions(-)
diff --git a/pages/my/newseckill.vue b/pages/my/newseckill.vue
index 222608b..5da9af2 100644
--- a/pages/my/newseckill.vue
+++ b/pages/my/newseckill.vue
@@ -50,9 +50,10 @@
{{item.title}}
+ {{item.classifyName}}
- {{item.classifyName}}
+
{{tag}}
@@ -337,6 +338,8 @@
border-radius: 10rpx 3rpx 10rpx 3rpx;
font-size: 22rpx;
margin-right: 10rpx;
+ height: 40rpx;
+ line-height: 40rpx;
}
.tuina{
background-color:#d1f2df;
@@ -451,7 +454,7 @@
}
/deep/.zp-paging-container-content{
width: 100%;
- margin: 50px auto 0px auto;
+ margin: 0px auto 0px auto;
}
.fenlei{
display: flex;
@@ -547,7 +550,6 @@
.view-cata{
display: flex;
flex-direction: row;
- align-items: left;
- flex-direction: column;
+ justify-content: space-between;
}
diff --git a/pages/my/newseckilldetails.vue b/pages/my/newseckilldetails.vue
index 39c9760..f9ecb56 100644
--- a/pages/my/newseckilldetails.vue
+++ b/pages/my/newseckilldetails.vue
@@ -18,7 +18,7 @@
- 正在疯抢
+ 正在疯抢
@@ -36,8 +36,8 @@
{{item}}
-
- 秒杀时间:{{mainData.startTime}} - {{mainData.endTime}}
+
+ 秒杀时间{{mainData.startTime}} - {{mainData.endTime}}
@@ -1317,30 +1317,38 @@
background: linear-gradient(to right, rgb(255, 117, 98), rgb(233, 71, 52));
display: flex;
justify-content: space-between;
+ align-items: flex-end;
}
.group_amount{
+ display: flex;
+ align-items: flex-end;
color: #fff;
}
.group_amount span:nth-child(2){
font-size: 50rpx;
font-weight: bold;
+
+ }
+ .group_amount span:nth-child(1){
+ font-size:28rpx;
+ line-height: 50rpx;
}
.group-rule{
display: flex;
- align-items: center;
+ align-items: flex-end;
}
.group-rule span:nth-child(1){
color: #fff;
- font-size:22rpx;
+ font-size:28rpx;
+ line-height: 50rpx;
}
.group-rule span:nth-child(2){
text-align: center;
- padding: 2rpx 15rpx;
color: #fff;
- font-size: 24rpx;
+ font-size: 28rpx;
border-radius: 3rpx;
text-decoration: line-through;
-
+ line-height: 50rpx;
}
.group-buy-right{
width: 34%;
@@ -1349,6 +1357,37 @@
align-items: center;
padding: 20rpx 0;
}
+ .tewmork-time{
+ margin-top: 10rpx;
+ display: flex;
+ }
+ .tewmork-time span:nth-child(1){
+ background: linear-gradient(90deg, #f76350, #eb4a37);
+ color: #fff;
+ border-radius: 10rpx 0 0 10rpx;
+ padding: 0 10rpx;
+ font-size: 22rpx;
+ height: 40rpx;
+ line-height: 40rpx;
+ }
+ .tewmork-time span:nth-child(2){
+ background:#fdf8e3;
+ border-radius: 0 10rpx 10rpx 0 ;
+ padding: 0 10rpx;
+ height: 42rpx;
+ line-height: 42rpx;
+ color: #d28e38;
+ font-size: 25rpx;
+ }
+ .tewmork-time span:nth-child(3){
+ background:#fdf8e3;
+ border-radius: 10rpx;
+ padding: 0 10rpx;
+ height: 42rpx;
+ line-height: 42rpx;
+ color: #d28e38;
+ font-size: 25rpx;
+ }
.group-text{
color:#ec4439;
margin-bottom: 10rpx;
@@ -1356,15 +1395,15 @@
.group-buy-right span:nth-child(1){
background: linear-gradient(90deg, #f76350, #eb4a37);
border-radius: 30rpx;
- padding: 8rpx 15rpx;
color: #fff;
font-size: 24rpx;
}
.group-buy-right span:nth-child(2){
- background: linear-gradient(90deg, #fb2d30, #fc2e37);
+ background: linear-gradient(90deg, #ff451f, #f40613);
border-radius: 30rpx;
- padding: 8rpx;
+ padding: 10rpx 20rpx;
color: #fff;
+ font-size: 26rpx;
}
.group-buy-right span:nth-child(3){
background: #000;