|
@@ -6,14 +6,18 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="level-section">
|
|
|
- <router-link :to="{ path: '/signUpAccount' }" class="section">
|
|
|
- <h3>报名入口</h3>
|
|
|
- <p>快捷报名入口<van-icon name="arrow" /></p>
|
|
|
+ <router-link :to="{ path: '/appRecord' }" class="section">
|
|
|
+ <h3>报考记录</h3>
|
|
|
+ <p>您的报考记录<van-icon name="arrow" /></p>
|
|
|
</router-link>
|
|
|
- <router-link :to="{ path: '/applyNeed' }" class="section two">
|
|
|
- <h3>待考区</h3>
|
|
|
+ <router-link :to="{ path: '/examRecord' }" class="section two">
|
|
|
+ <h3>考试记录</h3>
|
|
|
<p>您即将进行的考试<van-icon name="arrow" /></p>
|
|
|
</router-link>
|
|
|
+ <router-link :to="{ path: '/levelMusic' }" class="section three">
|
|
|
+ <h3>考级曲库</h3>
|
|
|
+ <p>进入考级曲库<van-icon name="arrow" /></p>
|
|
|
+ </router-link>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -59,8 +63,8 @@ export default {
|
|
|
padding: 0 .16rem;
|
|
|
.section {
|
|
|
background: url('../assets/images/level/entry_bg.png');
|
|
|
- height: 1.12rem;
|
|
|
- background-size: contain;
|
|
|
+ height: 1.18rem;
|
|
|
+ background-size: cover;
|
|
|
margin-bottom: .12rem;
|
|
|
display: flex;
|
|
|
padding-left: .14rem;
|
|
@@ -68,7 +72,11 @@ export default {
|
|
|
justify-content: center;
|
|
|
&.two {
|
|
|
background: url('../assets/images/level/area_bg.png');
|
|
|
- background-size: contain;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ &.three {
|
|
|
+ background: url('../assets/images/level/song_bg.png');
|
|
|
+ background-size: cover;
|
|
|
}
|
|
|
|
|
|
h3 {
|