@@ -10,7 +10,6 @@
</div>
<div class="header_right">
- <div class="login_btn"><button>登录</button></div>
<div class="helper"><button>教学助手</button></div>
@@ -44,9 +43,12 @@
height: 75px;
}
.header_right {
- width: 400px;;
+ width: 200px;
float: left;
+ padding-left:7%;
+ padding-top:5px;
+
.logo_img {
@@ -89,7 +91,7 @@
font-size:18px;
.helper {
- width: 30%;
+ width: 100%;
display: block;
padding-top:22px;
@@ -59,13 +59,13 @@ import Header from '@/common/headers.vue'
<style scoped>
.login {
width:100%;
- height:500px;
+ height:700px;
background:url(../../assets/image/resource/login_bg.jpg) no-repeat;
- background-size:100% 100%;
+ background-size:cover;
.login_box {
width:1200px;
margin:0 auto;
position:relative;