@import "../../app.wxss"; .container { margin-top: 210rpx; padding: 0 40rpx 0 40rpx; } .next { float: right; width: 35rpx; height: 35rpx; margin-left: 20rpx; } .avatar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 50rpx; } .right { display: flex; align-items: center; } .avatarBtn { width: 100rpx; height: 100rpx; border: 1px #b6b6b6 solid; border-radius: 50%; margin: 0; padding: 0; } .avatarCover { width: 100%; height: 100%; } .item { display: flex; justify-content: space-between; align-items: center; height: 35rpx; margin-bottom: 40rpx; padding-bottom: 20rpx; border-bottom: solid 1px #dddddd; } .item .red { color: red; } .itemAdress { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40rpx; padding-bottom: 20rpx; border-bottom: solid 1px #dddddd; } .input { text-align: right; padding-left: 20rpx; width: 400rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .greyFont { color: #888888; } .submit { margin-top: 50rpx; }