27107
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
<div class="item">
|
||||
<span class="label"><span class="tips">*</span>出生日期</span>
|
||||
<div class="value">
|
||||
|
||||
<u-input type="text" disabled placeholder="自动填充" v-model="form.birth" input-align="right"
|
||||
placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="19" :clearable="false"/>
|
||||
</div>
|
||||
@@ -60,13 +59,14 @@
|
||||
</AiAreaPicker>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="address">
|
||||
<span class="label"><span class="tips"></span>详细地址</span>
|
||||
<div class="value">
|
||||
<u-input type="text" placeholder="请输入" v-model="form.address" input-align="right"
|
||||
placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="20"/>
|
||||
<u-input type="textarea" placeholder="请输入" v-model="form.address"
|
||||
placeholder-style="color:#999;font-size:16px;" :maxlength="20" auto-height/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="item">
|
||||
<span class="label"><span class="tips"></span>所属网格</span>
|
||||
<div class="value" @click="showGird=true">
|
||||
@@ -547,6 +547,9 @@ export default {
|
||||
}
|
||||
|
||||
.value {
|
||||
width: 60%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
.u-icon {
|
||||
margin-left: 16px;
|
||||
margin-bottom: 4px;
|
||||
@@ -563,6 +566,29 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.address {
|
||||
font-size: 32px;
|
||||
font-family: PingFangSC-Regular, PingFang SC;
|
||||
color: #333;
|
||||
background: #FFFFFF;
|
||||
border-bottom: 1px solid #D8DDE6;
|
||||
padding: 34px 36px 34px 0;
|
||||
box-sizing: border-box;
|
||||
|
||||
.tips {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
font-size: 32px;
|
||||
font-family: PingFangSC-Regular, PingFang SC;
|
||||
color: #F46;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
.value {
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user