Showing
2 changed files
with
10 additions
and
1 deletions
| @@ -207,6 +207,7 @@ | @@ -207,6 +207,7 @@ | ||
| 207 | "tabBar": { | 207 | "tabBar": { |
| 208 | "color": "rgba(0,0,0,0.9)", | 208 | "color": "rgba(0,0,0,0.9)", |
| 209 | "selectedColor": "#3D48A3", | 209 | "selectedColor": "#3D48A3", |
| 210 | + "backgroundColor": "#ffffff", | ||
| 210 | "borderStyle": "white", | 211 | "borderStyle": "white", |
| 211 | "list": [{ | 212 | "list": [{ |
| 212 | "pagePath": "pages/index", | 213 | "pagePath": "pages/index", |
| @@ -3,4 +3,12 @@ | @@ -3,4 +3,12 @@ | ||
| 3 | // color-ui | 3 | // color-ui |
| 4 | @import "@/static/scss/colorui.css"; | 4 | @import "@/static/scss/colorui.css"; |
| 5 | // iconfont | 5 | // iconfont |
| 6 | -@import "@/static/font/iconfont.css"; | ||
| 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 */ |