diff --git a/pages/my/miaoShaOderDrtail.vue b/pages/my/miaoShaOderDrtail.vue index 78ae58d..8817ef2 100644 --- a/pages/my/miaoShaOderDrtail.vue +++ b/pages/my/miaoShaOderDrtail.vue @@ -64,7 +64,8 @@ {{item.title}} - {{mainData.levelName}} + + @@ -447,20 +448,19 @@ position: relative; } .detail-foot-title{ - width: 115px; - height: 32px; - background-image: url(../../static/servicePackage/horn.png); - background-repeat: no-repeat; - background-size: 100% 100%; - font-weight: 400; - font-size: 13px; - color: #FFFFFF; - text-align: right; - line-height: 32px; - padding-right: 15px; - position: absolute; - right: 0; - top: 0; + width: 100px; + height:24px; + background: linear-gradient(90deg, #eefaf8, #daf5f1); + border-radius: 0 15rpx 0 30rpx; + font-weight: 400; + font-size: 12px; + color: #01b899; + text-align: right; + line-height: 24px; + padding-right: 15px; + position: absolute; + right: 0; + top: 0; } .detail-foot-list-top{ width: 95%; diff --git a/pages/my/serviceOderDrtail.vue b/pages/my/serviceOderDrtail.vue index 9b374fc..97f75b6 100644 --- a/pages/my/serviceOderDrtail.vue +++ b/pages/my/serviceOderDrtail.vue @@ -948,11 +948,11 @@ .detail-foot-title{ width: 100px; height:24px; - background: linear-gradient(90deg, #ffdf96, #feca76); + background: linear-gradient(90deg, #eefaf8, #daf5f1); border-radius: 0 15rpx 0 30rpx; font-weight: 400; font-size: 12px; - color: #a13504; + color: #01b899; text-align: right; line-height: 24px; padding-right: 15px;