|
@@ -11,9 +11,9 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</div>
|
|
|
- <cFoot style="background-color: #2e3546; color: #f0f2f5"></cFoot>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
+ <cFoot class="foot"></cFoot>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -59,6 +59,7 @@ const searchOther = async () => {
|
|
|
</script>
|
|
|
<style scoped lang="scss">
|
|
|
.main {
|
|
|
+ height: 757px;
|
|
|
background: url(/src/assets/videobg.png) right top no-repeat;
|
|
|
background-size: 100%;
|
|
|
|
|
@@ -90,4 +91,10 @@ const searchOther = async () => {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+.foot {
|
|
|
+ margin-top: auto;
|
|
|
+ background-color: #2e3546;
|
|
|
+ color: #f0f2f5;
|
|
|
+}
|
|
|
</style>
|