Files
JiaZhiQianYan/pages/index/conceptNewsDetails/conceptNewsDetails.vue
2025-12-04 17:41:33 +08:00

25 lines
364 B
Vue

<template>
<view>
<navBar leftText="历史时间轴" :hideNavBg="true"></navBar>
<image class="topBg absolute" src="/static/image/index/conceptTopBg.png" mode="widthFix"></image>
</view>
</template>
<script >
</script>
<style lang="less">
page
{
background-color: #070707;
}
.topBg
{
top: 0;
left: 0;
width: 100%;
height: auto;
}
</style>