6 changed files with 91 additions and 2 deletions
@ -0,0 +1,6 @@ |
|||||
|
.navbg{ |
||||
|
position: sticky !important; |
||||
|
top: 90rpx !important; |
||||
|
background-color: #FAFAFA !important; |
||||
|
} |
||||
|
|
@ -0,0 +1,40 @@ |
|||||
|
<template> |
||||
|
<view class=""> |
||||
|
<navigation :showBack="true" class="navbg"> |
||||
|
<!-- <text class="big_title"> |
||||
|
全部 |
||||
|
</text> --> |
||||
|
消息中心 |
||||
|
</navigation> |
||||
|
<view class="con"> |
||||
|
|
||||
|
</view> |
||||
|
</view> |
||||
|
|
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
import cont from "@/components/navigation/navigation.vue" |
||||
|
export default { |
||||
|
data() { |
||||
|
return { |
||||
|
|
||||
|
}; |
||||
|
}, |
||||
|
methods: { |
||||
|
|
||||
|
}, |
||||
|
computed: { |
||||
|
i18n() { |
||||
|
return this.$t('index') |
||||
|
}, |
||||
|
}, |
||||
|
}; |
||||
|
</script> |
||||
|
<style scoped> |
||||
|
|
||||
|
</style> |
||||
|
|
||||
|
<style> |
||||
|
@import './index.css'; |
||||
|
</style> |
After Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in new issue