From a3d2fe9dff3b6cd9fa8fdd91e87aac843f694c0f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:23:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_jiaxuan/pages/detailDis/product.less | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/wechat_jiaxuan/pages/detailDis/product.less b/wechat_jiaxuan/pages/detailDis/product.less
index f053ec2..a0f2291 100644
--- a/wechat_jiaxuan/pages/detailDis/product.less
+++ b/wechat_jiaxuan/pages/detailDis/product.less
@@ -181,6 +181,7 @@
position: relative;
.img{
width: 100%;
+ height: 376rpx;
}
.play{
position: absolute;
@@ -195,6 +196,14 @@
border-radius: 30rpx;
font-size: 26rpx;
color: rgba(255,255,255,0.8);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ .icon{
+ width: 14rpx;
+ height: 16rpx;
+ margin-left: 14rpx;
+ }
}
}
}
@@ -211,13 +220,12 @@
.line {
display: flex;
- height: 32rpx;
- margin-bottom: 24rpx;
-
- .label {
- width: auto;
+ margin-bottom: 20rpx;
+ .label {
+ width: 120rpx;
font-size: 24rpx;
color: #666666;
+ flex-shrink: 0;
}
.val {
--
Gitblit v1.9.3