From a8ac7b14d4bf6e675990886b00c5379715907dd4 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 22 May 2023 16:38:42 +0800 Subject: [PATCH] bug --- .../components/GirdList.vue | 37 ++++++++++++++++--- .../components/ResidentList.vue | 11 ++---- .../components/GoodsList.vue | 6 ++- .../components/GirdList.vue | 36 +++++++++++++++--- .../components/ResidentList.vue | 10 ++--- .../components/GoodsList.vue | 6 ++- 6 files changed, 76 insertions(+), 30 deletions(-) diff --git a/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue b/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue index 47686ce6..ebbaa0fd 100644 --- a/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue +++ b/project/fengdu/app/AppIntegratingOrder/components/GirdList.vue @@ -68,12 +68,12 @@ width="350"> @@ -219,5 +219,30 @@ display: flex; align-items: center; } + .img-content { + position: relative; + margin-right: 8px; + img { + width: 120px; + height: 120px; + cursor: pointer; + } + } + .type { + position: absolute; + top: 0; + left: 0; + font-size: 12px; + width: 120px; + text-align: center; + color: #fff; + z-index: 999; + } + .type1 { + background-color: #E64E39; + } + .type0 { + background-color: #FF6900; + } } diff --git a/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue b/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue index f275860e..a021c6f5 100644 --- a/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue +++ b/project/fengdu/app/AppIntegratingOrder/components/ResidentList.vue @@ -68,15 +68,11 @@ width="350"> @@ -203,6 +204,7 @@ text-align: center; color: #fff; z-index: 999; + font-size: 12px; } .type1 { background-color: #E64E39; diff --git a/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue b/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue index 47686ce6..53515816 100644 --- a/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue +++ b/project/shuzipingchang/app/AppIntegratingOrder/components/GirdList.vue @@ -68,12 +68,11 @@ width="350"> @@ -219,5 +218,30 @@ display: flex; align-items: center; } + .img-content { + position: relative; + margin-right: 8px; + img { + width: 120px; + height: 120px; + cursor: pointer; + } + } + .type { + position: absolute; + top: 0; + left: 0; + font-size: 12px; + width: 120px; + text-align: center; + color: #fff; + z-index: 999; + } + .type1 { + background-color: #E64E39; + } + .type0 { + background-color: #FF6900; + } } diff --git a/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue b/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue index f275860e..92e1b4cc 100644 --- a/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue +++ b/project/shuzipingchang/app/AppIntegratingOrder/components/ResidentList.vue @@ -68,15 +68,10 @@ width="350"> @@ -203,6 +204,7 @@ text-align: center; color: #fff; z-index: 999; + font-size: 12px; } .type1 { background-color: #E64E39;