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