``` <template> <view class="App"> <view class="status_bar"><!-- 这里是状态栏 --></view> </view> </template> <style lang="less"> .status_bar { height: var(--status-bar-height); width: 100%; } </style> ``` ``` <!-- uni-app 在事件中传递数据 --> <!-- @click="openinfo" :data-newsid="item.post_id" --> <!-- rich-tex == 富文本标签用于展示html --> <!-- <rich-text nodes="<video></video>"></rich-text> --> <!-- navigator == 用于跳转页面 --> <!-- <navigator url="xxx"></navigator> --> ```