第5、10条
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<h2>手机号码</h2>
|
||||
</div>
|
||||
<div class="form-item__right">
|
||||
<input placeholder="请输入" type="number" v-model="form.phone" :maxlength="11" @blur="phoneChange"/>
|
||||
<u-input placeholder="请输入" placeholder-style="color: #FF4466" type="number" v-model="form.phone" :maxlength="11" @blur="phoneChange"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -45,7 +45,7 @@
|
||||
<h2>姓名</h2>
|
||||
</div>
|
||||
<div class="form-item__right">
|
||||
<input placeholder="请输入" v-model="form.name" :maxlength="20"/>
|
||||
<u-input placeholder="请输入" placeholder-style="color: #FF4466" v-model="form.name" :maxlength="20"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -100,7 +100,7 @@
|
||||
<h2>从哪来</h2>
|
||||
</div>
|
||||
<div class="form-item__right">
|
||||
<AiAreaPicker class="ai-area" v-model="startAreaId" :fullName.sync="startAreaName" all>
|
||||
<AiAreaPicker class="ai-area" v-model="startAreaId" valueLevel="3" :fullName.sync="startAreaName" all>
|
||||
<div class="ai-area__wrapper">
|
||||
<span class="label" v-if="startAreaName">{{ startAreaName }}</span>
|
||||
<i v-else style="color: #FF4466;">请选择</i>
|
||||
@@ -682,6 +682,10 @@ export default {
|
||||
.addBox {
|
||||
padding-bottom: 140px;
|
||||
|
||||
// ::v-deep .input1::-webkit-input-placeholder{
|
||||
// color: #FF4466;
|
||||
// }
|
||||
|
||||
.tips {
|
||||
line-height: 1.3;
|
||||
padding: 32px 32px;
|
||||
@@ -803,19 +807,23 @@ export default {
|
||||
padding-right: 28px;
|
||||
border-bottom: 1px solid #DDDDDD;
|
||||
|
||||
input {
|
||||
::v-deep .u-input {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
text-align: right;
|
||||
text-align: right !important;
|
||||
color: #333;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.form-item__right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 32px;
|
||||
|
||||
|
||||
|
||||
.select {
|
||||
._i {
|
||||
padding-left: 100px;
|
||||
@@ -917,6 +925,8 @@ export default {
|
||||
padding: 0 32px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user