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