/* customized/pages/address/add/add.wxss */ page{ background:#fff; } .add-list{ height:50rpx; line-height:50rpx; padding:30rpx 0; border-bottom:2rpx solid #e0e0e0; } .add-label{ width:5em; } .add-label input{ width:100%; } .add-textarea{ border-bottom:2rpx solid #e0e0e0; line-height:50rpx; padding:30rpx 0; } .add-textarea textarea{ width:100%; height:100rpx; line-height:0; margin-top:10rpx; } .switch{ margin-top:30rpx; }