mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
修改教师节
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="grateful header" v-if="$route.meta.hidden">
|
||||
<img src="../../assets/images/grateful/gratefulbanner.png" alt="" />
|
||||
<div class="grateful header" style="margin-bottom:30px" v-if="$route.meta.hidden">
|
||||
<div class="portal-header">
|
||||
<div class="portal-top" style="color: #fff;">
|
||||
<div class="portal-top-left">
|
||||
<div class="portal-top-logo">
|
||||
<img src="../../assets/logo/logo-white.png" style="width:160px;height: 27px;" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="course-banner" v-if="!$route.meta.hidden">
|
||||
<div id="container" style="z-index: 99" v-if="resonimg.length == 1">
|
||||
@@ -97,12 +105,31 @@ export default {
|
||||
}
|
||||
|
||||
.header {
|
||||
&::before {
|
||||
content: url('../../assets/images/grateful/logo.png');
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 40px;
|
||||
height: 240px;
|
||||
background: url('../../../public/images/courseBg.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
.portal-header {
|
||||
height: 72px;
|
||||
display: flex;
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border: 1px solid rgba(61, 61, 61, 0.15);
|
||||
backdrop-filter: blur(10px);
|
||||
|
||||
.portal-top {
|
||||
width: 100%;
|
||||
margin: 0px 40px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.portal-top-left {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.bannbox {
|
||||
|
||||
Reference in New Issue
Block a user