Browse Source

style(about-history):修复发展历史详情页样式

master
peijunlei 2 weeks ago
parent
commit
099c49a424
  1. 8
      public/themes/dist_static/static/css/about-history.css

8
public/themes/dist_static/static/css/about-history.css

@ -113,8 +113,9 @@
}
.ah-block + .ah-block {
margin-top: 4.5rem;
padding-top: 1rem;
margin-top: 3em;
padding-top: 3rem;
border-top: 1px solid #ebebeb;
}
.ah-block {
@ -271,6 +272,7 @@
}
.ah-block + .ah-block {
margin-top: 3rem;
margin-top: 2rem;
padding-top: 2rem;
}
}
Loading…
Cancel
Save