From 7cd2d5f404b9845cfe2cbc29334e7785346fde01 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 08 八月 2024 16:38:11 +0800
Subject: [PATCH] lll
---
wechat_staff/pages/detailDis/product.less | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/pages/detailDis/product.less b/wechat_staff/pages/detailDis/product.less
index 6051637..c11c512 100644
--- a/wechat_staff/pages/detailDis/product.less
+++ b/wechat_staff/pages/detailDis/product.less
@@ -71,6 +71,8 @@
}
.main_content {
+ position: relative;
+ bottom: 14rpx;
padding: 52rpx 40rpx 40rpx;
border-radius: 16rpx 16rpx 0rpx 0rpx;
background-color: #fff;
@@ -79,6 +81,11 @@
font-weight: 500;
font-size: 36rpx;
margin-bottom: 16rpx;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display:-webkit-box;
+ -webkit-box-orient:vertical;
+ -webkit-line-clamp:2;
}
.desc {
line-height: 40rpx;
@@ -255,7 +262,6 @@
font-weight: 500;
color: #FFFFFF;
font-style: 28rpx;
- box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(176,135,113,0.3), inset 0rpx 2rpx 2rpx 0rpx rgba(255,255,255,0.33);
border-radius: 8rpx;
.sheji{
width: 28rpx;
--
Gitblit v1.9.3