* { box-sizing: border-box; } .body { position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow-x: hidden !important; overflow-y: scroll !important; background: #FFFFFF; :global { .am-tabs-content-wrap { flex-direction: row; } .am-tabs-default-bar-underline { border: none; bottom: 0.06rem; &:before { content: ''; position: absolute; left: 40%; right: 40%; height: 0.06rem; border-radius: 0.03rem; background: #333333; } } .am-tabs-tab-bar-wrap { .am-tabs-default-bar-tab { font-size: 0.28rem; color: #999999; height: 0.76rem; line-height: 0.76rem; } .am-tabs-default-bar-tab::after { height: 0 !important; } .am-tabs-default-bar-tab-active { color: #000000; font-weight: 600; } } .am-list-body { background: transparent; &:before,&:after { content: none !important; } } .am-tabs-pane-wrap { -webkit-overflow-scrolling: touch; } } }