0
点赞
收藏
分享

微信扫一扫

PHP反序列化总结4--原生类总结

朱悟能_9ad4 2024-01-15 阅读 12

index.wxml

<view class="navs">
    <text class="active">精选</text>
    <text>手机</text>
    <text>食品</text>
    <text>内衣</text>
    <text>生鲜</text>
    <text>母婴</text>
</view>

index.wxss

.navs{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    height:40px;
    align-items: center;
    font-size: 14px;
}

.active{
    color: #37b626;
    border-bottom: 1px solid #00b26a;
}

在这里插入图片描述
下一篇

举报

相关推荐

0 条评论