我的账户
猩码学苑

专注C++开发菁英教育

亲爱的游客,欢迎!

已有账号,请

如尚未注册?

梁洁---20221230--vue项目第二天

[复制链接]
梁杰,你好 发表于 2023-1-4 00:02:27 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
<template>
<div>
    <div class="nav-list">
        <router-link to='/home' tag='div'>推荐</router-link>
        <router-link to='/singers' tag='div'>歌手</router-link>
        <router-link to='/list' tag='div'>排行</router-link>
        <router-link to='/serach' tag='div'>搜索</router-link>
    </div>
    <router-view></router-view>
</div>
</template>

<script>
export default {
name: 'TipList',
components: '',
data() {
return {

};
},
created() {

},
mounted() {

},
methods: {

}
};
</script>

<style scoped lang="scss">
@import '../assets/css/mixin.scss';
    .nav-list{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-size: 30px;
        @include  bgsubColor();
        @include fontColor();

    }
    .myActive{
        @include fontActiveColor();
        border-bottom:3px solid  ;
        @include borderColor();
    }
</style>



回复

使用道具 举报

关注0

粉丝0

帖子77

发布主题
大家都在学
课堂讨论
一周热帖排行最近7x24小时热帖
关注我们
专注C++菁英教育

客服电话:18009298968

客服时间:9:00-21:00

猩码学苑 - 专注C++开发菁英教育!( 陕ICP备2025058934号-1 )

版权所有 © 陕西菁英数字科技有限公司 2023-2026