|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view class="container" :style="{'top': viewTop + 'px', 'height': viewHeight + 'px'}">
|
|
|
+ <view class="container" :style="{'top': (viewTop / 10) + 'vw', 'height': viewHeight + 'px'}">
|
|
|
<view class="content">
|
|
|
<scroll-view scroll-y="true" :show-scrollbar="false" :scroll-top="scroll_top" style="top: 0%;width: 80vw; height:65%;position: absolute;">
|
|
|
<view class="scroll-view-text">
|
|
@@ -63,7 +63,7 @@
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
|
|
|
- <view class="inputbox" style="display: flex;width: 70vw;height: 90upx;position: absolute;bottom:250upx;">
|
|
|
+ <view class="inputbox" style="display: flex;width: 70vw;height: 90upx;position: absolute;bottom:300upx;">
|
|
|
<view style="display: flex;align-items: center;justify-content: center;width: 5%;position: relative;">
|
|
|
<image @click="onclickchooseImg()" src="../../static/img_upload.png" style="width: 65upx;height: 65upx;"></image>
|
|
|
</view>
|
|
@@ -127,7 +127,7 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <view v-if="choose_img_tempFilePath != ''" style="position: fixed; top: 525px; left: 20%; width: 130px; height: 90px;">
|
|
|
+ <view v-if="choose_img_tempFilePath != ''" style="position: fixed; top: 535px; left: 20%; width: 130px; height: 90px;">
|
|
|
<view style="position: absolute; top: 10px; width: 120px; height: 80px; background-color: #111111;">
|
|
|
<image style="width: 100%; height: 100%;" :src="choose_img_tempFilePath" mode="aspectFill" @click="onclickPreviewChooseImg"></image>
|
|
|
</view>
|