.main { float: left; width: 100%; height: 100%; /* background-image: linear-gradient(#ff0000, #ffffff); */ background-color: #f9fafc; } .main .one { position: fixed; z-index: 9999; width: 100%; height: 80rpx; line-height: 80rpx; background-color: #409eff; color: #ffffff; text-align: center; } .main .two { position: absolute; top: 80rpx; width: 100%; margin: 20rpx 0 0 0; } .main .two .content { float: left; width: 94%; height: 80rpx; line-height: 80rpx; margin: 0 20rpx; border-bottom: 1px solid #ccc; } .main .two .content text { float: left; width: 30%; font-size: 30rpx; } .main .two .content input { float: left; width: 70%; padding: 18rpx 0; } .main .two .save { float: left; width: 94%; margin: 60rpx 20rpx 0 20rpx; } .main .two .save button { border-radius: 50rpx; background-color: #ff0000; color: #ffffff; }