mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
修改名称
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="navTop">
|
||||
<div>
|
||||
<router-link to="/grateful" class="nav">首页</router-link> >
|
||||
<span style="cursor: pointer;" class="nav">名师好课</span>
|
||||
<span style="cursor: pointer;" class="nav">认证讲师库(2023)</span>
|
||||
</div>
|
||||
<div style="position: relative;">
|
||||
<el-input class="portal-input" placeholder="请输入课程名称" style="border-radius: 20px !important; "
|
||||
@@ -107,8 +107,8 @@ export default {
|
||||
width: 100%;
|
||||
height: 240px;
|
||||
position: relative;
|
||||
background: url('../../assets/images/grateful/opinionBanner.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: url('../../assets/images/grateful/opinionBanner.png');
|
||||
// background-size: 100% 100%;
|
||||
|
||||
&::before {
|
||||
content: url(../../assets/images//grateful/logo.png);
|
||||
@@ -118,10 +118,10 @@ export default {
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '名师好课';
|
||||
content: '认证讲师库(2023)';
|
||||
position: absolute;
|
||||
bottom: 25px;
|
||||
left: 8%;
|
||||
left: 180px;
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
font-size: 64px;
|
||||
|
||||
Reference in New Issue
Block a user