From 14fbe95ee5c7f601da703614f7e1e4a8ec29c8ce Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 13:43:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_staff/pages/detailDis/product.wxss | 22 ++++++++++++++++++++--
1 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/wechat_staff/pages/detailDis/product.wxss b/wechat_staff/pages/detailDis/product.wxss
index 0a94bed..74ed82a 100644
--- a/wechat_staff/pages/detailDis/product.wxss
+++ b/wechat_staff/pages/detailDis/product.wxss
@@ -41,6 +41,24 @@
page {
background-color: #f7f7f7;
}
+.swiper_wrap {
+ position: relative;
+}
+.swiper_wrap .indicator {
+ position: absolute;
+ right: 40rpx;
+ bottom: 40rpx;
+ width: 80rpx;
+ height: 40rpx;
+ text-align: center;
+ line-height: 40rpx;
+ background: rgba(0, 0, 0, 0.4);
+ border-radius: 21rpx;
+ color: #fff;
+ font-size: 24rpx;
+ z-index: 999;
+ z-index: 99;
+}
.banner_swiper image {
width: 100%;
}
@@ -61,7 +79,6 @@
margin-bottom: 26rpx;
}
.main_content .text {
- line-height: 36rpx;
font-size: 26rpx;
color: #555555;
margin-bottom: 40rpx;
@@ -151,7 +168,7 @@
}
.detail .line {
display: flex;
- min-height: 32rpx;
+ height: 32rpx;
margin-bottom: 24rpx;
}
.detail .line .label {
@@ -210,4 +227,5 @@
}
.footer .item .icon {
width: 44rpx;
+ height: 44rpx;
}
--
Gitblit v1.9.3