登录
This commit is contained in:
27
components/NavBar.vue
Normal file
27
components/NavBar.vue
Normal file
@@ -0,0 +1,27 @@
|
||||
<template>
|
||||
<view class="header">
|
||||
<text class="icon-back"></text>
|
||||
<text></text>
|
||||
<text class="icon-home"></text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
@import '@/common/style/mixin.styl';
|
||||
.header
|
||||
_fj()
|
||||
position fixed
|
||||
_wh(100%, 86rpx)
|
||||
background-color $red
|
||||
z-index 100
|
||||
</style>
|
||||
Reference in New Issue
Block a user