mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +08:00
教师节
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="course-banner" style="background-color: red">
|
||||
<div class="grateful" v-if="$route.meta.hidden">
|
||||
<img src="../../assets/images/grateful/gratefulbanner.png" alt="" />
|
||||
</div>
|
||||
<div class="course-banner" v-if="!$route.meta.hidden">
|
||||
<div id="container" style="z-index: 99" v-if="resonimg.length == 1">
|
||||
<!-- 当轮播图等于一张时 -->
|
||||
<swiper :options="swiperOptiontwo">
|
||||
@@ -60,7 +63,7 @@
|
||||
</div>
|
||||
<router-view></router-view>
|
||||
<!-- 底部 -->
|
||||
<div class="gratefulfooter">
|
||||
<div class="grateful">
|
||||
<img src="../../assets/images/grateful/gratefulFooter.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -724,6 +727,12 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.grateful{
|
||||
width: 100%;
|
||||
img{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.team{
|
||||
display: grid;
|
||||
// grid-template-columns: 1.5fr 1fr 1fr;
|
||||
|
||||
Reference in New Issue
Block a user