You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
937 B
15 lines
937 B
|
|
<view class="bg_1" style="width: 750rpx; height: 1180rpx; display: block; box-sizing: border-box">
|
|
<view>
|
|
<input name="title" bindinput="titleInput" value="{{title}}" maxlength="16" placeholder="输入标题" style="width: 750rpx; height: 129rpx; display: block; box-sizing: border-box"></input>
|
|
<textarea name="text" bindinput="textareaAInput" style="height: 579rpx; width: 701rpx; display: block; box-sizing: border-box; position: relative; left: 0rpx; top: 73rpx" value="{{text}}" maxlength="-1" placeholder="语音输入内容……"></textarea>
|
|
<button bindtap="saveFs" style="position: relative; left: -25rpx; top: 73rpx">保存</button>
|
|
</view>
|
|
<view>
|
|
<view class="v_view" catchtouchstart="streamRecord"
|
|
catchtouchend="endStreamRecord" style="position: relative; left: 293rpx; top: 66rpx">
|
|
<image style="position: relative; left: 0rpx; top: 3rpx" class="i_voice" src="../../images/yuying1.png"/>
|
|
</view>
|
|
</view>
|
|
</view>
|