增加other分包页面

我的页面里增加跳转other分包跳转(仅在ios不是浏览器审核时展示)
This commit is contained in:
2024-12-20 18:01:37 +08:00
parent 908205200b
commit b2fd3ba347
154 changed files with 43228 additions and 84 deletions

View File

@@ -0,0 +1,15 @@
// TuniaoUI颜色值
export default {
mainColor: '#01BEFF',
reverseMainColor: '#FFF00D',
femaleColor: '#FF71D2',
maleColor: '#82B2FF',
mainOrange: '#FBBD12',
bgColor: '#FFFFFF',
spaceColor: '#F8F7F8',
fontColor: '#080808',
fontSubColor: '#AAAAAA',
contentColor: '#838383',
fontHolderColor: '#E6E6E6',
maskBgColor: 'rgba(0, 0, 0, 0.4)',
}

View File

@@ -0,0 +1,17 @@
// 各组件的z-index值
export default {
landsacpe: 29100,
navbar: 29090,
toast: 20090,
goodsNav: 20089,
alert: 20085,
modal: 20080,
popup: 20075,
tips: 19080,
sticky: 19075,
indexListSticky: 19070,
fab: 19060,
mask: 9999,
tableTr: 1001,
tableTd: 1000
}