From 0ab8c82c603f14cf69396b54b0471112b9de947b Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 11 九月 2024 10:32:14 +0800
Subject: [PATCH] update 会员优惠券等
---
sub_pages/customer/coupon/coupon.scss | 27 ++++++++++++++++++++++-----
1 files changed, 22 insertions(+), 5 deletions(-)
diff --git a/sub_pages/customer/coupon/coupon.scss b/sub_pages/customer/coupon/coupon.scss
index 09cf692..2c5896b 100644
--- a/sub_pages/customer/coupon/coupon.scss
+++ b/sub_pages/customer/coupon/coupon.scss
@@ -45,7 +45,7 @@
padding: 16rpx 16rpx 16rpx 0rpx;
height: 220rpx;
position: relative;
-
+
.info-price {
width: 180rpx;
padding-top: 40rpx;
@@ -70,7 +70,7 @@
}
.info {
- padding-top: 40rpx;
+ padding-top: 30rpx;
.title {
font-weight: 600;
@@ -78,7 +78,12 @@
color: #333333;
line-height: 50rpx;
text-align: left;
-
+ position: relative;
+ .select-coupon{
+ position: absolute;
+ right: 10rpx;
+ top: -6rpx;
+ }
}
.time {
@@ -87,7 +92,7 @@
color: #666666;
line-height: 40rpx;
text-align: left;
- margin-top: 40rpx;
+ margin-top: 20rpx;
}
}
@@ -102,9 +107,18 @@
margin-top: 20rpx;
.container {
+
.info {
+
+ padding-top: 20rpx;
+ position: relative;
+ .title{
+
+ }
.time {
margin-top: 0rpx;
+ font-size:24rpx;
+ min-height: 44rpx;
}
.button {
@@ -118,7 +132,10 @@
color: rgba(68, 119, 90, 1);
line-height: 46rpx;
text-align: center;
- margin-top: 10rpx;
+ // margin-top: 10rpx;
+ position: absolute;
+ right: 10rpx;
+ bottom: 30rpx;
}
}
}
--
Gitblit v1.9.3