#4741 update mind page

Merged
ychao_1983 merged 3 commits from dev-csh into V20230912 7 months ago
  1. +20
    -2
      web_src/vuepages/pages/model/mind/index.vue

+ 20
- 2
web_src/vuepages/pages/model/mind/index.vue View File

@@ -1,6 +1,7 @@
<template>
<div>
<div class="header">
<div class="title-0">“中国算力网(China Computing NET, C²NET)”专项重大开源应用示范</div>
<div class="title">鹏城 · 脑海</div>
<div class="descr">两千亿参数规模大语言模型,期待与您共同书写脑海大模型的新篇章!</div>
</div>
@@ -365,13 +366,25 @@ export default {
justify-content: center;
align-items: center;

.title-0 {
font-weight: 700;
font-size: 36px;
line-height: 48px;
color: rgb(16, 16, 16);
text-align: center;
margin-top: -128px;
margin-bottom: 48px;
text-align: center;
padding: 0 16px;
max-width: 828px;
}

.title {
font-weight: 700;
font-size: 48px;
line-height: 48px;
color: rgb(16, 16, 16);
margin-top: -100px;
margin-bottom: 32px;
margin-bottom: 48px;
text-align: center;
}

@@ -744,6 +757,11 @@ export default {

@media only screen and (max-width: 767px) {

.header .title-0 {
font-size: 20px;
margin-bottom: 32px;
}

.header .title {
font-size: 28px;
}


Loading…
Cancel
Save