diff --git a/my/order/payModify.vue b/my/order/payModify.vue index 4f954b3..679863d 100644 --- a/my/order/payModify.vue +++ b/my/order/payModify.vue @@ -2127,9 +2127,9 @@ border-radius: 9px; } .Service-Address{ - font-size:30rpx; + font-size:34rpx; color: #333; - // font-weight: bold; + font-weight: bold; padding: 6rpx 0; flex-direction: column; } @@ -2168,8 +2168,8 @@ background: linear-gradient(90deg, #fc5f28, #fe3d24); border-radius:6rpx; color: #fff; - font-size:22rpx; - padding: 0rpx 6rpx; - line-height: 40rpx; + font-size:24rpx; + padding: 0rpx 10rpx; + line-height: 42rpx; } diff --git a/uni_modules/z-tabs/components/z-tabs/z-tabs.vue b/uni_modules/z-tabs/components/z-tabs/z-tabs.vue index aba2ce2..ed7a4f8 100644 --- a/uni_modules/z-tabs/components/z-tabs/z-tabs.vue +++ b/uni_modules/z-tabs/components/z-tabs/z-tabs.vue @@ -701,7 +701,7 @@ .z-tabs-item-title{ /*font-weight: bold;*/ - font-size: 31rpx; + font-size:28rpx; color: #019c88; }