.app { background-color: #F4F5F7; width: 100%; height: 100%; color: #000000; .finish{ width: 25%; height: 68rpx; background: #4C7BC9; border-radius: 26rpx; text-align: center; line-height: 68rpx; color: #fff; margin-top: 50rpx; margin-left: 65%; } .userinfo { width: 94%; background-color: #fff; margin: 0 auto; border-radius: 20rpx; .disease{ width: 90%; margin: 0 auto; line-height: 80rpx; border-bottom: 1rpx solid #D8D4D4; position: relative; view{ display: inline-block; } .pictureA { margin-left: 3%; width: 18rpx; height: 27rpx; position: absolute; right:20rpx; top:50%; transform: translateY(-50%); } } .item { width: 90%; margin: 0 auto; height: 120rpx; line-height: 120rpx; border-bottom: 1rpx solid #D8D4D4; display: flex; position: relative; .picture { vertical-align: middle; width: 180rpx; height: 180rpx; position: absolute; top:10rpx; right:80rpx; } .pictureA { margin-left: 3%; width: 18rpx; height: 27rpx; position: absolute; right:20rpx; top:50%; transform: translateY(-50%); } view { height: 120rpx; font-size: 30rpx; line-height: 120rpx; } span { display: inline-block; line-height: 120rpx; height: 120rpx; width: 25%; font-size: 30rpx; } ::v-deep .u-input__input { height: 120rpx; font-size: 30rpx; } ::v-deep .uni-input-wrapper { height: 120rpx; line-height: 120rpx; } ::v-deep .u-input { width: 75%; height: 120rpx; line-height: 120rpx; } } } }