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; }