优化页面
This commit is contained in:
parent
2c4c18251a
commit
104b55b65f
|
@ -73,12 +73,7 @@
|
|||
<view class="form-item explain">
|
||||
<view class="form-item-title">配送说明</view>
|
||||
<view class="textarea-box">
|
||||
<textarea
|
||||
class="textarea"
|
||||
v-model="content"
|
||||
placeholder="每公里配送费为3元,5公里以下按5公里计算"
|
||||
placeholder-class="placeholder-style-4"
|
||||
/>
|
||||
<text>每公里配送费为3元,5公里以下按5公里计算</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -292,13 +287,11 @@ export default {
|
|||
margin-bottom: 0;
|
||||
.textarea-box {
|
||||
width: 100%;
|
||||
height: 200rpx;
|
||||
font-size: 30rpx;
|
||||
box-sizing: border-box;
|
||||
padding: 30rpx;
|
||||
.textarea {
|
||||
width: 100%;
|
||||
height: 200rpx;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
color: #999999;
|
||||
}
|
||||
}
|
||||
.common-bottom-components {
|
||||
|
|
Loading…
Reference in New Issue