diff --git a/public/themes/dist_static/static/css/index.css b/public/themes/dist_static/static/css/index.css index 80924ba..8182dca 100644 --- a/public/themes/dist_static/static/css/index.css +++ b/public/themes/dist_static/static/css/index.css @@ -625,6 +625,11 @@ flex-direction: column; min-width: 0; } +.section-5__list > li { + flex: 1; + min-height: 0; + display: flex; +} .section-5__item { display: flex; align-items: center; @@ -632,14 +637,17 @@ gap: 1.875rem; flex: 1; min-height: 0; + width: 100%; padding: 2.5rem 0; border-bottom: 1px solid rgba(46, 53, 58, 0.1); + color: inherit; + text-decoration: none; cursor: pointer; } -.section-5__item:first-child { +.section-5__list > li:first-child .section-5__item { padding-top: 0; } -.section-5__item:last-child { +.section-5__list > li:last-child .section-5__item { border-bottom: 0; padding-bottom: 0; } @@ -670,6 +678,7 @@ overflow: hidden; } .section-5__item-media { + display: block; flex-shrink: 0; width: 14.625rem; height: 9.375rem; diff --git a/public/themes/website/1/zh/demo/single_index.html b/public/themes/website/1/zh/demo/single_index.html index d557036..19d3709 100644 --- a/public/themes/website/1/zh/demo/single_index.html +++ b/public/themes/website/1/zh/demo/single_index.html @@ -897,35 +897,41 @@