.black_view { background-color: black; opacity: 0.3; width: 100vw; height: 100vh; position:fixed; left: 0rpx; top: 0rpx; z-index: 99999; } .white_view { z-index: 99999; position:absolute; bottom: 0rpx; left: 0rpx; width: 100vw; height: 500rpx; display: block; background-color:#f5f4f7; border-top-left-radius: 15rpx; border-top-right-radius: 15rpx; } .title_tv { font-size: 29rpx; color: #444; margin-top: 60rpx; margin-left: 5%; } .tv1 { font-size: 30rpx; color: black; margin-top: 60rpx; margin-left: 5%; } .tv2 { font-size: 28rpx; margin-top: 15rpx; margin-left: 5%; } .view_button { display: flex; margin-left: 5%; margin-top: 80rpx; margin-right: 5%; width: auto; justify-content: space-between; } .no_btn { background-color: white; color: mediumseagreen; height: 80rpx; line-height: 80rpx; padding: 0rpx; border-radius: 10rpx; border-color: #e6e6e6; border-width: 1rpx; font-size: 28rpx; width: auto; } .ok_btn { background-color: mediumseagreen; color: white; height: 80rpx; line-height: 80rpx; padding: 0rpx; border-radius: 10rpx; font-size: 28rpx; width: auto; margin-left: 50rpx; }