.page { width: 100vw; height: 100vh; position: relative; } .bg { width: 100%; height: 100%; } .content { width: 100vw; position: absolute; bottom: 100rpx; left: 0; } .inputView { width: 646rpx; min-height: 50rpx; background: white; margin-top: 20rpx; margin-left: 32rpx; border-radius: 15rpx; overflow: hidden; padding: 10rpx 20rpx; } .inputView1 { background-color: rgba(255, 255, 255, 0.5) } .tips { color: #b63a3a; } .zcbtn{ background: #fed09e; width: 686rpx; height: 80rpx; border-radius: 40rpx; text-align: center; color: #bc372b; line-height: 80rpx; font-size: 36rpx; margin-top: 20rpx; margin-left: 32rpx; } .read{ color: white; font-size: 22rpx; margin-top: 20rpx; } .icon{ margin-top: 5rpx; } .xiazai{ width: 686rpx; margin-top: 20rpx; margin-left: 32rpx; font-size: 26rpx; } .agree{ width: 686rpx; height: 80vh; border-radius: 15rpx; background: white; overflow: auto; }