|
@@ -1,22 +1,23 @@
|
|
|
<template>
|
|
<template>
|
|
|
<section class="main-body">
|
|
<section class="main-body">
|
|
|
<section class="main-body-section">
|
|
<section class="main-body-section">
|
|
|
- <div class="logo">MOOC</div>
|
|
|
|
|
|
|
+ <div class="logo">欢迎使用 MOOC</div>
|
|
|
<div class="login_container">
|
|
<div class="login_container">
|
|
|
<div class="container__main"><router-view /></div>
|
|
<div class="container__main"><router-view /></div>
|
|
|
</div>
|
|
</div>
|
|
|
</section>
|
|
</section>
|
|
|
- <footer class="footer is-transparent" style="background: #f4f7fb">
|
|
|
|
|
- <div class="content has-text-centered">@nju software</div>
|
|
|
|
|
- </footer>
|
|
|
|
|
|
|
+ <!--<footer class="footer is-transparent" style="background: #f4f7fb">-->
|
|
|
|
|
+ <!--<div class="content has-text-centered">@nju software</div>-->
|
|
|
|
|
+ <!--</footer>-->
|
|
|
</section>
|
|
</section>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.logo {
|
|
.logo {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- padding: 10vh 0 0;
|
|
|
|
|
- font-size: 40px;
|
|
|
|
|
|
|
+ padding: 15vh 0 0;
|
|
|
|
|
+ font-size: 34px;
|
|
|
|
|
+ font-weight: bold;
|
|
|
/*<!--color: $logo-color;-->*/
|
|
/*<!--color: $logo-color;-->*/
|
|
|
/*<!--font-size: $logo-font-size;-->*/
|
|
/*<!--font-size: $logo-font-size;-->*/
|
|
|
/*<!--font-family: $logo-font-family;-->*/
|
|
/*<!--font-family: $logo-font-family;-->*/
|
|
@@ -38,11 +39,15 @@
|
|
|
}
|
|
}
|
|
|
.main-body {
|
|
.main-body {
|
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
|
|
|
+ min-width: 100vw;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
|
|
- background: #f4f7fb;
|
|
|
|
|
|
|
+ flex-direction: row-reverse;
|
|
|
|
|
+ /*background: #f4f7fb;*/
|
|
|
|
|
+ background-image: url("../assets/login_background.png");
|
|
|
|
|
+ background-size: cover;
|
|
|
.main-body-section {
|
|
.main-body-section {
|
|
|
- flex: 1;
|
|
|
|
|
|
|
+ width: 55%;
|
|
|
|
|
+ background-color: #ffffff;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|