.back-model,.container { height: 100%; width: 100%; } .back-model { background-color: rgba(0,0,0,.6); top: 0; } .back-model,.conent-model { position: fixed; z-index: 999; } .conent-model { background: #fff; border-radius: 8rpx; left: 50%; margin-left: -311rpx; margin-top: -200rpx; padding-top: 32rpx; top: 50%; width: 622rpx; } .title { color: #3c3c3c; font-size: 36rpx; } .content,.title { display: block; text-align: center; } .content { color: #999; font-size: 30rpx; padding: 32rpx; } .quickBtn { border-top: 2rpx solid #eee; height: 96rpx; line-height: 96rpx; width: 100%; } .cancel-btn { border-right: 1rpx solid #eee; color: #3c3c3c; } .cancel-btn,.confirm-btn { display: inline-block; font-size: 32rpx; height: 96rpx; line-height: 96rpx; text-align: center; width: 50%; } .confirm-btn { border-left: 1rpx solid #eee; color: #0c8; }