修改样式
This commit is contained in:
parent
a4012e1b3a
commit
61c3e9026b
2
.env
2
.env
|
@ -2,7 +2,7 @@
|
||||||
VITE_PORT = 3100
|
VITE_PORT = 3100
|
||||||
|
|
||||||
# 网站标题
|
# 网站标题
|
||||||
VITE_GLOB_APP_TITLE = 本科专业画像平台
|
VITE_GLOB_APP_TITLE = 哈师大四六级查询平台
|
||||||
|
|
||||||
# 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符
|
# 简称,用于配置文件名字 不要出现空格、数字开头等特殊字符
|
||||||
VITE_GLOB_APP_SHORT_NAME = JeecgBootAdmin
|
VITE_GLOB_APP_SHORT_NAME = JeecgBootAdmin
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
Binary file not shown.
Before Width: | Height: | Size: 84 KiB |
|
@ -34,7 +34,8 @@
|
||||||
flex-basis: 60%;
|
flex-basis: 60%;
|
||||||
-webkit-flex-basis: 60%;
|
-webkit-flex-basis: 60%;
|
||||||
background-color: #0198cd;
|
background-color: #0198cd;
|
||||||
background-image: url(../icon/jeecg_ad.png);
|
background-image: url(../icon/jeecg_ad.jpg);
|
||||||
|
opacity: 0.91;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="app-loading-dots">
|
<div class="app-loading-dots">
|
||||||
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
|
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-loading-title">本科专业画像平台</div>
|
<div class="app-loading-title">哈师大四六级查询平台</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
<div class="aui-image">
|
<div class="aui-image">
|
||||||
<div class="aui-image-text">
|
<div class="aui-image-text">
|
||||||
<div>
|
<div>
|
||||||
<span class="introduce-text" >本科专业画像平台</span>
|
<span class="introduce-text" >哈师大四六级查询平台</span>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<span class="introduce-text" style="font-size: 15px;">深入分析,多维展示本科专业教育情况</span>
|
<span class="introduce-text" style="font-size: 15px;">深入分析 多维展示</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue