Commit fd39f172 by 高淑倩

modify: 我的会员样式

parent 98507c47
......@@ -24,13 +24,13 @@
<form bindsubmit="formSubmit">
<view class='form-section'>
<label class='form-label'>姓名</label>
<view>
<view class="right-input">
<input class='form-input' name="name" value="{{memberInfo.name}}" placeholder="用户姓名" />
</view>
</view>
<view class='form-section'>
<label class='form-label'>手机号</label>
<view>
<view class="right-input">
<input class='form-input' disabled value="{{memberInfo.mobile}}" placeholder="请输入手机号" />
</view>
</view>
......@@ -45,6 +45,7 @@
<view class='form-picker-section'>
<label class='form-label'>生日</label>
<picker
class="right-input"
mode="date"
value="{{date}}"
start=""
......@@ -61,7 +62,7 @@
</view>
<view class='form-section'>
<label class='form-label'>邮箱</label>
<view>
<view class="right-input">
<input class='form-input' name="email" value="{{memberInfo.email}}" placeholder="请输入邮箱" />
</view>
</view>
......
......@@ -99,6 +99,9 @@
vertical-align: middle;
font-size:26rpx;
}
.right-input {
margin-top:-4rpx;
}
.form-label{
width: 150rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment