Commit d1ad4a9b by wdc147

add

parent 0151da1d
<template>
<div class="junior-page">
<div class="header">
<div class="loge"></div>
<div class="back" @click="back"></div>
</div>
</div>
</template>
<script>
export default {
methods: {
back () {
this.$router.push('/growth')
}
}
}
</script>
......@@ -14,5 +21,27 @@ export default {
.junior-page{
width: 1920px;
height: 1080px;
margin: 0 auto;
background: url('../../static/images/junior.png') no-repeat left top;
.header{
width: 100%;
height: 77px;
display: flex;
justify-content: space-between;
.loge{
width: 377px;
height: 76px;
}
.back{
cursor: pointer;
display: flex;
justify-content: flex-end;
height: 35px;
width: 83px;
margin: 15px;
margin-top: 63px;
background: url('../../static/images/back.png') no-repeat left top;
}
}
}
</style>
......@@ -10,9 +10,6 @@
<script>
export default {
methods: {
loge () {
},
back () {
this.$router.push('/growth')
}
......@@ -32,7 +29,6 @@ export default {
display: flex;
justify-content: space-between;
.loge{
cursor: pointer;
width: 377px;
height: 76px;
}
......
......@@ -72,7 +72,7 @@ export default {
height: 37px;
}
&:nth-child(2){
margin-right: 0px;
margin-right: 10px;
}
&:nth-child(3){
padding-top: 0px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment