style: 自体

This commit is contained in:
whitechiina 2025-09-19 11:07:22 +08:00
parent bf6ec12b11
commit 9202b6b16d
2 changed files with 8 additions and 7 deletions

View File

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

View File

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