|
@@ -4,7 +4,9 @@
|
|
</KJ-Camera>
|
|
</KJ-Camera>
|
|
<view class="view-content" :style="contentStyle">
|
|
<view class="view-content" :style="contentStyle">
|
|
<image :showLoading="true" src="@/static/video-bgc.png" @click="click" class="img-bgc"
|
|
<image :showLoading="true" src="@/static/video-bgc.png" @click="click" class="img-bgc"
|
|
- :style="contentStyle"></image>
|
|
|
|
|
|
+ :style="contentStyle" mode='widthFix'></image>
|
|
|
|
+ <!-- <image :showLoading="true" src="@/static/video-bgc.png" @click="click" class="img-bgc"
|
|
|
|
+ :style="contentStyle"></image> -->
|
|
<view class="content" :style="{width:width}">
|
|
<view class="content" :style="{width:width}">
|
|
<view class="title">
|
|
<view class="title">
|
|
请阅读以下文字
|
|
请阅读以下文字
|
|
@@ -88,7 +90,7 @@
|
|
src: '',
|
|
src: '',
|
|
contentStyle: {
|
|
contentStyle: {
|
|
width: 0,
|
|
width: 0,
|
|
- height: 0,
|
|
|
|
|
|
+ height: 'auto',
|
|
},
|
|
},
|
|
width: 0,
|
|
width: 0,
|
|
height: 0,
|
|
height: 0,
|
|
@@ -104,7 +106,7 @@
|
|
this.height = res.windowHeight
|
|
this.height = res.windowHeight
|
|
this.contentStyle = {
|
|
this.contentStyle = {
|
|
width: res.windowWidth,
|
|
width: res.windowWidth,
|
|
- height: res.windowHeight,
|
|
|
|
|
|
+ // height: res.windowHeight,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -410,7 +412,7 @@
|
|
|
|
|
|
.content {
|
|
.content {
|
|
position: fixed;
|
|
position: fixed;
|
|
- top: 700rpx;
|
|
|
|
|
|
+ top: 800rpx;
|
|
// background: red;
|
|
// background: red;
|
|
}
|
|
}
|
|
|
|
|