From 433037dee6437a7407574929ec8050588749f833 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 26 Jul 2024 14:04:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/serviceOderDrtail.vue | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/pages/my/serviceOderDrtail.vue b/pages/my/serviceOderDrtail.vue index a8ca5f0..1929c86 100644 --- a/pages/my/serviceOderDrtail.vue +++ b/pages/my/serviceOderDrtail.vue @@ -30,13 +30,14 @@ - + {{mainData.content}} + 更多 @@ -876,16 +877,18 @@ position: relative; } .detail-foot-title{ - width: 115px; - height: 32px; - background-image: url(../../static/servicePackage/horn.png); + width: 100px; + height:28px; + /*background-image: url(../../static/servicePackage/horn.png); background-repeat: no-repeat; - background-size: 100% 100%; + background-size: 100% 100%;*/ + background: linear-gradient(90deg, #ffdf96, #feca76); + border-radius: 0 15rpx 0 30rpx; font-weight: 400; - font-size: 13px; - color: #FFFFFF; + font-size: 14px; + color: #a13504; text-align: right; - line-height: 32px; + line-height: 28px; padding-right: 15px; position: absolute; right: 0; @@ -973,6 +976,10 @@ overflow: hidden; text-overflow: ellipsis; } + .jianjie-more{ + color: #029d88; + font-size: 24rpx; + } .header-bottom-mian{ margin: 3px 0px; }