Commit b6c532b6 by 高淑倩

modify: 我的会员样式

parent c583d710
......@@ -24,7 +24,7 @@
<form>
<view class='form-section'>
<view class='form-label'>姓名</view>
<input class='form-input' name="input" placeholder="用户名" />
<input class='form-input' name="input" placeholder="用户名" />
</view>
<view class='form-section'>
<view class='form-label'>手机号</view>
......@@ -61,7 +61,7 @@
<view class='form-label'>地址</view>
<input class='form-input' name="input" placeholder="请填写真实收件地址" />
</view>
<button type='primary' class='btn-primary'>确认</button>
<button type='primary' class='btn-primary' style="background-color: rgb(2, 186, 112);">确认</button>
</form>
</view>
</view>
......@@ -75,11 +75,12 @@
background-color: #ffffff;
margin-top: 60rpx;
padding-left: 50rpx;
padding-bottom: 20rpx;
}
.form-section{
height: 120rpx;
line-height: 120rpx;
border-bottom: 1px solid #777777;
height: 100rpx;
line-height: 100rpx;
border-bottom: 1px solid #ccc;
}
.form-label,.form-input,.form-picker{
display: inline-block;
......@@ -93,9 +94,10 @@
margin-top: 100rpx;
padding-left: 0;
margin-left: 0;
margin-bottom: 20rpx;
}
.form-picker-section{
border-bottom: 1px solid #777777;
border-bottom: 1px solid #ccc;
padding: 30rpx 0;
}
.birthday-desc{
......
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