|
|
|
@ -135,65 +135,5 @@ const onThumbnailClick = () => {
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
<style scoped>
|
|
|
|
.common-layout {
|
|
|
|
|
|
|
|
height: 100vh;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.layout-container {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 100vh;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.header-part {
|
|
|
|
|
|
|
|
height: calc(100vh * 240 / 1280);
|
|
|
|
|
|
|
|
background-color: #b3c0d1;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
font-size: 36px;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
color: #333;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.main-part {
|
|
|
|
|
|
|
|
height: calc(100vh * 950 / 1280);
|
|
|
|
|
|
|
|
background-color: #e9eef3;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
color: #333;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.footer-part {
|
|
|
|
|
|
|
|
height: calc(100vh * 90 / 1280);
|
|
|
|
|
|
|
|
background-color: #d3dce6;
|
|
|
|
|
|
|
|
padding: 0 !important; /* 移除默认内边距 */
|
|
|
|
|
|
|
|
margin: 0 !important; /* 移除默认外边距 */
|
|
|
|
|
|
|
|
/* display: flex; */
|
|
|
|
|
|
|
|
/* align-items: center;
|
|
|
|
|
|
|
|
justify-content: center; */
|
|
|
|
|
|
|
|
/* font-size: 18px; */
|
|
|
|
|
|
|
|
color: #333;
|
|
|
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.footer-part-col {
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
background-color: #333;
|
|
|
|
|
|
|
|
color: #606266;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
border: 3px solid rgb(206, 12, 12);
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|