小程序 之自定义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)