Skip to content

Commit

Permalink
收货地址样式问题,感谢 初见^_^ 贡献代码
Browse files Browse the repository at this point in the history
  • Loading branch information
gooking committed Jun 9, 2017
1 parent 39c1302 commit d02139e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pages/address-add/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</view>
</picker>
</view>
<view class="row-wrap addr-details">
<view class="addr-details">
<view class="label">详细地址</view>
<view class="label-right">
<!--<input class="input" type="text" placeholder="街道门牌信息"/>-->
Expand Down
16 changes: 10 additions & 6 deletions pages/address-add/index.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ page{
}
.row-wrap .label-right{
flex: 1;
height: 88rpx;
line-height: 88rpx;
}
.row-wrap .label-right input{
height: 100%;
Expand Down Expand Up @@ -59,18 +61,20 @@ button[type="default"]{
}
.addr-details{
height: auto;
line-height: 1;
padding-bottom: 24rpx;
padding: 30rpx 0;
margin-left:30rpx;
border-bottom: 1rpx solid #eee;
display: flex;
font-size: 28rpx;
}
.addr-details .label{
margin-top: 24rpx;
margin:auto 0 auto 0;
width: 160rpx;
color: #000
}
.addr-details textarea{
/*line-height: 132rpx;*/
margin-top: 24rpx;
box-sizing: border-box;
width: 480rpx;
height: 84rpx;
overflow: scroll;
}
picker {
Expand Down

0 comments on commit d02139e

Please sign in to comment.