From cd52a0e51b6b87ace1376414d94301a0e721678a Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 07 Nov 2024 20:14:53 +0800
Subject: [PATCH] 企业详情
---
src/views/companyInfo/components/centerContainer.vue | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/src/views/companyInfo/components/centerContainer.vue b/src/views/companyInfo/components/centerContainer.vue
index 11478d1..dbffc36 100644
--- a/src/views/companyInfo/components/centerContainer.vue
+++ b/src/views/companyInfo/components/centerContainer.vue
@@ -59,7 +59,7 @@
<style lang="scss" scoped >
.center-container {
- margin: -35px auto;
+ margin: 10px auto;
color: #fff;
pointer-events: auto;
}
@@ -69,27 +69,25 @@
.center-name {
font-size: 30px;
margin: 10px 0;
+ margin-left: 45px;
font-family: YouSheBiaoTiHei;
+
}
.button-group {
- display: flex;
- justify-content: space-around;
- align-items: center;
- margin: -6px 0;
+ margin-top: 26px;
cursor: pointer;
}
.button-group button {
width: 120px;
- height: 40px;
border: none;
- border-radius: 20px;
background-color: transparent;
color: #fff;
- font-size: 25px;
+ font-size: 18px;
font-family: YouSheBiaoTiHei;
+ background-image: url(/images/mode-tab-ac.png);
}
.center-info {
--
Gitblit v1.9.3