diff --git a/src/pages/ycnc/components/order-item.vue b/src/pages/ycnc/components/order-item.vue index f0b9b36..ce2081e 100644 --- a/src/pages/ycnc/components/order-item.vue +++ b/src/pages/ycnc/components/order-item.vue @@ -95,8 +95,8 @@ color: #6C6C6C; } .info-item{ + font-weight: bold; margin-bottom:12rpx; - // font-family: PingFang SC, PingFang SC; } .text-over{ max-width:80%; @@ -118,12 +118,12 @@ .name{ font-size: 24rpx; color: #333333; - font-family: PingFang SC-Bold; + font-weight: 700; } .num{ font-size: 20rpx; color: #9E9E9E; - font-family: PingFang SC-Medium; + font-weight: 400; } } .btns{ diff --git a/src/pages/ycnc/detail.vue b/src/pages/ycnc/detail.vue index a729c09..dba514a 100644 --- a/src/pages/ycnc/detail.vue +++ b/src/pages/ycnc/detail.vue @@ -98,7 +98,7 @@ box-sizing: border-box; padding:25rpx 0; .proname{ - font-weight: normal; + font-weight: bold; font-size: 30rpx; color: #333333; margin-bottom:16rpx; diff --git a/src/pages/ycnc/index.vue b/src/pages/ycnc/index.vue index eaaf0d4..5046c8a 100644 --- a/src/pages/ycnc/index.vue +++ b/src/pages/ycnc/index.vue @@ -162,7 +162,7 @@ width:100%; min-height:100%; background: url('../../static/ycnc/bg.png') no-repeat; - background-size: 100% 100%; - padding-top:740rpx; + background-size:cover; + padding-top:750rpx; } \ No newline at end of file diff --git a/src/pages/ycnc/order.vue b/src/pages/ycnc/order.vue index 70ba033..ddb64be 100644 --- a/src/pages/ycnc/order.vue +++ b/src/pages/ycnc/order.vue @@ -65,7 +65,6 @@ //获取订单列表 const queryOrderList = () => { - const activeTab = unref(activeName); const params = { page:unref(page), diff --git a/src/pages/ycnc/orderDetail.vue b/src/pages/ycnc/orderDetail.vue index f28a9a0..534da5d 100644 --- a/src/pages/ycnc/orderDetail.vue +++ b/src/pages/ycnc/orderDetail.vue @@ -125,7 +125,7 @@ .name{ font-size: 24rpx; color: #333333; - font-family: PingFang SC-Bold; + font-weight: 700; } .amount{ color: #333333; @@ -140,7 +140,7 @@ } } .num{ - font-family: PingFang SC-Medium; + font-weight: 400; font-size: 24rpx; color: #9E9E9E; }