From c08df0f996165664cdedd2925ee415ff0771327a Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 10 九月 2025 19:36:55 +0800
Subject: [PATCH] 合并
---
frontWuhu/src/views/business/appHall.vue | 4 ++--
frontWuhu/src/assets/images/bg_yingyong.png | 0
frontWuhu/src/views/business/serviceProviderResources.vue | 9 +++++----
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/frontWuhu/src/assets/images/bg_yingyong.png b/frontWuhu/src/assets/images/bg_yingyong.png
new file mode 100644
index 0000000..bdcfe89
--- /dev/null
+++ b/frontWuhu/src/assets/images/bg_yingyong.png
Binary files differ
diff --git a/frontWuhu/src/views/business/appHall.vue b/frontWuhu/src/views/business/appHall.vue
index cb51983..3e83f47 100644
--- a/frontWuhu/src/views/business/appHall.vue
+++ b/frontWuhu/src/views/business/appHall.vue
@@ -109,9 +109,9 @@
height: 264px;
padding: 36px 50px;
box-sizing: border-box;
- background-image: url("../../assets/images/bg_fuwushang.png");
+ background-image: url("../../assets/images/bg_yingyong.png");
background-repeat: no-repeat;
- background-size: 100% 100%;
+ background-size: cover;
display: flex;
flex-direction: column;
.box_head_title {
diff --git a/frontWuhu/src/views/business/serviceProviderResources.vue b/frontWuhu/src/views/business/serviceProviderResources.vue
index d001e92..d371552 100644
--- a/frontWuhu/src/views/business/serviceProviderResources.vue
+++ b/frontWuhu/src/views/business/serviceProviderResources.vue
@@ -145,7 +145,7 @@
box-sizing: border-box;
background-image: url("../../assets/images/bg_fuwushang.png");
background-repeat: no-repeat;
- background-size: 100% 100%;
+ background-size: cover;
display: flex;
flex-direction: column;
.box_head_title {
@@ -215,9 +215,7 @@
}
}
.right {
- width: 173px;
- height: 48px;
- padding: 0 15px;
+ padding: 15px;
box-sizing: border-box;
background: #FFFFFF;
border-radius: 2px;
@@ -225,10 +223,13 @@
align-items: center;
justify-content: space-between;
img {
+ flex-shrink: 0;
width: 16px;
height: 16px;
+ margin-right: 6px;
}
.right_name {
+ flex: 1;
font-weight: 400;
font-size: 15px;
color: #333333;
--
Gitblit v1.9.3