PetanqueLand
搜索: Movie should be distinctly 请在搜索框中输入搜索词。

不容错过

搜索建议

为什么有些球会莫名其妙地偏离?(法式滚球) 文章 为什么法式滚球中有些球会莫名其妙地偏离? PAQUITA 罢打法式滚球 视频 法式滚球:当你高兴得太早… 视频 pourquoi il ne faut jamais celebrer avent la (1)-Couverture 球的直径:为什么选错会拖累你?(法式滚球) 文章 该选多大直径的球?它对你成绩的直接影响 消化不良的借口 视频
购物车 0
ZH▾
FrançaisEnglishEspañolItalianoDeutschPortuguêsNederlandsCatalàالعربية中文ไทย
PetanqueLand
  • 首页
  • 商店
    • 法式滚球图书商店
    • 法式滚球球员服装
    • 法式滚球物品与装饰
    • 法式滚球礼物创意
    • 查看全部
  • ⭐ 法式滚球软件
  • 视频
  • 🏛️ 官方
    • 即将举行的比赛
    • 成绩与赛程
    • 规则详解
  • 免费专区
    • 免费在线软件
    • 免费工具
    • 实验室
  • Paquita 资讯
文章总数:193
:root { --noir: #0d0d0d; --noir-2: #141414; --card: #161616; --card-2: #1d1d1d; --border: #282828; --jaune: #f5c800; --jaune-dim: rgba(245,200,0,.08); --blanc: #f0ede6; --gris: #888; --gris-2: #aaa; --rouge: #e03030; --rouge-dim: rgba(224,48,48,.08); --orange: #f07020; --orange-dim: rgba(240,112,32,.1); --vert: #42c264; --vert-dim: rgba(66,194,100,.1); --bleu: #4aa8e0; --bleu-dim: rgba(74,168,224,.1); /* Accent : vert militaire / tactique */ --kaki: #5a8040; --kaki-dim: rgba(90,128,64,.1); --kaki-med: rgba(90,128,64,.2); --kaki-lt: #78a858; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { background: var(--noir); color: var(--blanc); font-family: 'Barlow', sans-serif; font-size: 17px; line-height: 1.85; -webkit-font-smoothing: antialiased; } a { color: var(--jaune); text-decoration: none; } a:hover { text-decoration: underline; } strong { color: #eee; } p { margin-bottom: 16px; color: #bbb; } em { color: #ccc; font-style: italic; } /* ─── HERO ─── */ .hero { position: relative; background: var(--noir-2); border-bottom: 3px solid var(--jaune); padding: 80px 24px 64px; text-align: center; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 65% 55% at 50% 0%, rgba(90,128,64,.14), transparent 65%), radial-gradient(ellipse 30% 30% at 90% 80%, rgba(245,200,0,.05), transparent 55%); pointer-events: none; } .hero-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--kaki); color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: 2px; padding: 5px 14px; border-radius: 2px; margin-bottom: 22px; } .hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.2rem, 7vw, 4.8rem); letter-spacing: 1.5px; line-height: 1.0; color: var(--blanc); max-width: 900px; margin: 0 auto 16px; } .hero h1 em { color: var(--jaune); font-style: normal; } /* Badge verdict */ .hero-verdict { display: flex; justify-content: center; gap: 0; margin: 20px auto 14px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; width: fit-content; } .hv-bloc { padding: 10px 22px; font-family: 'Bebas Neue', sans-serif; font-size: .88rem; letter-spacing: 2px; background: var(--card-2); } .hv-bloc.genie { color: var(--kaki-lt); border-right: 1px solid var(--border); } .hv-bloc.sep { color: #1e1e1e; background: var(--card); padding: 10px 10px; border-right: 1px solid var(--border); } .hv-bloc.risque { color: var(--rouge); } .hero-sub { font-size: 1rem; color: #888; font-style: italic; max-width: 640px; margin: 0 auto 14px; } .hero-meta { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; color: var(--gris); font-size: .88rem; margin-top: 14px; } .hero-meta span::before { content: '• '; } .hero-meta span:first-child::before { content: ''; } /* ─── LAYOUT ─── */ .page-wrap { max-width: 860px; margin: 0 auto; padding: 60px 24px 100px; } /* ─── INTRO ─── */ .intro-box { background: var(--card); border-left: 5px solid var(--kaki); border-radius: 0 8px 8px 0; padding: 22px 26px; margin-bottom: 48px; font-size: 1.05rem; color: #bbb; } /* ─── CHIFFRES ─── */ .key-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-bottom: 48px; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; } @media(max-width:540px){ .key-facts { grid-template-columns: 1fr 1fr; } } .kf-item { padding: 20px 12px; text-align: center; background: var(--card-2); border-right: 1px solid var(--border); } .kf-item:last-child { border-right: none; } .kf-val { font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; color: var(--kaki-lt); line-height: 1; margin-bottom: 5px; } .kf-unit { font-size: .7rem; color: #555; text-transform: uppercase; letter-spacing: 1px; } .kf-label { font-size: .76rem; color: #777; line-height: 1.3; margin-top: 2px; } /* ─── TOC ─── */ .toc { background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--kaki); border-radius: 0 0 8px 8px; padding: 22px 26px; margin-bottom: 52px; } .toc-title { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 2px; color: var(--kaki-lt); margin-bottom: 14px; } .toc ol { padding-left: 20px; color: var(--gris-2); font-size: .93rem; line-height: 2.1; } .toc ol li a { color: var(--gris-2); } .toc ol li a:hover { color: var(--jaune); } /* ─── HEADINGS ─── */ h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.7rem, 4vw, 2.4rem); color: var(--jaune); letter-spacing: 1px; margin: 60px 0 22px; display: flex; align-items: center; gap: 12px; } h2::before { content: ''; display: inline-block; width: 6px; height: 32px; background: var(--kaki); border-radius: 2px; flex-shrink: 0; } /* ─── SCHÉMA COMPARATIF FER VS RAFLE ─── */ .schema-comparatif { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; } @media(max-width:520px){ .schema-comparatif { grid-template-columns: 1fr; } } .schema-box { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; } .sb-header { padding: 12px 16px; background: var(--card); border-bottom: 1px solid var(--border); font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; } .schema-box.fer .sb-header { color: var(--bleu); } .schema-box.rafle .sb-header { color: var(--kaki-lt); } /* Terrain mini CSS */ .terrain-mini { position: relative; height: 80px; background: #060e06; overflow: hidden; margin: 12px 10px; border-radius: 6px; } .terrain-mini::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #1a2a1a; } /* Arc FER */ .arc-fer { position: absolute; top: 8px; left: 5%; width: 45%; height: 55px; border: 2px solid var(--bleu); border-bottom: none; border-radius: 50% 50% 0 0; opacity: .7; } /* Ligne RAFLE */ .ligne-rafle { position: absolute; bottom: 4px; left: 5%; right: 22%; height: 2px; background: var(--kaki-lt); opacity: .8; } /* Boule cible */ .boule-cible { position: absolute; bottom: 3px; right: 18%; width: 12px; height: 12px; border-radius: 50%; background: var(--rouge); } /* Cercle lancer */ .cercle-depart { position: absolute; bottom: 0; left: 2%; width: 12px; height: 8px; border: 1px solid #333; border-radius: 50%; } /* Impact fer */ .impact-fer { position: absolute; bottom: 3px; right: 25%; width: 10px; height: 10px; border-radius: 50%; background: var(--bleu); opacity: .6; } .sb-legende { padding: 8px 12px 12px; font-size: .77rem; color: #555; text-align: center; font-style: italic; } /* ─── DÉFINITION TECHNIQUE ─── */ .def-box { background: var(--card-2); border: 1px solid var(--border); border-left: 5px solid var(--kaki); border-radius: 0 10px 10px 0; padding: 22px 22px; margin: 28px 0; } .def-label { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; color: var(--kaki-lt); margin-bottom: 8px; } .def-texte { font-size: .95rem; color: #ccc; line-height: 1.8; } .def-texte strong { color: #eee; } .def-texte em { color: var(--kaki-lt); } /* ─── SITUATIONS TACTIQUES ─── */ .situations { display: flex; flex-direction: column; gap: 12px; margin: 28px 0; } .situation-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 20px; display: flex; gap: 16px; align-items: flex-start; } .sc-badge { flex-shrink: 0; width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; } .sc-badge.oui { background: var(--kaki-dim); } .sc-badge.non { background: var(--rouge-dim); } .sc-badge.maybe { background: var(--orange-dim); } .sc-content { flex: 1; } .sc-titre { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 1.5px; color: #ddd; margin-bottom: 5px; } .sc-detail { font-size: .87rem; color: #888; line-height: 1.65; } .sc-verdict { margin-top: 7px; font-size: .82rem; font-weight: 700; } .sc-verdict.oui { color: var(--kaki-lt); } .sc-verdict.non { color: var(--rouge); } .sc-verdict.maybe { color: var(--orange); } /* ─── POUR / CONTRE ─── */ .pour-contre { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 28px 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; } @media(max-width:540px){ .pour-contre { grid-template-columns: 1fr; } } .pc-col .pc-header { padding: 12px 18px; font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; border-bottom: 1px solid var(--border); } .pc-col.pour .pc-header { background: var(--kaki-dim); color: var(--kaki-lt); border-right: 1px solid var(--border); } .pc-col.contre .pc-header { background: var(--rouge-dim); color: var(--rouge); } .pc-items { display: flex; flex-direction: column; } .pc-item { padding: 12px 16px; font-size: .86rem; color: #888; border-bottom: 1px solid var(--border); display: flex; gap: 10px; align-items: flex-start; line-height: 1.55; } .pc-item:last-child { border-bottom: none; } .pc-col.pour .pc-item { background: var(--card-2); border-right: 1px solid var(--border); } .pc-col.contre .pc-item { background: var(--card-2); } /* ─── TECHNIQUE EXÉCUTION ─── */ .execution-steps { counter-reset: es; display: flex; flex-direction: column; gap: 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; margin: 28px 0; } .es-item { display: flex; gap: 0; border-bottom: 1px solid var(--border); counter-increment: es; } .es-item:last-child { border-bottom: none; } .es-num { width: 54px; flex-shrink: 0; background: var(--kaki-dim); border-right: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--kaki-lt); } .es-content { flex: 1; padding: 15px 18px; background: var(--card-2); } .es-titre { font-family: 'Bebas Neue', sans-serif; font-size: .92rem; letter-spacing: 1.5px; color: var(--blanc); margin-bottom: 4px; } .es-detail { font-size: .87rem; color: #888; line-height: 1.65; } .es-detail strong { color: #ccc; } /* ─── VARIANTES RAFLE ─── */ .variantes-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px,1fr)); gap: 12px; margin: 28px 0; } .variante-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 16px; border-top: 3px solid var(--kaki); } .vc-ico { font-size: 1.8rem; margin-bottom: 8px; display: block; } .vc-titre { font-family: 'Bebas Neue', sans-serif; font-size: .9rem; letter-spacing: 1.5px; color: var(--kaki-lt); margin-bottom: 5px; } .variante-card p { font-size: .83rem; color: #777; margin-bottom: 6px; line-height: 1.55; } .vc-difficulte { font-size: .75rem; font-weight: 700; padding: 2px 8px; border-radius: 3px; display: inline-block; } .diff-f { background: var(--vert-dim); color: var(--vert); } .diff-m { background: var(--orange-dim); color: var(--orange); } .diff-d { background: var(--rouge-dim); color: var(--rouge); } /* ─── TERRAINS IDÉAUX ─── */ .terrain-row-grid { display: grid; grid-template-columns: 140px 1fr 80px; gap: 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; margin: 28px 0; } @media(max-width:540px){ .terrain-row-grid { grid-template-columns: 1fr; } } .trg-item { display: contents; } .trg-nom { padding: 11px 14px; background: var(--card-2); border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); font-size: .86rem; color: #ccc; font-weight: 600; display: flex; align-items: center; gap: 7px; } .trg-desc { padding: 11px 14px; background: var(--card-2); border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); font-size: .84rem; color: #888; line-height: 1.5; } .trg-score { padding: 11px 10px; background: var(--card-2); border-bottom: 1px solid var(--border); text-align: center; } .trg-val { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; } .trg-head { padding: 10px 14px; background: var(--card); font-family: 'Bebas Neue', sans-serif; font-size: .75rem; letter-spacing: 2px; color: #444; border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); } .trg-head.last { border-right: none; } .trg-nom:last-of-type, .trg-desc:last-of-type, .trg-score:last-of-type { border-bottom: none; } /* ─── ARBRE DÉCISION ─── */ .arbre { background: var(--card-2); border: 1px solid var(--border); border-radius: 12px; padding: 24px 20px; margin: 28px 0; } .arbre-titre { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: var(--kaki-lt); margin-bottom: 16px; text-align: center; } .arbre-ligne { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; } .arbre-question { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 8px 14px; font-size: .86rem; color: #aaa; flex-shrink: 0; display: flex; align-items: center; gap: 8px; } .arbre-flèche { color: #2a2a2a; font-size: 1.2rem; flex-shrink: 0; } .arbre-oui { background: var(--kaki-dim); border: 1px solid rgba(90,128,64,.25); border-radius: 4px; padding: 4px 10px; font-family: 'Bebas Neue', sans-serif; font-size: .78rem; letter-spacing: 1px; color: var(--kaki-lt); flex-shrink: 0; } .arbre-non { background: var(--rouge-dim); border: 1px solid rgba(224,48,48,.2); border-radius: 4px; padding: 4px 10px; font-family: 'Bebas Neue', sans-serif; font-size: .78rem; letter-spacing: 1px; color: var(--rouge); flex-shrink: 0; } .arbre-indent { padding-left: 20px; } /* ─── PAQUITA TIP ─── */ .paquita-tip { background: var(--jaune-dim); border: 1px solid rgba(245,200,0,.2); border-left: 5px solid var(--jaune); border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 28px 0; display: flex; gap: 16px; align-items: flex-start; } .paquita-tip .pt-emo { font-size: 2rem; flex-shrink: 0; } .paquita-tip .pt-label { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; color: var(--jaune); margin-bottom: 6px; } .paquita-tip p { font-size: .93rem; color: #ccc; margin-bottom: 0; } /* ─── DIALOGUE PAQUITA ─── */ .dialogue-paquita { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 22px 24px; margin: 28px 0; } .dp-label { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; color: var(--kaki-lt); margin-bottom: 10px; } .dp-text { font-size: 1.02rem; font-style: italic; color: #ccc; line-height: 1.7; border-left: 4px solid var(--jaune); padding-left: 16px; } .dp-sign { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: var(--jaune); margin-top: 12px; } /* ─── INFO / ALERT ─── */ .info-strip { background: var(--card); border: 1px solid var(--border); border-left: 5px solid var(--kaki); border-radius: 0 8px 8px 0; padding: 16px 22px; margin: 28px 0; display: flex; gap: 14px; align-items: flex-start; } .info-strip .emo { font-size: 1.6rem; flex-shrink: 0; padding-top: 2px; } .info-strip p { font-size: .93rem; color: #aaa; margin-bottom: 0; } .alert-box { background: var(--rouge-dim); border: 1px solid rgba(224,48,48,.22); border-left: 5px solid var(--rouge); border-radius: 0 8px 8px 0; padding: 18px 22px; margin: 28px 0; } .alert-label { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; color: var(--rouge); margin-bottom: 8px; } .alert-box p { font-size: .93rem; color: #ccc; margin-bottom: 0; } /* ─── EXERCICE ─── */ .exo-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin: 18px 0; } .exo-header { background: var(--card); border-bottom: 1px solid var(--border); padding: 16px 20px; display: flex; gap: 14px; align-items: flex-start; } .exo-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; color: var(--kaki-lt); line-height: 1; flex-shrink: 0; width: 48px; text-align: center; } .exo-meta { flex: 1; } .exo-nom { font-family: 'Bebas Neue', sans-serif; font-size: 1.15rem; letter-spacing: 1.5px; color: var(--blanc); margin-bottom: 6px; } .exo-tags { display: flex; flex-wrap: wrap; gap: 6px; } .exo-tag { font-size: .76rem; font-weight: 700; padding: 2px 9px; border-radius: 4px; } .tag-lieu { background: var(--bleu-dim); color: var(--bleu); } .tag-temps { background: var(--jaune-dim); color: var(--jaune); } .tag-obj { background: var(--kaki-dim); color: var(--kaki-lt); } .exo-body { padding: 18px 20px; } .etapes { counter-reset: et; display: flex; flex-direction: column; gap: 9px; margin: 12px 0; } .etape-item { background: var(--card); border: 1px solid var(--border); border-radius: 7px; padding: 11px 14px 11px 48px; position: relative; counter-increment: et; font-size: .88rem; color: #aaa; line-height: 1.6; } .etape-item::before { content: counter(et); position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; border-radius: 50%; background: var(--kaki); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: .9rem; } .etape-item strong { color: #ddd; } /* ─── CTA LIVRE ─── */ .cta-livre { background: linear-gradient(135deg, rgba(90,128,64,.07), rgba(245,200,0,.05)); border: 1px solid rgba(245,200,0,.22); border-radius: 14px; padding: 30px 26px; margin: 52px 0; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; } .cta-livre-ico { font-size: 3rem; flex-shrink: 0; } .cta-livre-content { flex: 1; min-width: 220px; } .cta-livre-label { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; color: var(--kaki-lt); margin-bottom: 5px; } .cta-livre-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 1px; color: var(--blanc); margin-bottom: 8px; } .cta-livre-content p { font-size: .9rem; color: #888; margin-bottom: 14px; } .cta-livre-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--jaune); color: var(--noir); font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; padding: 11px 22px; border-radius: 6px; text-decoration: none; } .cta-livre-btn:hover { opacity: .9; text-decoration: none; } /* ─── FAQ ─── */ .faq { margin: 28px 0; } .faq-item { background: var(--card-2); border: 1px solid var(--border); border-radius: 8px; margin-bottom: 10px; overflow: hidden; } .faq-q { width: 100%; background: none; border: none; color: var(--blanc); font-family: 'Barlow', sans-serif; font-size: .97rem; font-weight: 600; text-align: left; padding: 16px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; } .faq-icon { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--jaune); color: var(--noir); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 900; transition: transform .25s; } .faq-item.open .faq-icon { transform: rotate(45deg); } .faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; } .faq-item.open .faq-a { max-height: 800px; } .faq-a-inner { padding: 0 20px 18px; font-size: .92rem; color: #999; line-height: 1.7; } .faq-a-inner a { color: var(--jaune); } /* ─── RELATED ─── */ .related-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--jaune); letter-spacing: 1px; margin: 60px 0 22px; display: flex; align-items: center; gap: 12px; } .related-title::before { content: ''; display: inline-block; width: 6px; height: 28px; background: var(--kaki); border-radius: 2px; } .related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 12px; margin-bottom: 52px; } .rel-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; display: block; transition: border-color .2s, background .2s; } .rel-card:hover { border-color: var(--jaune); background: #1a1a1a; text-decoration: none; } .rel-cat { font-size: .75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--jaune); margin-bottom: 6px; display: block; } .rel-card .rel-title { font-size: .95rem; color: #ddd; font-weight: 600; line-height: 1.4; } /* ─── FOOTER ─── */ .art-footer { border-top: 1px solid #222; padding-top: 28px; text-align: center; color: #555; font-size: .85rem; } .art-footer a { color: var(--jaune); }
🎯 战术 — 击球技术

滚击:
天才的战术?

✓ 真正的战术武器 vs ✗ 蹩脚击球手的拐杖 让球滚向目标而非飞向目标。在某些俱乐部里被轻视,却被精明的战术家所用。全面解析一项被不公低估的技术。 击球技术 高级战术 作者:Paquita 阅读时长:9 分钟
"Il fait des rafles parce qu'il ne sait pas tirer." Cette phrase, on l'entend dans presque tous les clubs. Elle dit quelque chose de vrai sur le tir à la rafle — et elle dit aussi quelque chose de faux. Vrai : certains joueurs utilisent la rafle comme substitut faute de maîtriser le tir aérien. Faux : la rafle est une technique à part entière, avec ses propres situations d'usage, ses propres avantages tactiques, et ses propres exigences de maîtrise. Les meilleurs joueurs ont la rafle dans leur arsenal. Ils ne l'utilisent pas toujours — mais ils l'utilisent quand c'est la meilleure option. Ce sont deux choses très différentes. 0 hauteur La boule ne quitte pas ou quasiment pas le sol pendant la rafle +15% de réussite sur terrain chaotique vs tir aérien selon les observations de terrain 3 variantes rafle directe, rafle demi-portée, rafle en biais — techniques distinctes 1 règle d'or La rafle est une arme tactique choisie — jamais un aveu d'impuissance
📋 目录
  1. 准确定义——滚击是什么、不是什么
  2. 直击与滚击——两种轨迹详解
  3. 滚击真正的战术优势
  4. 局限性——滚击何时失效
  5. 在哪些情况下选择滚击
  6. 执行技术——与直击的不同之处
  7. 滚击的 4 种变体
  8. 滚击在哪些场地上大放异彩
  9. 决策树——直击还是滚击?
  10. 滚击训练练习
  11. 常见问题

准确定义——滚击是什么、不是什么

📖 技术定义 滚击 (或称 贴地击球)是一种击球方式,球在到达所瞄准的对方球之前,沿地面滚动全部或部分轨迹。它不走直击那样的抛物线空中轨迹——而是贴着地面行进。球一路"滚"向目标。该词源自古法语 rafler ——即带走、扫过、掠取之意。

滚击既不是 原地停球也不是短击 — c'est un mode de déplacement de la boule jusqu'à la cible, qui peut se conclure par un carreau (la boule rafle reste à la place de la boule adverse) ou par un déplacement sans carreau selon la vitesse et l'angle d'impact.

直击与滚击——两种轨迹详解

🔵 直击——空中轨迹 球飞行,在空中或落地瞬间在目标球附近击中目标球。 🟢 滚击——地面轨迹 球沿场地滚向目标球,没有明显的空中轨迹。

这两种轨迹不可互换——它们应对不同的情况,对目标球和周围球产生不同的影响。直击带有垂直分量,产生更"直接"的撞击和直线位移效果。滚击水平到达,产生平角撞击,位移方式不同,与地面和周围球的交互也截然不同。

🎙️ Paquita sur le statut de la rafle "La rafle a mauvaise réputation dans certains clubs, comme si c'était un tir de second choix. C'est une erreur de catégorisation. Le tir au fer n'est pas 'mieux' que la rafle — il est adapté à certaines situations. La rafle est adaptée à d'autres. Un joueur qui ne maîtrise que le fer est moins complet qu'un joueur qui maîtrise les deux et sait quand utiliser lequel. La question n'est pas 'est-ce que je sais faire le fer' — c'est 'est-ce que le fer est le meilleur choix dans cette situation précise ?'. Parfois, la réponse est non." — Paquita

滚击真正的战术优势

✓ 滚击的真正优势 🌍崎岖场地: 在坑洼、碎石或有起伏的场地上,滚击利用地形而非受其所累。球顺着地面走,绕开障碍物,而不是在不可预知的弹跳后被动改变方向。 🌬️大风: 飞行的球受风影响大。贴地滚动的球受影响小得多。在大风条件下,滚击提供更可预测、更少受扰动的轨迹。 🎳场地边缘的球: 靠近场地边界的对方球可能避开常规的空中击球角度。滚击可以从不同轴向接近,尤其是贴着边界线行进。 🔄受控位移: 滚击可用于在有利局面中故意移动多颗球——"水平"位移产生与直击垂直位移不同的多米诺效应。 📍障碍物后方的球: 如果目标球被其他中等高度的球部分遮挡,滚击可以从保护球"下方"穿过,而空中击球则会撞上它们。 😌对距离要求更低的动作: 滚击对高度和角度的校准要求低于直击。在远距离(9–10 米)时,不精准的直击可能完全脱靶;而控制得当的滚击即使力度略有偏差也能保持在轴线上。 ✗ 局限与不足 ⚠️靠近小球的球: 滚击会移动沿途的一切。如果你自己的球靠近小球,校准不当的滚击可能把你有利的大球也移走。 ⚠️侧向精度降低: 在不平整的地面上,球滚动时可能侧向偏移。有车辙或树根的场地会让滚击变得和坑洼场地上的直击一样不可预测。 ⚠️无法保证原地停球: 速度得当的直击常常让球停在原位(原地停球)。滚击水平到达,倾向于把两颗球都移走,或把目标球推远而不留在原位。 ⚠️高处(土丘上)的球: 如果目标球在轻微的高地上,滚击难以抵达。直击从起伏上方越过;滚击则被起伏阻挡。 ⚠️对手可见的轨迹: 滚动的球从轨迹起点就可见。对手能看到滚击到来,有时能预判其效果——这与迅猛有力的直击在心理上不同。 ⚠️战术形象不佳: dans certains clubs, jouer la rafle est perçu comme un signe de faiblesse, ce qui peut affecter la dynamique d'équipe. C'est irrationnel mais réel.

在哪些情况下选择滚击

✅ Terrain très irrégulier — cailloux, ornières, racines Sur un terrain dont la surface est chaotique, tout tir aérien est aléatoire après le rebond. La rafle, elle, navigue le terrain en s'y adaptant — chaque caillou est un guide plutôt qu'un obstacle. Les meilleurs joueurs de terrain difficile privilégient systématiquement la rafle dans ces conditions. → Rafle fortement recommandée ✅ Vent latéral fort — terrain exposé Un vent transversal de 20–30 km/h peut décaler un tir aérien de 10 à 30 cm selon la hauteur du vol. Une rafle reste au sol — la résistance aérodynamique est minimale. Sur les terrains exposés en plein été méridional, les bons joueurs passent automatiquement en mode rafle au-delà d'un certain vent. → Rafle recommandée dès vent > 20 km/h latéral ✅ Boule adverse protégée par des boules alliées La boule cible est entourée de vos propres boules en position favorable. Un tir au fer percuterait le "mur" de vos boules avant d'atteindre l'adversaire. Une rafle peut parfois se faufiler entre les boules proches au sol, ou utiliser l'une d'elles comme tremplin calculé pour toucher la cible. → Rafle à envisager selon la configuration exacte ⚠️ Grande distance (9–10 m) — fer difficile à calibrer Sur les longues distances, la marge d'erreur d'un tir aérien augmente exponentiellement. Une rafle bien axée reste sur la ligne cible même avec une légère variation de force. Elle peut être moins spectaculaire mais plus régulière pour les joueurs dont le tir à longue distance est inconstant. → Selon le niveau et la régularité du tireur ⛔ Boule adverse close du cochonnet avec vos boules en jeu C'est la situation où la rafle est la plus dangereuse. En arrivant horizontalement et avec une large surface d'impact au sol, la rafle "balaie" souvent une zone plus large qu'un tir aérien précis. Tout ce qui est sur son chemin peut être déplacé — y compris vos meilleures boules. → Fer privilégié — risque de déplacer ses propres boules ⛔ Terrain mou, sablonneux ou trempé Sur terrain mou, la rafle ralentit très vite — le sol absorbe l'énergie de roulement rapidement. La boule n'atteint souvent pas sa cible ou y arrive sans force suffisante pour la déplacer. C'est l'inverse de ce qu'on cherche. Le fer, lui, garde son énergie jusqu'à l'impact aérien. → Fer recommandé sur terrain absorbant

执行技术——与直击的不同之处

滚击不是没打好的直击。它是一个独立的动作,有自己的参数。与直击的四处主要差异在于出手高度、速度、瞄准轴线和随挥动作。

1 出手高度极低 与直击在髋部或更高位置出手不同,滚击要求出手 很低、贴近地面 ——球须在出手后 50 cm 至 1 米内触地,以便立即开始滚动。出手过高会形成过大的飞行弧线,球会弹起而非滚动。 2 速度精准——比直击更慢 滚击靠滚动而非飞行前进——每滚一米都因摩擦损失能量。要以相同距离击中同一颗球,初速度必须 补偿摩擦损失。实践中,滚击的发力要略大于直觉所暗示的,尤其在硬地上滚动距离长时更是如此。 3 瞄准轴线——瞄准球的边缘而非中心 为实现原地停球或受控位移,滚击通常瞄准 对方球的侧下方 而非其重心。水平飞来的球若击中中心,倾向于将对方球向前"推"。略微侧击会产生一个起始角度,将对方球向侧方推开——这在战术上有时更有用。 4 随挥动作——向地面方向伴随 直击的随挥顺着球的轨迹向前、向上。而滚击的随挥应 向前并略向下伴随 ——引导球贴地飞出。随挥过高往往是球飞起而非滚动的原因。 5 圈内站位——更靠前 为便于低出手,有些击球手站位时 略靠圈的前方 qu'ils ne le feraient pour un fer — cela abaisse naturellement le point de lâcher en fin de balancier. Ce décalage est subtil (5 à 10 cm) mais significatif pour la trajectoire de sortie de la boule.

滚击的 4 种变体

➡️ 直接滚击

球从投掷圈直线滚向目标球,没有明显弹跳。最简单、最可预测的轨迹。在坚硬、平坦、空旷的场地上效果最佳。

🟢 入门 ↗️ 半程滚击

球先走一个极短的弧线,在中途触地,然后滚完剩余路程。介于短直击与滚击之间的混合打法——可以越过中途的轻微障碍,同时以滚动收尾。

🟠 中级 ↪️ 斜向滚击

球故意沿略偏离目标球的轴向投出,利用地面或己方球的反弹来修正轨迹,以意想不到的角度到达目标。需要高级的场地判读能力。

🔴 专家 🔄 清场滚击

球被投出以故意沿一条线扫掉多颗对方球。不是定点停球——而是区域清理。用于对方有多颗球聚集、想用一记强力击球全部移走的情况。

🟠 Puissance

滚击在哪些场地上大放异彩

TERRAIN COMPORTEMENT DE LA RAFLE NOTE 🪨 Terrain sec dur et compact Roulement long et prévisible. Peu d'absorption. La rafle directe est idéale — elle garde sa vitesse jusqu'à la cible et l'impact est propre. ★★★★★ 🪨 Terrain caillouteux ou irrégulier La rafle navigue les irrégularités mieux que le fer qui rebondit imprévisiblement. Les cailloux dévient la boule mais aussi les boules adverses. Terrain typique où la rafle surpasse le fer. ★★★★★ 🌿 Herbe rase et compacte Roulement modéré avec légère friction. La rafle tient bien sa trajectoire. Légère augmentation de la force nécessaire. Terrain qui convient bien à la rafle avec calibration. ★★★★☆ 🟡 Sable fin ou gravillon Forte absorption. La rafle perd rapidement sa vitesse. Atteindre la cible à distance normale demande une force excessive qui rend le contrôle difficile. Le fer est préférable sur ce type de surface. ★★☆☆☆ 🌧️ Terrain humide après pluie La boue ralentit fortement. La rafle s'embourbe à mi-chemin. Le tir au fer est nettement plus adapté sur terrain détrempé — la boule vole au-dessus de la surface absorbante. ★★☆☆☆ ⬆️ Terrain en pente descendante La pente accélère le roulement — la rafle arrive vite et fort. Avec calibration, la rafle descendante est redoutable car la boule prend de la vitesse naturellement. Risque de dépasser si mal dosée. ★★★★☆

决策树——直击还是滚击?

🌳 决策树——选择你的击球 🌍 场地是否崎岖或多碎石? → 是 → ✓ 推荐滚击 否 → 下一题 ↓ 🌬️ 是否有强侧风(>20 km/h)? → 是 → ✓ 推荐滚击 否 → 下一题 ↓ 🎳 对方球是否能从地面角度触及? → 否 → 🔵 必须直击 是 → 下一题 ↓ 🌧️ 场地是否松软、多沙或泥泞? → 是 → 🔵 推荐直击 否 → 下一题 ↓ ⚠️ 你的球是否在目标球周围处于比赛状态? → 是 → 🔵 直击更稳妥 否 → ✓ 直击或滚击,凭偏好 🏆 全面型选手的武器

全面型选手不会问自己"我会不会打滚击?"——他会问"在这种情况下,滚击是不是最佳击球?"。这意味着要把两者都练到足以在压力下使用的水平。掌握滚击,不是频繁使用它——而是在条件需要时拿得出手。最优秀的崎岖场地击球手往往也是出色的滚击手。不是出于将就,而是出于适应。

滚击训练练习

01 走廊滚击——训练轴向精度 📍 硬地 ⏱️ 15 分钟 🎯 精度与力度

目标是同时训练轴向精度(球沿预定轴线滚动)和不同距离上的力度校准。走廊施加的侧向约束迫使你进行对齐的投掷。

准备走廊: 摆两排平行的大球(或两根绳子),间距 30 cm,长 5 至 8 米。这条通道具象化了滚击的轴线——球必须穿过通道而不碰两侧边界。 在通道尽头放置一颗目标球 。投掷时瞄准低出手(出手瞬间手贴近地面),观察球在整个轨迹中是否始终留在通道内。 分析出通道的情况: 如果球从左侧出通道,说明手臂轴线向左偏。如果在 3 米后才出通道,可能是球弹跳过多(出手仍然过高)。每次只调整一个参数。 变换距离: 从 5 米开始,然后延长到 7 米再到 9 米。同一力度不适用于三种距离——这项练习会校准你对每种滚击距离的速度感觉。 测量: 在 7 米距离上投 20 次,统计留在通道内并到达目标的球的比例。初始目标:50%。中期目标:70%。稳定性是滚击已内化的标志。 ⚠ 滚击不能成为不会直击的借口

训练滚击是正当且有用的。但它不应成为空中击球的永久替代。只掌握滚击的选手,在场地松软、必须直击、或需要对单颗球进行外科手术式精准击打的情况下会受到限制。目标是在赛事中可用的水平上掌握两者——由情境来选择。

📖 LE LIVRE DE PAQUITA Devenir un tireur complet — fer, rafle et lecture de jeu

直击与滚击技术、场地判读、战术决策树、复杂局面处理……Paquita 的书全面覆盖,配有 100 个编号练习和按水平的训练方案。

📦 在Amazon上购买

常见问题 — 你常问的问题

是的,没有限制。FIPJP 和 FFPJP 规则对球出手后的轨迹没有任何约束——唯一的义务是双脚留在投掷圈内,且球从该圈中投出。滚击、直击、短击、半直击——所有这些轨迹都是合法的。没有任何规则要求球在到达目标前必须飞行。唯一的规则是球必须从合规的投掷圈中投出。 可以,但不如直击那样稳定。原地停球(球停在对方球的位置)用滚击更难实现,因为球水平到达,倾向于把两颗球都移走,或把对方球向前推。要用滚击打出原地停球,需要精准的速度和居中的撞击——力量足以移动目标,但又不足以让滚击球弹远。这在技术上是可能的,有时还很精彩,但需要精准的校准。 最好的回应是结果。如果你的滚击在直击会失败的情况下击中目标球,任何评论都抵不过比分。在场下,解释战术考量会有用——"我选滚击是因为场地不平,风可能让直击偏移"。这种明确的考量表明这是一个主动选择,而非一种弥补。对滚击的文化抵触在某些俱乐部确实存在——用客观结果来回应是唯一有力的论据。 击球中所说的"滚击"(一路滚到对方球)在掷近球中对应的是"滚地掷近球"——球以滚动而非飞行走完大部分距离。这是做"滚地"而非"高抛"的掷近球手的自然技法。原则相同:低出手、贴地轨迹、坚硬密实的场地才能发挥好。在松软场地上,滚地掷近球会因与滚击相同的原因而受挫。参见我们关于 投掷力道的科学. 📎 Articles liés 器材 选择你的大球——硬度与滚击表现 器材 2026 年最佳击球手用球前三名 规则 FFPJP 规则——击球中允许的做法 规则 一分钟规则——不要犹豫太久 规则 2026 比赛距离——滚击与极端距离 工具 PétanqueLand 免费工具

© Paquita 的法式滚球 — petanqueland.fr · 📖 Paquita在Amazon上的书

分享 关注

📬 帕基塔的法式滚球通讯

新文章、新视频、免费工具和优惠——直接送到你的邮箱。

← 上一篇文章法式滚球生存套装:不可或缺的配件下一篇文章 →法式滚球中用左手指球:为什么(以及如何)训练?
← 返回新闻

关于 PétanqueLand

PétanqueLand.fr 是一个有趣又实用的法式滚球网站:视频、幽默、照片与表情包、免费工具和资讯。

发现「Paquita 的法式滚球」,加入这个社群吧!

分类

  • ⭐ 名人
  • 🎥 直播训练
  • ❓ 问答与技巧
  • 🎭 恶搞
  • 🐕‍🦺 动物
  • ⚖️ 裁判
  • 🍻 小卖部
  • 🎬 系列
  • 😂 法式滚球幽默
  • 🤯 离谱瞬间
  • 最多观看
  • 最新内容

信息

  • 首页
  • 商店
    • 法式滚球图书商店
    • 法式滚球球员服装
    • 法式滚球物品与装饰
    • 法式滚球礼物创意
    • 查看全部
  • ⭐ 法式滚球软件
  • 视频
  • 🏛️ 官方
    • 即将举行的比赛
    • 成绩与赛程
    • 规则详解
  • 免费专区
    • 免费在线软件
    • 免费工具
    • 实验室
  • Paquita 资讯

关注 Paquita

在我的社交平台上关注「Paquita 的法式滚球」:

Facebook
TikTok
YouTube
Instagram
X

📸 照片与表情包
🎯 法式滚球视频
😂 幽默与离谱瞬间
🧰 免费工具

© 2026 PetanqueLand — 网上最疯狂的滚球场。 法式滚球视频、幽默、裁判与讨论。 联系我们 · 法律声明 · 隐私 加入我: Facebook · TikTok · YouTube · Instagram · X