小程序 之自定义tabbar上边框颜色

时间:2019-10-26 17:00:32   收藏:0   阅读:145

一、设置borderStyle

技术图片

 

 二、设置page样式

page::after{
  content: ‘‘;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rpx;
  background-color: #efefef;
  z-index: 9999;
}

 

三、效果

技术图片

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!