|
|
@ -82,7 +82,7 @@ |
|
|
<view class="cu-bar foot input" style="bottom:{{inputBottom}}px" wx:if="{{momentDetail}}"> |
|
|
<view class="cu-bar foot input" style="bottom:{{inputBottom}}px" wx:if="{{momentDetail}}"> |
|
|
<view class="flex flex-center" style="height:{{100 + safeBottom}}rpx;padding-bottom: {{safeBottom}}rpx;" |
|
|
<view class="flex flex-center" style="height:{{100 + safeBottom}}rpx;padding-bottom: {{safeBottom}}rpx;" |
|
|
wx:if="{{!focus}}"> |
|
|
wx:if="{{!focus}}"> |
|
|
<view class="search-form" style="border-radius: 12rpx;width:370rpx;margin-left: 32rpx" bindtap="showComment"> |
|
|
|
|
|
|
|
|
<view class="search-form" style="border-radius: 12rpx;width:400rpx;margin-left: 32rpx" bindtap="showComment"> |
|
|
<input placeholder="点击输入评论" disabled="true" adjust-position="{{false}}" focus="{{false}}"></input> |
|
|
<input placeholder="点击输入评论" disabled="true" adjust-position="{{false}}" focus="{{false}}"></input> |
|
|
</view> |
|
|
</view> |
|
|
<view class="action" style="margin-right:24rpx"> |
|
|
<view class="action" style="margin-right:24rpx"> |
|
|
@ -103,11 +103,11 @@ |
|
|
</button> |
|
|
</button> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 生成海报点击图标 --> |
|
|
<!-- 生成海报点击图标 --> |
|
|
<view class="roder-add flex flex-center"> |
|
|
|
|
|
|
|
|
<!-- <view class="roder-add flex flex-center"> |
|
|
<button bindtap="createNewImg" class="share-btn"> |
|
|
<button bindtap="createNewImg" class="share-btn"> |
|
|
<text class="cuIcon-news text-black" style="font-size:27px;"></text> |
|
|
<text class="cuIcon-news text-black" style="font-size:27px;"></text> |
|
|
</button> |
|
|
</button> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> --> |
|
|
</view> |
|
|
</view> |
|
|
<view style="padding:30rpx 10rpx 30rpx 30rpx;width:100%" wx:else> |
|
|
<view style="padding:30rpx 10rpx 30rpx 30rpx;width:100%" wx:else> |
|
|
<textarea id="content" maxlength="180" style="height:160rpx;width:100%" focus="{{focus}}" cursor-spacing="40" |
|
|
<textarea id="content" maxlength="180" style="height:160rpx;width:100%" focus="{{focus}}" cursor-spacing="40" |
|
|
|