From 9d0ae50fe5696a005257a9122bf238bffdbc9dfe Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 11 Aug 2023 18:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/TycView.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/views/TycView.vue b/src/views/TycView.vue index 1d927a0..074bdbe 100644 --- a/src/views/TycView.vue +++ b/src/views/TycView.vue @@ -106,11 +106,12 @@ } .tyclogo { - margin-top: 1.6rem; + margin-top: 1.4rem; background-image: url("../assets/img/tyc_00.png"); background-repeat: no-repeat; - background-size: 100%; + background-size: 100% 100%; background-position: 0 0; + padding-left: 2rem; height: 12rem; } @@ -214,15 +215,17 @@ } .jgbox .jgcon .jgitem { - width: 7.5rem; - margin: 2rem 2rem 0px; + width: 50%; + margin: 10% 0 0 0%; + float: left; } .jgbox .jgcon .jgitem .jgimg{ - text-align: center; - width: 7.5rem; + width: 10rem; height: 5.56rem; line-height: 10rem; font-size: 1.06rem; + text-align: center; + background-position: center center; } .jgbox .jgcon .jgitem:nth-of-type(1) .jgimg { background: url('../assets/img/icon01.png'); @@ -251,6 +254,8 @@ .jgbox .jgcon .jgitem .jgdesc { color: #8A90AF; font-size: 0.8rem; + text-align: center; + } /* 进馆人数统计 */