style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif; background: #f7f3e9; color: #3e2723; line-height: 1.7; padding-bottom: 20px; } .bg-1 { background: #fff; border-radius: 12px; margin: 12px; padding: 18px; box-shadow: 0 2px 12px rgba(62, 39, 35, .08); border-left: 4px solid #c62828; } .bg-2 { background: linear-gradient(135deg, #fff8f0, #fff3e6); border-left-color: #f9a825; } .bg-3 { background: linear-gradient(135deg, #e8f5e9, #f1f8e9); border-left-color: #2e7d32; } .bg-4 { background: linear-gradient(135deg, #e3f2fd, #e8f0fe); border-left-color: #1565c0; } .head-hero { background: linear-gradient(160deg, #2e1a0e 0%, #5d2e1b 60%, #8b4513 100%); padding: 30px 20px 24px; text-align: center; color: #fff; border-radius: 0 0 40px 40px; position: relative; overflow: hidden; } .head-hero::after { content: ""; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 80%; height: 30px; background: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent); border-radius: 50%; } .head-hero h1 { font-size: 30px; letter-spacing: 4px; text-shadow: 0 2px 8px rgba(0, 0, 0, .4); font-weight: 900; } .head-hero .sub { font-size: 15px; margin-top: 6px; background: rgba(255, 255, 255, .15); display: inline-block; padding: 4px 18px; border-radius: 20px; backdrop-filter: blur(4px); } .head-hero .icon-wrap { display: flex; justify-content: center; gap: 14px; margin-top: 16px; flex-wrap: wrap; } .head-hero .icon-wrap span { background: rgba(255, 255, 255, .2); border-radius: 20px; padding: 4px 14px; font-size: 13px; border: 1px solid rgba(255, 255, 255, .3); } .img-wrap { text-align: center; margin: 16px 0; } .img-wrap img { max-width: 100%; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, .1); display: inline-block; } .section-title { display: flex; align-items: center; margin: 24px 12px 12px; font-size: 20px; font-weight: 800; color: #4e342e; } .section-title::before { content: ""; display: inline-block; width: 6px; height: 24px; background: #c62828; border-radius: 3px; margin-right: 10px; } .section-title .en { font-size: 12px; color: #999; font-weight: 400; margin-left: 8px; letter-spacing: 1px; } .rule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; } .rule-item { background: #fff; border-radius: 10px; padding: 14px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, .04); border-top: 3px solid #c62828; } .rule-item .ico { font-size: 28px; display: block; margin-bottom: 6px; } .rule-item .text { font-size: 14px; font-weight: 600; color: #4e342e; } .rule-item .desc { font-size: 12px; color: #888; margin-top: 4px; } .tip-box { background: #fff8e1; border: 2px dashed #f9a825; border-radius: 12px; padding: 14px 16px; margin: 16px 0; font-size: 14px; } .tip-box .tip-title { font-weight: 700; color: #e65100; margin-bottom: 6px; } table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 14px; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, .04); } table th { background: #5d2e1b; color: #fff; padding: 10px 8px; text-align: center; font-weight: 600; } table td { padding: 10px 8px; text-align: center; border-bottom: 1px solid #f5f0eb; } table tr:last-child td { border-bottom: none; } .faq-item { background: #fff; border-radius: 12px; margin: 12px; padding: 18px; box-shadow: 0 2px 8px rgba(0, 0, 0, .04); border-left: 4px solid #2e7d32; } .faq-item .q { font-weight: 700; color: #2e7d32; font-size: 15px; display: flex; align-items: center; } .faq-item .q::before { content: "问"; background: #2e7d32; color: #fff; font-size: 12px; padding: 2px 8px; border-radius: 10px; margin-right: 8px; font-weight: 600; } .faq-item .a { margin-top: 10px; padding-left: 30px; font-size: 14px; color: #5d4037; border-left: 2px solid #e0e0e0; } .faq-item .a::before { content: "答"; background: #f9a825; color: #fff; font-size: 12px; padding: 2px 8px; border-radius: 10px; margin-right: 8px; font-weight: 600; display: inline-block; vertical-align: middle; margin-left: -28px; margin-right: 12px; } .footer-note { text-align: center; padding: 24px 16px 10px; color: #8d6e63; font-size: 13px; } .footer-note .btn-back { display: inline-block; margin-top: 10px; padding: 8px 24px; background: #5d2e1b; color: #fff; border-radius: 24px; font-size: 14px; text-decoration: none; box-shadow: 0 4px 12px rgba(93, 46, 27, .3); } .steps { counter-reset: step; margin: 14px 0; } .steps .step { position: relative; padding: 10px 10px 10px 46px; background: #fff; border-radius: 10px; margin-bottom: 8px; font-size: 14px; box-shadow: 0 2px 6px rgba(0, 0, 0, .04); } .steps .step::before { counter-increment: step; content: counter(step); position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; background: #c62828; color: #fff; border-radius: 50%; font-size: 13px; font-weight: 700; text-align: center; line-height: 24px; } .tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0; } .tag-list span { background: #f5f0eb; border-radius: 16px; padding: 4px 14px; font-size: 13px; color: #5d4037; } @media(max-width:400px) { .rule-grid { grid-template-columns: 1fr; } .head-hero h1 { font-size: 24px; } }
湖北麻将赖子打法,是流行于湖北黄冈、黄梅、武穴等地的特色麻将玩法。其核心是"赖子"(癞子)——一种可以充当任何牌的"万能牌",让牌局充满变数与乐趣!
🎲 赖子是如何确定的?
| 翻出牌 | 赖子牌 | 备注 |
|---|---|---|
| 1筒 | 2筒 | 顺延 |
| 5万 | 6万 | 顺延 |
| 9条 | 1条 | 循环 |
| 红中 | 红中 | 红中固定赖子 |
| 牌型 | 说明 | 番数 |
|---|---|---|
| 平胡 | 普通4搭+一对将 | 1倍 |
| 碰碰胡 | 全部刻子+一对将 | 2倍 |
| 七对 | 7组对子 | 2倍 |
| 清一色 | 同一花色 | 3倍 |
| 赖子翻倍 | 每含1个赖子+1倍 | 动态 |
🧠 赖子打法核心口诀
| 地区 | 规则特点 |
|---|---|
| 黄梅 | 红中固定赖子,翻牌赖子双赖子 |
| 武穴 | 翻牌赖子,红中可替代任何牌 |
| 黄冈 | 赖子不能参与杠牌 |
| 武汉周边 | 赖子算分时不翻倍 |
※ 以上内容依据湖北多地通用赖子打法整理,具体以当地棋牌室规则为准。