+
- 计科院ERP系统是由人工智能大数据实验室设计的系统
+ 欢迎您登录
-
+
+
+
@@ -30,121 +34,146 @@
\ No newline at end of file
+
+ .container {
+ width: 900px;
+ background-size: cover;
+ min-height: 100%;
+ padding: 110px 0 144px;
+ position: absolute;
+ background-size: cover;
+ right: 0%;
+
+ a {
+ text-decoration: none;
+ }
+
+ .top {
+ text-align: center;
+
+ .header {
+ height: 44px;
+ line-height: 44px;
+
+ .badge {
+ position: absolute;
+ display: inline-block;
+ line-height: 1;
+ vertical-align: middle;
+ margin-left: -12px;
+ margin-top: -10px;
+ opacity: 0.8;
+ }
+
+ .logo {
+ height: 44px;
+ vertical-align: top;
+ margin-right: 16px;
+ border-style: none;
+ }
+
+ .title {
+ font-size: 33px;
+ color: white;
+ font-family: 'Chinese Quote', -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';
+ font-weight: 600;
+ position: relative;
+ top: 2px;
+ }
+ }
+ .desc {
+ font-size: 30px;
+ color: white;
+ margin-top: 15px;
+ margin-bottom: 40px;
+ }
+ }
+
+ .main {
+ min-width: 260px;
+ width: 368px;
+ margin: 0 auto;
+ }
+
+ .footer {
+ position: absolute;
+ width: 100%;
+ bottom: 0;
+ padding: 0 16px;
+ margin: 48px 0 24px;
+ text-align: center;
+
+ .links {
+ margin-bottom: 8px;
+ font-size: 14px;
+ a {
+ color: white;
+ transition: all 0.3s;
+ &:not(:last-child) {
+ margin-right: 40px;
+ }
+ }
+ }
+ .copyright {
+ color: white;
+ font-size: 14px;
+ }
+ }
+ }
+}
+
diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue
index 8f4d09e..7974d85 100644
--- a/src/components/page/GlobalFooter.vue
+++ b/src/components/page/GlobalFooter.vue
@@ -3,49 +3,49 @@
Copyright
-
- 2019
JEECG开源社区 出品
+
+ 2023
哈尔滨师范大学人工智能大数据实验室 出品