小样式修改
This commit is contained in:
parent
1caae06d1e
commit
b7a6c87612
@ -14,7 +14,7 @@
|
||||
<input wx:if="{{editable&&useInput}}" model:value="{{content}}" cursor-spacing="140px"
|
||||
focus="{{show&&autoFocus}}" class="content-input"
|
||||
placeholder="{{contentPlaceholder}}"/>
|
||||
<textarea class="textarea {{contentMessage?'error':''}}" model:value="{{content}}" row="3" wx:elif="{{editable}}" focus="{{show&&autoFocus}}"
|
||||
<textarea class="content-textarea {{contentMessage?'error':''}}" model:value="{{content}}" row="3" wx:elif="{{editable}}" focus="{{show&&autoFocus}}"
|
||||
placeholder="{{contentPlaceholder}}" focus="{{contentFocus}}" animation="{{contentAnimation}}" cursor-spacing="200rpx"></textarea>
|
||||
<view class="content-text" wx:elif="{{content}}">{{content}}</view>
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
position: relative;
|
||||
z-index: 111;
|
||||
}
|
||||
.custom-modal-view .textarea{
|
||||
.custom-modal-view .content-textarea{
|
||||
border: 1.2px solid rgba(85, 85, 85, 0.3);
|
||||
border-radius: 18px;
|
||||
margin:30rpx 0;
|
||||
@ -75,7 +75,7 @@
|
||||
text-align: center;
|
||||
margin:16rpx 0 40rpx 0;
|
||||
}
|
||||
.custom-modal-view .textarea.error{
|
||||
.custom-modal-view .content-textarea.error{
|
||||
border-color:red;
|
||||
}
|
||||
|
||||
|
||||
@ -36,9 +36,9 @@
|
||||
src="/assets/icon/help/images.png" bind:tap="viewImage"/>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sub-title" wx:if="{{!item.imgUrl}}">
|
||||
<!-- <view class="sub-title" wx:if="{{!item.imgUrl}}">
|
||||
{{item.service_text}}
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="package-list">
|
||||
<view class="item" wx:for="{{item.pickup_codes}}" wx:for-item="pItem" wx:for-index="pIndex" wx:key="pIndex">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user