Authored by ccbikai

tab 悬浮在顶部

... ... @@ -31,5 +31,7 @@
</script>
<style>
#channel {
padding-top: 90px;
}
</style>
... ...
... ... @@ -69,6 +69,10 @@
<style>
.channel-tab {
position: fixed;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 90px;
font-size: 24px;
... ...