diff --git a/components/tab-bar/delivery.vue b/components/tab-bar/delivery.vue
index 8b0f9b0..aeefd31 100644
--- a/components/tab-bar/delivery.vue
+++ b/components/tab-bar/delivery.vue
@@ -127,12 +127,14 @@
{{item.shopName}}
-
- 祥
-
-
- {{item.shopAddress}}
+
+
+ 祥
+
+
+ {{item.shopAddress}}
+
@@ -179,8 +181,10 @@
-
- 用户申请 退款中
+
+
+ 用户申请退款中
+
@@ -705,55 +704,76 @@
display: flex;
height: auto;
overflow-y: hidden;
- padding: 10rpx 0 20rpx;
+ padding: 18rpx 0 26rpx;
}
.menu-member {
- width: 140rpx;
+ position: relative;
+ width: 150rpx;
height: 100%;
margin: 10rpx 0 0 20rpx;
}
.menu-img {
- height: 140rpx;
- width: 140rpx;
- border-radius: 20rpx;
+ height: 142rpx;
+ width: 142rpx;
+ margin: 0 auto;
+ border-radius: 24rpx;
+ box-shadow: 0 10rpx 22rpx rgba(0, 0, 0, 0.12);
+ overflow: hidden;
img {
width: 100%;
height: 100%;
background-size: 100%;
- border-radius: 20rpx;
+ border-radius: 24rpx;
}
}
.menu-content {
- font-size: 26rpx;
+ width: 150rpx;
+ margin-top: 12rpx;
+ padding: 0 4rpx;
+ box-sizing: border-box;
+ font-size: 24rpx;
}
.shop-menu-name {
- margin-top: 10rpx;
font-weight: 700;
overflow: hidden;
- height: 30rpx;
+ height: 32rpx;
+ line-height: 32rpx;
+ color: #222;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.shop-menu-price {
- margin-top: 6rpx;
- font-weight: 700;
+ margin-top: 4rpx;
+ color: #a0a0a0;
+ font-size: 21rpx;
+ font-weight: 600;
+ line-height: 28rpx;
}
.shop-menu-purchase {
- display: flex;
- background: rgba(255, 57, 57, 0.1);
- height: 36rpx;
- line-height: 36rpx;
- padding: 0 0 0 4rpx;
- border-radius: 8rpx;
+ display: inline-block;
+ background: linear-gradient(90deg, #fff1ef, #ffe8ec);
+ min-height: 32rpx;
+ line-height: 32rpx;
+ padding: 0 10rpx;
+ border-radius: 10rpx 18rpx 18rpx 10rpx;
font-weight: 700;
- margin-top: 10rpx;
- color: #777;
+ margin-top: 8rpx;
+ color: #ff5a45;
font-size: 20rpx;
+ box-shadow: 0 4rpx 10rpx rgba(255, 57, 57, 0.08);
+ }
+
+ .group-price {
+ color: #ff1f1f;
+ font-size: 24rpx;
+ padding-left: 8rpx;
}
.zaixian {
diff --git a/package1/group/groupBuySingle.vue b/package1/group/groupBuySingle.vue
index 4364caf..4471739 100644
--- a/package1/group/groupBuySingle.vue
+++ b/package1/group/groupBuySingle.vue
@@ -2869,9 +2869,9 @@
.popup-rally-main,
.join-popup-main {
color: #103a32;
- font-size: 36rpx;
+ font-size: 28rpx;
font-weight: 900;
- line-height: 48rpx;
+ line-height: 34rpx;
}
.popup-rally-sub,