Showing
2 changed files
with
10 additions
and
1 deletions
| ... | ... | @@ -3,4 +3,12 @@ |
| 3 | 3 | // color-ui |
| 4 | 4 | @import "@/static/scss/colorui.css"; |
| 5 | 5 | // iconfont |
| 6 | -@import "@/static/font/iconfont.css"; | |
| \ No newline at end of file | ||
| 6 | +@import "@/static/font/iconfont.css"; | |
| 7 | + | |
| 8 | +/* TabBar 顶部分隔线(H5 专用覆盖):用阴影替代 borderStyle 线条 */ | |
| 9 | +/* #ifdef H5 */ | |
| 10 | +.uni-tabbar { | |
| 11 | + box-shadow: inset 0px 1px 0px 0px #E7E7E7; | |
| 12 | + border-top: none; | |
| 13 | +} | |
| 14 | +/* #endif */ | |
| \ No newline at end of file | ... | ... |