limitSale.wxss 670 Bytes
.snapshoot-page {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3a3a3a;
}

.snapshoot-page .card {
    position: fixed;
    top: 18rpx;
    left: 50%;
    transform: translateX(-50%);
}

.snapshoot-page .btn {
    position: fixed;
    top: 996rpx;
    right: 112rpx;
    width: 252rpx;
    height: 88rpx;
    background-color: #fff;
    border-radius: 3px;
    font-family: PingFang-SC-Regular, sans-serif;
    font-size: 28rpx;
    line-height: 88rpx;
    color: #444;
    letter-spacing: 0;
    text-align: center;
}

.snapshoot-page .btn.active {
    color: #fff;
    left: 112rpx;
    background-color: #d0021b;
}