27107
This commit is contained in:
@@ -37,7 +37,6 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<span class="label"><span class="tips">*</span>出生日期</span>
|
<span class="label"><span class="tips">*</span>出生日期</span>
|
||||||
<div class="value">
|
<div class="value">
|
||||||
|
|
||||||
<u-input type="text" disabled placeholder="自动填充" v-model="form.birth" input-align="right"
|
<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"/>
|
placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="19" :clearable="false"/>
|
||||||
</div>
|
</div>
|
||||||
@@ -60,13 +59,14 @@
|
|||||||
</AiAreaPicker>
|
</AiAreaPicker>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="address">
|
||||||
<span class="label"><span class="tips"></span>详细地址</span>
|
<span class="label"><span class="tips"></span>详细地址</span>
|
||||||
<div class="value">
|
<div class="value">
|
||||||
<u-input type="text" placeholder="请输入" v-model="form.address" input-align="right"
|
<u-input type="textarea" placeholder="请输入" v-model="form.address"
|
||||||
placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="20"/>
|
placeholder-style="color:#999;font-size:16px;" :maxlength="20" auto-height/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<span class="label"><span class="tips"></span>所属网格</span>
|
<span class="label"><span class="tips"></span>所属网格</span>
|
||||||
<div class="value" @click="showGird=true">
|
<div class="value" @click="showGird=true">
|
||||||
@@ -547,6 +547,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.value {
|
.value {
|
||||||
|
width: 60%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
.u-icon {
|
.u-icon {
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
margin-bottom: 4px;
|
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 {
|
.footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user