diff --git a/pages/my/cikarDrtail.vue b/pages/my/cikarDrtail.vue index e570cae..9d0d88a 100644 --- a/pages/my/cikarDrtail.vue +++ b/pages/my/cikarDrtail.vue @@ -1157,7 +1157,7 @@ flex-direction: row; align-items: center; justify-content: center; - padding: 1px 12px; + padding: 2px 10px; height: 22px; line-height: 22px; background-color: rgba(230, 246, 243, 1); diff --git a/pages/my/fuwuliaochengDetail.vue b/pages/my/fuwuliaochengDetail.vue index f2f97ef..226e309 100644 --- a/pages/my/fuwuliaochengDetail.vue +++ b/pages/my/fuwuliaochengDetail.vue @@ -44,7 +44,7 @@ - 保障 + 未服务全额退款 @@ -128,7 +128,7 @@ - + 立即购买 @@ -1160,29 +1160,30 @@ height: 30rpx; } .header-bottom-foot-view-img2{ - width: 28rpx; - height: 28rpx; + width: 23rpx; + height: 23rpx; } .header-bottom-foot-view-img3{ - width: 30rpx; - height: 30rpx; + width: 26rpx; + height: 26rpx; } .header-bottom-foot-view image{ - margin-right: 3px; + margin-right: 1px; } .header-bottom-foot-view{ + width: 35%; display: flex; flex-direction: row; align-items: center; justify-content: center; + padding: 2px 12px; height: 22px; line-height: 22px; - background-color: rgba(8, 162, 138, 0.1); - border-radius: 30px; + background-color: rgba(230, 246, 243, 1); + border-radius: 15px; font-weight: 400; - font-size: 11px; - color: #029D88; - padding: 0 10rpx; + font-size: 10px; + color: #029c88; } .header-bottom-foot-title{ height: 22px; @@ -1315,4 +1316,17 @@ height: auto; background-color: #f7f7f7; } + .btn { + background: linear-gradient(to right, rgb(1, 156, 136), rgb(49, 193, 148)); + color: rgb(255, 255, 255); + margin: 8px 16px; + position: fixed; + bottom: 0px; + width: 90%; + border-radius: 27px; + height: 43px; + line-height: 43px; + font-size: 17px; + text-align: center; + } \ No newline at end of file