.main_app{ padding: 0 0 148rpx; } .avatar{ margin: 52rpx auto 40rpx; width: 160rpx; height: 160rpx; border-radius: 50%; box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0,0,0,0.08); border: 4rpx solid #FFFFFF; } .avatar_btn{ width: 168rpx; height: 60rpx; margin: 0 auto 40rpx; line-height: 58rpx; text-align: center; border-radius: 30rpx; border: 1rpx solid #CDA38D; font-size: 26rpx; color: var(--themeColor); } .list{ padding: 0 40rpx; .line{ height: 120rpx; display: flex; align-items: center; border-bottom: 1rpx solid #e5e5e5; .qrcode{ width: 40rpx; } .label{ width: 210rpx; font-size: 30rpx; color: #777777; } .input{ flex: 1; color: #111111; text-align: right; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; .van-cell{ padding: 0; } .picker{ .picker_wrap{ display: flex; align-items: center; justify-content: flex-end; } } } input{ text-align: right; } .icon{ width: 40rpx; } } .val{ flex: 1; padding-left: 32rpx; display: flex; align-items: center; justify-content: space-between; } .save{ position: fixed; color: #fff; display: flex; justify-content: center; align-items: center; width: 670rpx; height: 88rpx; left: 40rpx; bottom: 12rpx; z-index: 999; background: var(--themeColor); border-radius: 8rpx; font-weight: 500; font-size: 32rpx; } }