From f50d88f999f177b1e72a515dcab6ca0f1daff7b0 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Mon, 28 Jun 2021 14:29:09 +0800 Subject: [PATCH] =?UTF-8?q?ui=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- colorui/main.css | 8 +++++-- components/me-tabs/me-tabs.vue | 12 +++++----- pages/index/index.vue | 2 +- pages/order/apply-details.vue | 4 ++-- pages/order/apply-refund.vue | 2 +- pages/order/confirm-order.vue | 30 +++++++++++++++---------- pages/order/index.vue | 7 ++++-- pages/order/order-details.vue | 4 ++-- pages/order/unpay-details.vue | 40 +++++++++++++++++----------------- 9 files changed, 62 insertions(+), 47 deletions(-) diff --git a/colorui/main.css b/colorui/main.css index f22fdef..3d190f7 100644 --- a/colorui/main.css +++ b/colorui/main.css @@ -504,6 +504,8 @@ radio.white.checked .uni-radio-input { } .solid-top::after { + left: 24upx; + width: calc(200% - 114upx); border-top: 1upx solid rgba(0, 0, 0, 0.1); } @@ -512,6 +514,8 @@ radio.white.checked .uni-radio-input { } .solid-bottom::after { + left: 30upx; + width: calc(200% - 120upx); border-bottom: 1upx solid rgba(0, 0, 0, 0.1); } @@ -3871,7 +3875,7 @@ scroll-view.cu-steps .cu-item { .text-price::before { content: "¥"; - font-size: 80%; + font-size: 24rpx!important; margin-right: 4upx; } @@ -3904,7 +3908,7 @@ scroll-view.cu-steps .cu-item { .text-red, .line-red, .lines-red { - color: #e54d42; + color: #FF0000; } .text-orange, diff --git a/components/me-tabs/me-tabs.vue b/components/me-tabs/me-tabs.vue index 1f70013..cdec867 100644 --- a/components/me-tabs/me-tabs.vue +++ b/components/me-tabs/me-tabs.vue @@ -37,7 +37,7 @@ tabWidth: Number, // 每个tab的宽度,默认不设置值,为flex平均分配; 如果指定宽度,则不使用flex,每个tab居左,超过则水平滑动(单位默认rpx) height: { // 高度,单位rpx type: Number, - default: 62 + default: 60 } }, data() { @@ -137,7 +137,7 @@ box-sizing: border-box; overflow-y: hidden; background-color: #FE9903; - border-radius: 10px; + border-radius: 18rpx; // box-shadow: 0 0.06rem 0.3rem rgba(0, 0, 0, .1); &.tabs-fixed { @@ -145,7 +145,7 @@ } .tabs-item { - padding: 0 2px; + margin-left: 4rpx; border-radius: 16px; display: flex; position: relative; @@ -174,9 +174,9 @@ // font-weight: bold; color: black; background-color: white; - border-radius: 10px; - height: 27px!important; - line-height: 27px!important; + border-radius: 14rpx; + height: 26px!important; + line-height: 26px!important; } } } diff --git a/pages/index/index.vue b/pages/index/index.vue index 0e51b6a..8dfbbce 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,6 +1,6 @@