Commit 21241df0 by 林家欣

修改机构概况下中心简介图片大小

parent d9066c17
......@@ -36,7 +36,8 @@
<p>(九)承办国家市场监督管理总局交办的其他工作。</p>
<div class="zzjg">
<Title :father="intro.title1"></Title>
<img src="../../assets/image/home/zzjg-tp.jpg" alt="" />
<div class="zzjg-tp"><img src="../../assets/image/home/zzjg-tp.jpg" alt="" /></div>
</div>
<div class="zzjg">
<Title :father="intro.title2"></Title>
......@@ -131,8 +132,13 @@ export default {
margin-bottom: 10px;
}
.zzjg {
.zzjg-tp{
text-align: center;
}
img {
width: 100%;
max-width: 750px;
margin: 0 auto;
}
}
.map {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment