This commit is contained in:
nisen
2023-09-04 18:01:13 +08:00
parent a99bf81b57
commit 61c8e18eeb
8 changed files with 83 additions and 40 deletions

View File

@@ -1,6 +1,8 @@
<template>
<div class="main">
<!-- <div class="mianRouter"> -->
<router-view></router-view>
<!-- </div> -->
<!-- 底部 -->
<div class="grateful">
<img src="../../assets/images/grateful/gratefulFooter.png" alt="" />
@@ -19,14 +21,23 @@ export default {
</script>
<style scoped lang="scss">
.main{
.main {
background-color: #f2F5F7;
// height: 100%;
// display: flex;
// flex-direction: column;
// .mianRouter {
// flex: 1;
// }
}
.grateful {
width: 100%;
img {
width: 100%;
height: 100%;
}
}
@@ -34,6 +45,7 @@ export default {
height: 240px;
background: url('../../../public/images/courseBg.png') no-repeat;
background-size: 100% 100%;
.portal-header {
height: 72px;
display: flex;