|
| xqd
@@ -1,15 +1,15 @@
|
|
|
<template>
|
|
|
- <view class="" style="background-color: black;height: 100vh">
|
|
|
- <view style="color: #fff;">
|
|
|
+ <view class="aaa" style="background-color: black;">
|
|
|
+<!-- <view style="color: #fff;">
|
|
|
<tn-nav-bar :bottomShadow="false" backgroundColor="#207CF7">如何使用凡云AI</tn-nav-bar>
|
|
|
- <view :style="{height: tobheight+'px'}"></view>
|
|
|
- </view>
|
|
|
- <view class="box" style="">
|
|
|
+ <view :style="{height: tobheight+'px'}"></view>
|
|
|
+ </view> -->
|
|
|
+<view class="box" style="">
|
|
|
<video :autoplay="true" src="https://oaigc.oss-cn-chengdu.aliyuncs.com/openai/fanyunuse.mp4" style=""
|
|
|
class="video"></video>
|
|
|
- <!-- <empty v-else tipTxt="暂无内容" style="margin-top: 50%;"></empty> -->
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
| xqd
@@ -30,6 +30,7 @@
|
|
|
var menumtop = uni.getMenuButtonBoundingClientRect().top - uni.getSystemInfoSync().statusBarHeight
|
|
|
var paddingtop = uni.getSystemInfoSync().statusBarHeight + menumtop
|
|
|
this.tobheight = (menumtop + paddingtop + uni.getMenuButtonBoundingClientRect().height)
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
}
|
|
| xqd
@@ -37,9 +38,10 @@
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
@import './lead.scss';
|
|
|
-
|
|
|
+.aaa{
|
|
|
+ width: 100%;
|
|
|
.box {
|
|
|
- width: 100vw;
|
|
|
+ width: 100%;
|
|
|
height: 92vh;
|
|
|
background: black;
|
|
|
|
|
| xqd
@@ -47,5 +49,5 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
- }
|
|
|
+ }}
|
|
|
</style>
|