diff --git a/src/App.vue b/src/App.vue index fa38d1f..b6995c5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -84,6 +84,7 @@ sizeStep: 4, sizeUnit: 4, colorWarning: '#EFBD47', + colorBorderSecondary: '#e0e0e0', colorError: '#ED6F6F', fontFamily: '-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol', diff --git a/src/layouts/default/footer/index.vue b/src/layouts/default/footer/index.vue index 8566a31..3a11df5 100644 --- a/src/layouts/default/footer/index.vue +++ b/src/layouts/default/footer/index.vue @@ -1,6 +1,6 @@ @@ -87,7 +87,7 @@ .footer-text { font-size: 15px; - font-weight: 700; + font-weight: 800; } } diff --git a/src/layouts/default/header/index.vue b/src/layouts/default/header/index.vue index 7fb1fa7..815a2c2 100644 --- a/src/layouts/default/header/index.vue +++ b/src/layouts/default/header/index.vue @@ -28,6 +28,9 @@ + +
领航船海机电科技 开创百年全新格局
+
@@ -269,6 +272,21 @@ width: auto; } + .header-brand-slogan { + position: absolute; + left: 50%; + transform: translateX(-50%); + font-weight: bold; + font-size: 28px; + letter-spacing: 12px; + white-space: nowrap; + background: linear-gradient(180deg, #a8d8ff 0%, #ffffff 50%, #a8d8ff 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; + filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4)); + } + .header-username { font-size: 13px; font-weight: 500;