Commit 6d6b6827 by wangdongchen

Merge branch 'wdc' into '1a86cad6'

add

See merge request !6
parents 2fdd62e0 d1ad4a9b
<template> <template>
<div class="junior-page"> <div class="junior-page">
<div class="header">
<div class="loge"></div>
<div class="back" @click="back"></div>
</div>
</div> </div>
</template> </template>
<script> <script>
export default { export default {
methods: {
back () {
this.$router.push('/growth')
}
}
} }
</script> </script>
...@@ -14,5 +21,27 @@ export default { ...@@ -14,5 +21,27 @@ export default {
.junior-page{ .junior-page{
width: 1920px; width: 1920px;
height: 1080px; 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> </style>
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
<script> <script>
export default { export default {
methods: { methods: {
loge () {
},
back () { back () {
this.$router.push('/growth') this.$router.push('/growth')
} }
...@@ -32,7 +29,6 @@ export default { ...@@ -32,7 +29,6 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
.loge{ .loge{
cursor: pointer;
width: 377px; width: 377px;
height: 76px; height: 76px;
} }
......
...@@ -72,7 +72,7 @@ export default { ...@@ -72,7 +72,7 @@ export default {
height: 37px; height: 37px;
} }
&:nth-child(2){ &:nth-child(2){
margin-right: 0px; margin-right: 10px;
} }
&:nth-child(3){ &:nth-child(3){
padding-top: 0px; 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