优化页面

This commit is contained in:
TOP糯米 2023-03-22 22:01:52 +08:00
parent 2c4c18251a
commit 104b55b65f
1 changed files with 4 additions and 11 deletions

View File

@ -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 {