diff --git a/public/site/css/common.css b/public/site/css/common.css index f075341bf..c0aa56d53 100644 --- a/public/site/css/common.css +++ b/public/site/css/common.css @@ -315,6 +315,7 @@ img { border: 1px solid var(--txt-theme-color); } .search-form{ + display: none; position: relative; } .search-input{ @@ -984,25 +985,26 @@ footer{ display: none; } #cookieConsent{ - display: none; - width: 100%; - height: 180px; - background-color: rgba(0,0,0,.8); - position: fixed; - bottom: 0; - z-index: 9999; - color: #dfe4e8; - padding: 40px 50px; - box-sizing: border-box; - text-align: center; + display: none; + width: 100%; + height: 180px; + background-color: rgba(0,0,0,.8); + position: fixed; + bottom: 0; + z-index: 9999; + color: #dfe4e8; + padding: 40px 50px; + box-sizing: border-box; + text-align: center; } #agreeButton{ - width: 130px; - position: absolute; - right: 80px; - bottom: 50px; + width: 130px; + position: absolute; + right: 80px; + bottom: 50px; } #cookie_a{ - color: #dfe4e8; - text-decoration-line: underline; -} \ No newline at end of file + color: #dfe4e8; + text-decoration-line: underline; +} + diff --git a/public/site/css/help.css b/public/site/css/help.css index e5bde3a7f..d41523a90 100644 --- a/public/site/css/help.css +++ b/public/site/css/help.css @@ -120,7 +120,8 @@ .r-ul-item-pic1 { display: block; - height: 316px; + max-width: 90%; + margin: 12px 0; } .r-ul-item-pic2 { @@ -191,3 +192,10 @@ position: sticky; top: 80px; } +.help-a{ + display: block; + width: 100%; + height: 100%; + padding: 9px 16px; + line-height: normal; +} diff --git a/public/site/css/log.css b/public/site/css/log.css index 9e12fd01a..fed1b8753 100644 --- a/public/site/css/log.css +++ b/public/site/css/log.css @@ -33,11 +33,6 @@ .logs-l-ul{ width: 240px; } -.l-ul-item{ - padding: 9px 16px; - cursor: pointer; - height: 22px; -} .l-ul-item.active .txt{ color: var(--txt-theme-color); } @@ -130,14 +125,19 @@ display: none; } .filings{ - border-top: 1px solid var(--border-color); + border-top: 1px solid var(--border-color); } .log-a{ - display: block; - width: 100%; - height: 100%; + display: block; + width: 100%; + height: 100%; + padding: 9px 16px; + line-height: normal; } .logs-sticky{ position: sticky; top: 80px; } +.footer-layut{ + border-top: var(--border-color) solid 1px; +} diff --git a/public/site/en/about.html b/public/site/en/about.html index 87a48f9dc..ef33a1213 100644 --- a/public/site/en/about.html +++ b/public/site/en/about.html @@ -41,9 +41,12 @@