Commit fd39f172 by 高淑倩

modify: 我的会员样式

parent 98507c47
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
<form bindsubmit="formSubmit"> <form bindsubmit="formSubmit">
<view class='form-section'> <view class='form-section'>
<label class='form-label'>姓名</label> <label class='form-label'>姓名</label>
<view> <view class="right-input">
<input class='form-input' name="name" value="{{memberInfo.name}}" placeholder="用户姓名" /> <input class='form-input' name="name" value="{{memberInfo.name}}" placeholder="用户姓名" />
</view> </view>
</view> </view>
<view class='form-section'> <view class='form-section'>
<label class='form-label'>手机号</label> <label class='form-label'>手机号</label>
<view> <view class="right-input">
<input class='form-input' disabled value="{{memberInfo.mobile}}" placeholder="请输入手机号" /> <input class='form-input' disabled value="{{memberInfo.mobile}}" placeholder="请输入手机号" />
</view> </view>
</view> </view>
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
<view class='form-picker-section'> <view class='form-picker-section'>
<label class='form-label'>生日</label> <label class='form-label'>生日</label>
<picker <picker
class="right-input"
mode="date" mode="date"
value="{{date}}" value="{{date}}"
start="" start=""
...@@ -61,7 +62,7 @@ ...@@ -61,7 +62,7 @@
</view> </view>
<view class='form-section'> <view class='form-section'>
<label class='form-label'>邮箱</label> <label class='form-label'>邮箱</label>
<view> <view class="right-input">
<input class='form-input' name="email" value="{{memberInfo.email}}" placeholder="请输入邮箱" /> <input class='form-input' name="email" value="{{memberInfo.email}}" placeholder="请输入邮箱" />
</view> </view>
</view> </view>
......
...@@ -99,6 +99,9 @@ ...@@ -99,6 +99,9 @@
vertical-align: middle; vertical-align: middle;
font-size:26rpx; font-size:26rpx;
} }
.right-input {
margin-top:-4rpx;
}
.form-label{ .form-label{
width: 150rpx; 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