style: 自体
This commit is contained in:
parent
bf6ec12b11
commit
9202b6b16d
|
|
@ -8,7 +8,8 @@
|
|||
<!-- 手机号 -->
|
||||
<view class="input-number">
|
||||
<view class="input-number-top">
|
||||
<view class="input-number-top-title">联系方式</view>
|
||||
<text lines="1" style="color: darkred" class="amount">*</text>
|
||||
<view class="quantity" style="font-weight: 800">联系方式</view>
|
||||
<view class="input-number-top-Tips" :style="{color:Brand()['ThemeColor']}">用于接收订单进度,请正确填写</view>
|
||||
</view>
|
||||
<view class="input-number-region">
|
||||
|
|
|
|||
|
|
@ -82,13 +82,13 @@
|
|||
|
||||
|
||||
<!-- 手机号 -->
|
||||
<view class="input-number_1">
|
||||
<view class="text-wrapper_3">
|
||||
<text lines="1" class="text_20">*</text>
|
||||
<text lines="1" class="text_21">联系方式</text>
|
||||
<view class="input-number_1 Commodity Commodity-Item">
|
||||
<view class="discount">
|
||||
<text lines="1" style="color: darkred" class="amount">*</text>
|
||||
<text lines="1" class="amount">联系方式</text>
|
||||
</view>
|
||||
<view lines="1" class="text_22">
|
||||
<input maxlength="11" v-model="FormInfor['phone_number']" type="text" placeholder="请填写您的手机号">
|
||||
<input maxlength="11" style="color: #000" v-model="FormInfor['phone_number']" type="text" placeholder="请填写您的手机号">
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue