修改名称

This commit is contained in:
nisen
2023-09-06 14:04:10 +08:00
parent 27a130d13f
commit fab40d6eed
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<div class="navTop">
<div>
<router-link to="/grateful" class="nav">首页</router-link>&nbsp;>&nbsp;
<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;