html, body { height: 100%; font-family: PingFangSC-Regular; color: #333333; overflow: hidden; } .content { background: #ffffff; } .content > .item { box-sizing: border-box; padding: 28rpx 32rpx; display: flex; justify-content: space-between; font-size: 32rpx; } .content > .item > view { width: 480rpx; } .content > .item > view > input { color: #666666; } .content > .box { width: 100%; height: 200rpx; box-sizing: border-box; padding: 28rpx 32rpx; } .content textarea { width: 686rpx; height: 100%; color: #666666; } .content .line { width: 718rpx; height: 2rpx; background: #eeeeee; margin-left: 32rpx; } .btn { width: 686rpx; height: 90rpx; background: #3296fb; color: #ffffff; font-family: PingFangSC-Medium; font-size: 32rpx; border-radius: 45rpx; margin: 48rpx 0 0 32rpx; text-align: center; line-height: 90rpx; }