.app { background-color: #F4F5F7; width: 100%; height: 100vh; color: #000000; padding: 3%; font-size: 36rpx; .finish { width: 217rpx; font-size: 32rpx; color: #FFFFFF; height: 68rpx; line-height: 68rpx; text-align: center; position: absolute; top: 70%; left: 70%; background: #4C7BC9; border-radius: 26rpx; } .centercontent { width: 99%; background: #FFFFFF; box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); border-radius: 20rpx; margin: 0 auto; .content { line-height: 100rpx; .name { margin-left: 20rpx; height: 100rpx; line-height: 100rpx; border-bottom: 1rpx solid #D8D4D4; position: relative; span { display: inline-block; width: 20%; } input { position: absolute; top: 50%; transform: translateY(-50%); line-height: 100rpx; display: inline-block; width: 80%; font-size: 36rpx; } } .nursetype { height: 120rpx; input { margin-left: 25%; } } } .Commodity { line-height: 130rpx; margin-left: 20rpx; border-bottom: 1rpx solid #D8D4D4; position: relative; .picture { position: absolute; right: 10%; top: 50%; transform: translateY(-50%); width: 110rpx; height: 110rpx; border-radius: 50%; } .pictureA { position: absolute; right: 2%; top: 50%; transform: translateY(-50%); width: 18rpx; height: 27rpx; } .head { line-height: 140rpx; margin-left: 5%; display: inline-block; } } } }