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