当前位置 : 主页 > 网络编程 > JavaScript >

微信小程序左图右签,文字跳转

来源:互联网 收集:自由互联 发布时间:2021-06-28
html 我的购物车 我的收藏 收货地址管理 wxss .nav-list {}.nav-item { height: 30px; background-color: white; display: flex; padding: 8px 0; border-bottom: 1px solid #f3f3f3;}.item-center { display: flex; justify-content: center;
html
 
        
   
    
   
    我的购物车
    
   
     > 
    
  
        
   
    
   
    我的收藏
    
   
     > 
    
  
        
   
    
   
    收货地址管理
    
   
     > 
    
  
    
 
wxss
.nav-list {

}

.nav-item {
    height: 30px;
    background-color: white;
    display: flex;
    padding: 8px 0;

    border-bottom: 1px solid #f3f3f3;
}

.item-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-item .icon {
    margin: 5px 10px;
    height: 20px;
    width: 20px;
}

.nav-item .text {
    font-size: 20px;
}

.nav-item .arrow {
    margin: 10px 10px 10px auto;
    font-size: 20px;
}
上一篇:javascript锁屏
下一篇:update-hosts.js
网友评论