financeProject相关问题

 问题一: more.vue中3个横向布局的图片,被挤到下一行了

解决方法:   设置content为flex(row),设置img的width为33.3333%,设置content为justify-content为space-around

.content{
    @include flex(row);
    position: relative;
    justify-content: space-around;
    padding-bottom: 60px;
    img{
       width: 33.3333%;
       height: 280px;
    }

问题二:in.vue中进度条显示出问题

解决方法:设置inner的max-width为100%

 

article{
    @include flex(row);
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    .wrapper{
        width: 144px;
        height: 10px;
        background: #F6E6E6;
        border-radius: 22px;
        .inner{
            width: 40%;
            max-width: 100%;
            height: 10px;
            background-image: linear-gradient(270deg,#F55 %1,#FF9C31 100%) ;
            border-radius: 22px;
        }
    }
    p{
        font-size: 24px;
        color: #999;
    }
}

问题三: 对于导航栏,例如选择我的,或者众筹时候,没有变为红色

解决办法:

在reset.scss中添加router-link-active为设置color为red,由于优先级不够,需要添加!important

router-link-active{
    p{
        color: red!important;
    }
}

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值