< style> * { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; } body { font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif; background: #f5f2eb; color: #2c2c2c; font-size: 16px; line-height: 1.6; padding-bottom: 20px; } img { max-width: 100%; height: auto; display: block; border-radius: 8px; background: #e8e2d6; } a { text-decoration: none; color: inherit; } .container { max-width: 750px; margin: 0 auto; padding: 0 16px; } /* ===== 顶部 ===== */ .header { background: linear-gradient(145deg, #b8860b, #ffd700); padding: 16px 20px; border-radius: 0 0 28px 28px; box-shadow: 0 6px 24px rgba(184, 134, 11, 0.35); position: sticky; top: 0; z-index: 99; display: flex; align-items: center; justify-content: space-between; } .header-logo { display: flex; align-items: center; gap: 12px; } .header-logo img { width: 48px; height: 48px; border-radius: 12px; background: #fff3d6; object-fit: cover; } .header-logo h1 { font-size: 22px; font-weight: 800; color: #3b1e00; text-shadow: 0 2px 8px rgba(255, 215, 0, 0.6); letter-spacing: 2px; } .header-tag { background: #3b1e00; color: #ffd700; font-size: 12px; font-weight: 600; padding: 4px 14px; border-radius: 30px; white-space: nowrap; letter-spacing: 1px; } /* ===== 导航 ===== */ .nav { display: flex; justify-content: space-around; background: #fffcf5; margin: 16px 16px 10px; padding: 8px 6px; border-radius: 40px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06); flex-wrap: wrap; } .nav a { font-size: 14px; font-weight: 600; color: #5a4a32; padding: 6px 16px; border-radius: 30px; transition: 0.2s; white-space: nowrap; } .nav a.active { background: #b8860b; color: #fff; box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3); } .nav a:hover { background: #f0e4d0; } /* ===== Banner ===== */ .banner { margin: 12px 16px 20px; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 32px rgba(184, 134, 11, 0.20); position: relative; } .banner img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #d4c5a9; border-radius: 20px; } .banner-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px 20px 18px; background: linear-gradient(transparent, rgba(0, 0, 0, 0.65)); border-radius: 0 0 20px 20px; } .banner-overlay h2 { color: #fff; font-size: 26px; font-weight: 800; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5); } .banner-overlay p { color: #ffecb3; font-size: 15px; margin-top: 4px; font-weight: 500; } /* ===== 通用标题 ===== */ .section-title { font-size: 22px; font-weight: 800; color: #3b1e00; margin: 28px 0 14px 0; padding-left: 14px; border-left: 5px solid #ffd700; display: flex; align-items: center; gap: 10px; } .section-title span { font-size: 14px; font-weight: 400; color: #8a7a62; } /* ===== 关于我们 ===== */ .about { background: #fffcf5; border-radius: 20px; padding: 24px 20px; margin: 0 16px 10px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); } .about p { color: #4d3e2c; font-size: 15px; margin-bottom: 12px; text-indent: 2em; } .about .highlight { color: #b8860b; font-weight: 700; } .about-stats { display: flex; justify-content: space-around; margin-top: 18px; padding-top: 16px; border-top: 2px dashed #e8e2d6; flex-wrap: wrap; gap: 8px; } .about-stats .stat-item { text-align: center; min-width: 70px; } .about-stats .stat-item .num { font-size: 26px; font-weight: 800; color: #b8860b; } .about-stats .stat-item .label { font-size: 13px; color: #8a7a62; } /* ===== 优惠活动 ===== */ .promo-grid { display: flex; flex-direction: column; gap: 16px; margin: 0 16px; } .promo-card { background: #fffcf5; border-radius: 18px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); display: flex; flex-direction: row; align-items: stretch; transition: 0.2s; border: 1px solid #f0e8dc; } .promo-card:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(184, 134, 11, 0.15); } .promo-card img { width: 120px; min-height: 120px; object-fit: cover; flex-shrink: 0; background: #dccdb6; border-radius: 18px 0 0 18px; } .promo-card .promo-info { padding: 14px 16px; flex: 1; display: flex; flex-direction: column; justify-content: center; } .promo-card .promo-info h3 { font-size: 18px; font-weight: 700; color: #3b1e00; margin-bottom: 4px; } .promo-card .promo-info .tag { display: inline-block; background: #ffd700; color: #3b1e00; font-size: 11px; font-weight: 700; padding: 2px 12px; border-radius: 30px; margin-bottom: 6px; width: fit-content; } .promo-card .promo-info p { font-size: 14px; color: #6b5a48; line-height: 1.5; } .promo-card .promo-info .btn-more { margin-top: 8px; color: #b8860b; font-weight: 600; font-size: 13px; display: flex; align-items: center; gap: 4px; } /* ===== 游戏种类 ===== */ .game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 16px; } .game-item { background: #fffcf5; border-radius: 16px; padding: 18px 8px 14px; text-align: center; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04); border: 1px solid #f0e8dc; transition: 0.2s; } .game-item:hover { border-color: #ffd700; transform: scale(1.02); } .game-item img { width: 56px; height: 56px; margin: 0 auto 10px; border-radius: 14px; background: #e8e2d6; object-fit: cover; } .game-item h4 { font-size: 15px; font-weight: 700; color: #3b1e00; } .game-item p { font-size: 12px; color: #8a7a62; margin-top: 2px; } /* ===== 用户口碑 ===== */ .testimonial-wrapper { display: flex; overflow-x: auto; gap: 16px; margin: 0 16px; padding-bottom: 8px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; } .testimonial-wrapper::-webkit-scrollbar { height: 4px; background: #e8e2d6; border-radius: 4px; } .testimonial-wrapper::-webkit-scrollbar-thumb { background: #b8860b; border-radius: 4px; } .testimonial-card { flex: 0 0 260px; background: #fffcf5; border-radius: 18px; padding: 20px 18px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); scroll-snap-align: start; border: 1px solid #f0e8dc; } .testimonial-card .stars { color: #ffd700; font-size: 18px; letter-spacing: 2px; } .testimonial-card blockquote { font-size: 14px; color: #4d3e2c; margin: 10px 0 8px; font-style: italic; line-height: 1.6; } .testimonial-card .user { font-size: 13px; font-weight: 600; color: #b8860b; } /* ===== FAQ ===== */ .faq-list { margin: 0 16px; display: flex; flex-direction: column; gap: 10px; } .faq-item { background: #fffcf5; border-radius: 16px; overflow: hidden; border: 1px solid #f0e8dc; transition: 0.2s; } .faq-item summary { padding: 16px 20px; font-weight: 600; font-size: 16px; color: #3b1e00; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; background: #fffcf5; } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary::after { content: "﹀"; font-size: 18px; color: #b8860b; transition: 0.3s; } .faq-item[open] summary::after { transform: rotate(180deg); } .faq-item .faq-answer { padding: 0 20px 18px; color: #5a4a32; font-size: 15px; line-height: 1.7; border-top: 1px solid #f0e8dc; padding-top: 12px; } /* ===== 底部 ===== */ .footer { background: #3b1e00; color: #e8dcc8; padding: 28px 20px 20px; margin: 30px 16px 10px; border-radius: 24px; text-align: center; box-shadow: 0 8px 32px rgba(59, 30, 0, 0.25); } .footer .footer-logo { font-size: 20px; font-weight: 800; color: #ffd700; margin-bottom: 6px; } .footer p { font-size: 13px; opacity: 0.8; margin-bottom: 4px; } .footer .footer-links { display: flex; justify-content: center; gap: 20px; margin: 14px 0 10px; flex-wrap: wrap; } .footer .footer-links a { color: #ffd700; font-size: 13px; font-weight: 500; } .footer .copyright { font-size: 12px; opacity: 0.6; margin-top: 10px; } /* ===== 响应式优化 ===== */ @media (max-width: 480px) { .header-logo h1 { font-size: 18px; letter-spacing: 1px; } .header-tag { font-size: 10px; padding: 2px 10px; } .banner-overlay h2 { font-size: 20px; } .promo-card { flex-direction: column; } .promo-card img { width: 100%; height: 140px; border-radius: 18px 18px 0 0; } .game-grid { grid-template-columns: repeat(2, 1fr); } .section-title { font-size: 19px; } .nav a { font-size: 12px; padding: 4px 12px; } } @media (max-width: 360px) { .game-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } .game-item { padding: 12px 6px; } .game-item img { width: 44px; height: 44px; } .container { padding: 0 10px; } .header { padding: 12px 14px; } } /* 占位图视觉优化 */ img[src="1.png"] { background: linear-gradient(145deg, #dccdb6, #e8e2d6); display: flex; align-items: center; justify-content: center; color: #8a7a62; font-size: 14px; font-weight: 500; min-height: 60px; position: relative; } /* 平滑滚动 */ html { scroll-behavior: smooth; }
天天有福利
关于老板棋牌 · 实力保障 畅玩无忧

老板棋牌优惠大厅 是国内领先的线上棋牌娱乐平台,汇聚了斗地主、德州扑克、麻将、牛牛、炸金花等经典棋牌玩法。我们以"诚信、公平、乐趣"为核心理念,为玩家打造安全、稳定、公正的游戏环境。

平台每日推出海量优惠活动——首充双倍返利、签到送金币、邀请好友赢佣金、限时赛事奖池等,让每一位玩家都能感受到实实在在的福利。7×24小时客服在线,极速响应,为您保驾护航。

2800+
棋牌玩法
800万
真实玩家
99.6%
好评率
24h
客服在线
🔥 热门优惠 · 天天有惊喜 时时有福利
首充双倍返利
限时

🎊 首充双倍返利

新玩家首次充值即享100%额外奖励,最高可获¥888!多充多送,立即参与。

了解详情 →
每日签到送金币
每日

📅 每日签到送金币

每日签到领金币,连续7天再送豪华大礼包!签到+对局,双重收益拿到手软。

了解详情 →
邀请好友赚佣金
长期

👫 邀请好友赚佣金

邀请好友注册并游戏,您可享受好友充值额度的20%作为佣金,上不封顶!

了解详情 →
限时赛事奖池
赛事

🏆 限时赛事·百万奖池

每周举办棋牌大赛,奖池累积高达¥1,000,000!高手过招,智者胜出。

了解详情 →
🃏 热门棋牌 · 经典玩法 一网打尽
斗地主

斗地主

经典三人竞技

德州扑克

德州扑克

智力与胆识

麻将

麻将

川麻·广东·台湾

牛牛

牛牛

刺激翻倍

炸金花

炸金花

运气与策略

捕鱼

捕鱼达人

万炮齐发

💬 玩家口碑 · 百万玩家的共同选择
★★★★★
"老板棋牌的优惠太给力了!首充翻倍直接让我多玩了两天,客服态度也很好,强烈推荐!"
—— 棋牌老张
★★★★★
"每天签到都能领金币,已经连续领了30天,还中了周赛奖池,真的很良心!"
—— 开心豆豆
★★★★★
"邀请了几个朋友一起玩,佣金提现秒到账,平台非常靠谱。游戏流畅不卡顿,赞!"
—— 扑克小王子
★★★★★
"玩了这么多年棋牌,老板棋牌是唯一一个让我感觉公平公正的平台,活动多福利好。"
—— 淡定哥
❓ 常见问题 · 您的疑问 我们来解答
老板棋牌优惠大厅是正规平台吗?
是的,老板棋牌优惠大厅持有合法经营资质,采用国际领先的随机数生成技术,确保每一局游戏公平公正。同时我们与多家权威机构合作,保障玩家资金与信息安全。
如何领取首充双倍返利?
新用户注册后,首次充值任意金额即可自动激活首充双倍返利,返利金额将直接发放至您的游戏账户,最高可获¥888。充值前请留意活动页面的具体说明。
每日签到有什么规则?
每日登录游戏大厅,点击签到按钮即可领取当日金币奖励。连续签到7天、15天、30天可解锁额外豪华礼包。签到奖励每日重置,记得每天来签到哦!
邀请好友的佣金如何提现?
您邀请的好友注册并完成首充后,您即可获得好友充值金额20%的佣金。佣金可随时在"我的收益"中申请提现,支持微信、支付宝等多种方式,最快1分钟到账。
遇到游戏问题或投诉怎么办?
我们提供7×24小时在线客服服务。您可以通过游戏大厅内的"客服中心"按钮联系客服,也可发送邮件至官方客服邮箱。我们承诺在15分钟内响应,快速为您解决问题。
优惠活动可以同时参与吗?
大部分优惠活动可以同时参与,但部分特殊活动可能存在互斥规则。建议您仔细阅读每项活动的详细条款,或咨询在线客服获取最优参与方案,让福利最大化。