From 0fa636c14dbd6fa55aeae48c4d8d76c1468dd919 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期四, 10 十一月 2022 16:18:24 +0800
Subject: [PATCH] 首页和菜单栏字体

---
 src/main/resources/static/css/publicity/style.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/static/css/publicity/style.css b/src/main/resources/static/css/publicity/style.css
index 8bdcfe8..5a96286 100644
--- a/src/main/resources/static/css/publicity/style.css
+++ b/src/main/resources/static/css/publicity/style.css
@@ -21,7 +21,7 @@
 
 
 .firstRow{margin-bottom: 2.97vh; display:flex;}
-.firstRow .map{height:100%; flex:1;height:35.13vh; border:1px solid #7CD5FF; position:relative}
+.firstRow .map{height:100%; flex:1;height:35.13vh;margin: 0 1.67vw; border:1px solid #7CD5FF; position:relative}
 /*轮播*/
 .lunbo{overflow:hidden; width:30vw; height:35.13vh;}
 .lunbo .swiper-wrapper{align-items: center;height:35.13vh;}
@@ -37,7 +37,7 @@
 .lunbo .swiper-pagination-bullet-active{opacity: 1;}
 .lunbo .swiper-pagination-bullet-active:before{width: 24px!important; opacity: 1; border-radius: 100px; transform: scale(1.2); background: #fa6f66;}
 
-.firstRow .rowCenter{height:35.13vh; flex:1.22; margin: 0 1.67vw; display: flex; flex-direction: column;}
+.firstRow .rowCenter{height:35.13vh; flex:1.22;  display: flex; flex-direction: column;}
 .firstRow .rowCenter .tj1{position: relative; padding: 0 27px; margin-bottom: 1.13vh; display: flex;}
 .firstRow .rowCenter .tj1:before{content: ' '; background-image: url(../../img/publicity/tj1_top_left.png); background-position: center; background-repeat: no-repeat; position: absolute; height: 21px; width: 21px; top: 0; bottom: 0; margin: auto; left: 0;}
 .firstRow .rowCenter .tj1:after{content: ' '; background-image: url(../../img/publicity/tj1_top_right.png); background-position: center; background-repeat: no-repeat; position: absolute; height: 21px; width: 21px; top: 0; bottom: 0; margin: auto; right: 0;}

--
Gitblit v1.9.2