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