.nav-bar[data-v-32f56dee]{width:100%;display:flex;flex-direction:row;border-top:1px solid #777}.nav-bar li[data-v-32f56dee]{height:100%}.nav-bar-item[data-v-32f56dee]{flex:1}.nav-bar-item div[data-v-32f56dee]{height:var(--nav-bar-height);display:flex;flex-direction:column;align-items:center;justify-content:center}.nav-bar-item div span[data-v-32f56dee]{font-family:Microsoft YaHei,微软雅黑;height:30px;font-size:13px;line-height:30px}.nav-bar-item div i[data-v-32f56dee]{height:30px;font-size:28px}.title-bar[data-v-35ec16cb]{display:flex;justify-content:center;align-items:center;font-size:20px}.title-bar-item[data-v-35ec16cb]{flex:1}.title-bar-name[data-v-35ec16cb]{text-align:center}:root{--nav-bar-height:80px;--title-bar-height:60px;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;--title-1-font-size:20px;--title-1-font-weight:800;--title-2-font-size:18px;--title-2-font-weight:700;--content-font-size:14px;--content-font-weight:500}body{margin:0;padding:0}#app{width:100%}#app-title-bar{width:100%;height:var(--title-bar-height)}#app-view{width:100%;height:calc(100vh - var(--nav-bar-height) - var(--title-bar-height));overflow-y:scroll}#app-nav-bar{width:100%;height:var(--nav-bar-height)}