Compare commits
2 Commits
01fcc938a4
...
3f5dfa640a
Author | SHA1 | Date | |
---|---|---|---|
3f5dfa640a | |||
05d28f977f |
@@ -19,15 +19,8 @@ export default defineConfig({
|
||||
},
|
||||
nav: [
|
||||
// { text: '文档', link: '/document/index' },
|
||||
{
|
||||
text: '文档',
|
||||
items: [
|
||||
{
|
||||
text: 'Devstar介绍文档',
|
||||
link: '/devstar'
|
||||
},
|
||||
]
|
||||
},
|
||||
//
|
||||
{ text: 'Devstar', link: '/devstar' },
|
||||
{ text: 'Cloudbuild', link: '/cloudbuild' },
|
||||
{ text: 'Simulator', link: '/simulator' },
|
||||
{ text: 'Enterprise', link: '/enterprise' },
|
||||
|
@@ -62,11 +62,14 @@
|
||||
<div class="gitee-brand">
|
||||
<div class="logo-circle">
|
||||
<span class="logo-char">
|
||||
<img src="/public/mengningsoftware.png" alt="">
|
||||
<img src="/public/mnsoftware.png" alt="">
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="copyright">梦宁软件(江苏)有限公司版权所有</div>
|
||||
<div class="copyright">
|
||||
<span class="brand-name">梦宁软件</span>
|
||||
<span>梦宁软件(江苏)有限公司版权所有</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 右侧区域(第二张图内容) -->
|
||||
@@ -108,7 +111,6 @@ export default {
|
||||
<style scoped>
|
||||
/* 基础布局 */
|
||||
.tencent-showcase {
|
||||
background: white;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
@@ -195,7 +197,6 @@ export default {
|
||||
}
|
||||
.wrap-footer {
|
||||
margin-top: 50px;
|
||||
background: white;
|
||||
}
|
||||
.footer {
|
||||
display: flex;
|
||||
@@ -203,7 +204,7 @@ export default {
|
||||
align-items: center;
|
||||
padding: 20px 20px 20px 0;
|
||||
/* padding: 20px; */
|
||||
background-color: white;
|
||||
/* background-color: white; */
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -212,11 +213,13 @@ export default {
|
||||
.footer-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-left: -40px;
|
||||
}
|
||||
|
||||
.gitee-brand {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.logo-circle {
|
||||
@@ -227,23 +230,21 @@ export default {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-right: -10px;
|
||||
|
||||
}
|
||||
|
||||
.logo-char {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.brand-name {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: #000;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
color: #999;
|
||||
font-size: 14px;
|
||||
margin-left: -40px;
|
||||
}
|
||||
|
||||
/* 右侧二维码区域样式 */
|
||||
@@ -285,7 +286,7 @@ export default {
|
||||
|
||||
.qr-label {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.footer-area {
|
||||
@@ -318,4 +319,8 @@ export default {
|
||||
height: 180px;
|
||||
}
|
||||
}
|
||||
.dark .brand-name {
|
||||
color: #DFDFD6;
|
||||
}
|
||||
|
||||
</style>
|
@@ -3,6 +3,9 @@
|
||||
|
||||
## 从vECU到整车仿真
|
||||

|
||||
<br>
|
||||
<br>
|
||||
|
||||

|
||||
|
||||
## 整车系统级软硬件联合仿真
|
||||
|
Reference in New Issue
Block a user