小程序通用列表

小程序通用列表_第1张图片
QQ截图20190718144528.png

html:



    
      
      菜单
      
    


      
      菜单
      
    


      
      菜单
      
      

  

css:

.nav-bot{
  width: 100%;
}
.nav-bot-list{
  width: 100%;
  height: 150rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50rpx;
  box-sizing: border-box;
}
.nav-bot-list:active{
  background-color: rgba(0, 0, 0, 0.2);
}
.border-bottom{
  border-bottom: 1rpx solid #d1d1d1; 
}
.nav-bot-text{
flex:1;
margin-left: 30rpx;
font-size: 32rpx;
color: #2f2f2f;
}
.img-left{
  width: 30rpx;
  height: 30rpx;
}
.img-right{
  width: 30rpx;
  height: 50rpx;
}

你可能感兴趣的:(小程序通用列表)