diff --git a/public/css/edu-purge.css b/public/css/edu-purge.css index eda246bd..96f33672 100644 --- a/public/css/edu-purge.css +++ b/public/css/edu-purge.css @@ -3947,7 +3947,7 @@ html>body #ajax-indicator { .head-nav { text-align: center; - height: 70px; + height: 58px; box-sizing: border-box; min-width: 780px; overflow: hidden; @@ -3960,14 +3960,14 @@ html>body #ajax-indicator { position: absolute; top: 0px; z-index: 3; - height: 70px; + height: 100%; box-sizing: border-box; } .head-nav ul#header-nav li { float: left; - height: 70px; - line-height: 70px; + height: 58px; + line-height: 58px; cursor: pointer; position: relative; font-size: 16px; @@ -3978,7 +3978,7 @@ html>body #ajax-indicator { display: block; height: 100%; width: 100%; - color: #333; + color: #fff; font-size: 16px; } @@ -6705,4 +6705,76 @@ ul.count_ul li:not(:last-child):after { } input.ant-input-lg::placeholder{ font-size: 14px !important; +} + +.newFooter { + position: absolute; + bottom: 0; + width: 100%; + background: #323232; + clear: both; + min-width: 1200px; + z-index: 8; + left: 0; +} +.footEdition { + background-color: #171b23; +} +.footEdition .footContent { + display: flex; + align-items: flex-start; + padding: 86px 0; + justify-content: space-around; + width: 1200px; + margin: 0 auto; +} +.footEdition .footContent ul { + min-width: 120px; + text-align: left; + margin-right: 80px +} +.footEdition .footContent ul.center { + text-align: center; +} +.footEdition .footContent ul>img { + width: 100px; + height: 100%; + margin-bottom: 30px; + margin-top: 25px; + border-radius: 10px; +} +.footEdition .footContent ul li { + height: 20px; + font-size: 14px; + font-weight: 400; + line-height: 20px; + color: #bdc2d1; + margin-bottom: 15px!important; +} +.footEdition .footContent ul li.thehead { + height: 25px; + font-size: 18px; + font-weight: 600; + color: #fff; + line-height: 25px; + margin-bottom: 20px!important; +} +.footEdition .footContent ul li a { + color: #bdc2d1!important; +} +.copyrightDesc { + font-size: 12px; + font-weight: 400; + color: #bdc2d1; + line-height: 28px; + padding: 15px 0; + text-align: center; + background-color: #1b212c; +} +.newFooter p { + margin-top: 0; + margin-bottom: 0!important; +} +.copyrightDesc a { + color: #bdc2d1!important; } \ No newline at end of file diff --git a/src/AppConfig.js b/src/AppConfig.js index 5103c6bc..68ca0754 100644 --- a/src/AppConfig.js +++ b/src/AppConfig.js @@ -59,7 +59,7 @@ export function initAxiosInterceptors(props) { // TODO 避免重复的请求 https://github.com/axios/axios#cancellation var proxy = "http://localhost:3000" - proxy = "https://forum.trustie.net" + proxy = "https://testforum.trustie.net" const requestMap = {}; window.setfalseInRequestMap = function (keyName) { diff --git a/src/Nav/Footer.jsx b/src/Nav/Footer.jsx index eb3019e2..293b770b 100644 --- a/src/Nav/Footer.jsx +++ b/src/Nav/Footer.jsx @@ -19,8 +19,6 @@ function Footer(){ return(
© Copyright 2007~2021 国防科技大学Trustie团队 & IntelliDE 湘ICP备 17009477号
*/} -