From 6a46b8f26fc505bc776cebaa2ee768054a1f884c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 18:31:57 +0800
Subject: [PATCH] 提交
---
wechat_staff/pages/detailDis/product.less | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/wechat_staff/pages/detailDis/product.less b/wechat_staff/pages/detailDis/product.less
index 2678152..f257c46 100644
--- a/wechat_staff/pages/detailDis/product.less
+++ b/wechat_staff/pages/detailDis/product.less
@@ -81,6 +81,7 @@
margin-bottom: 16rpx;
}
.desc {
+ line-height: 40rpx;
font-size: 26rpx;
color: #555555;
margin-bottom: 26rpx;
@@ -163,6 +164,7 @@
position: relative;
.img{
width: 100%;
+ height: 376rpx;
}
.play{
position: absolute;
@@ -177,6 +179,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;
+ }
}
}
}
@@ -193,13 +203,12 @@
.line {
display: flex;
- height: 32rpx;
- margin-bottom: 24rpx;
-
+ margin-bottom: 20rpx;
.label {
width: auto;
font-size: 24rpx;
color: #666666;
+ flex-shrink: 0;
}
.val {
--
Gitblit v1.9.3