Browse Source

style(about-history): 调整导航交互

master
peijunlei 2 weeks ago
parent
commit
3c2ae4d9af
  1. 4
      public/themes/dist_static/static/css/about-history.css

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

@ -133,7 +133,7 @@
font-weight: 400; font-weight: 400;
line-height: var(--font-32); line-height: var(--font-32);
} }
.ah-richtext p{
.ah-richtext p,.ah-richtext li{
width: 100%!important; width: 100%!important;
} }
.ah-richtext > *:first-child { .ah-richtext > *:first-child {
@ -170,7 +170,7 @@
} }
.ah-richtext p { .ah-richtext p {
margin: 0 0 0.75rem;
margin: 0 0 0.75rem!important;;
} }
.ah-richtext ul, .ah-richtext ul,

Loading…
Cancel
Save