打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

囥:修订间差异

来自潮语辞书
无编辑摘要
无编辑摘要
第1行: 第1行:
<html>
<html>
<head>
<head>
    <style>
  <style>
    body {
      background-color: #121212;
      color: #e0e0e0;
      font-family: sans-serif;
      margin: 0;
      padding: 1em;
    }


        /* 默认移动端上下排列 */
    /* 响应式排版容器 */
        .entry-wrapper {
    .entry-wrapper {
            display: block;
      display: block;
        }
    }


        /* PC 端响应式布局:左右排列 */
    @media screen and (min-width: 768px) {
        @media screen and (min-width: 768px) {
      .entry-wrapper {
            .entry-wrapper {
        display: flex;
                display: flex;
        gap: 2em;
                gap: 2em;
        align-items: stretch;
                align-items: stretch; /* 改为 stretch */
      }
          }


            .entry-wrapper > .entry-section {
      .entry-wrapper > .entry-section {
                flex: 1;
        flex: 1;
                /* 保证每个子容器都能撑满父容器的高度 */
        display: flex;
                display: flex;
        flex-direction: column;
              flex-direction: column;
      }
            }


            .entry-wrapper > .entry-section:first-child {
      .entry-wrapper > .entry-section:first-child {
                flex-basis: 33.3333%;
        flex-basis: 33.3333%;
                max-width: 33.3333%;
        max-width: 33.3333%;
            }
      }


            .entry-wrapper > .definition-section {
      .entry-wrapper > .definition-section {
                flex-basis: 66.6666%;
        flex-basis: 66.6666%;
                max-width: 66.6666%;
        max-width: 66.6666%;
            }
      }


            /* PC 上隐藏分隔线 */
      .entry-wrapper + hr {
            .entry-wrapper + hr {
        display: none;
                display: none;
      }
            }
    }
        }


        .tone-title {
    .entry-section {
            font-size: 1.8em;
      border: 1px solid #333;
            font-weight: bold;
      border-radius: 8px;
            margin: 2em 0 1em;
      padding: 12px;
            padding-bottom: 0.3em;
      margin-bottom: 1.5em;
            border-bottom: 3px solid #888;
      background-color: #1e1e1e;
            text-align: center;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
            color: #fff;
    }
        }


        .entry-section {
    .entry-char-vertical {
            border: 1px solid #333;
      display: flex;
            border-radius: 8px;
      flex-direction: column;
            padding: 12px;
      align-items: center;
            margin-bottom: 1.5em;
      margin-bottom: 1em;
            background-color: #1e1e1e;
    }
            box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
        }


        .entry-header {
    .big-char {
            display: flex;
      font-size: 5.5rem;
            align-items: center;
      color: #fff;
            margin-bottom: 15px;
      line-height: 1;
            min-height: 120px;
      text-align: center;
        }
      user-select: none;
    }


        .entry-char {
    .char-links-horizontal {
            font-size: 5.5rem;
      display: flex;
            line-height: 1;
      justify-content: space-between;
            border-right: 1px solid #444;
      width: 90px;
            padding-right: 16px;
      margin-top: 0.3em;
            margin-right: 16px;
    }
            user-select: none;
            min-width: 90px;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }


        .entry-char a {
    .char-links-horizontal a img {
            text-decoration: none;
      width: 20px;
            color: inherit;
      height: 20px;
        }
      vertical-align: middle;
      filter: invert(100%) brightness(200%);
    }


        .char-links {
    .char-links-horizontal a[href*="zdic.net"] img {
            margin-top: 8px;
      filter: none;
            font-size: 0.9rem;
    }
            display: flex;
            justify-content: space-between;
            width: 90px;
        }


        .char-links img {
    .pronunciation-table {
            width: 20px;
      width: 100%;
            height: 20px;
      border-collapse: collapse;
            vertical-align: middle;
      color: #e0e0e0;
            filter: invert(100%) brightness(200%);
    }
        }


        .char-links a[href*="zdic.net"] img {
    .pronunciation-table th {
            filter: none;
      color: #bbbbbb;
        }
      font-weight: bold;
      white-space: nowrap;
      width: 4em;
      padding: 1px 0;
      text-align: left;
      vertical-align: middle;
    }


        .pronunciation-table {
    .pronunciation-table td {
            width: 100%;
      padding: 5px 10px;
            border-collapse: collapse;
      vertical-align: middle;
            color: #e0e0e0;
      text-align: left;
        }
    }


        .pronunciation-table th {
    .pronunciation-table tr:not(:last-child) {
            color: #bbbbbb;
      border-bottom: 1px dashed #444;
            font-weight: bold;
    }
            white-space: nowrap;
            width: 4em;
            padding: 1px 0;
            text-align: left;
            vertical-align: middle;
        }


        .pronunciation-table td {
    .definition-section h2 {
            padding: 5px 10px;
      font-size: 1.5em;
            vertical-align: middle;
      color: #82b1ff;
            text-align: left;
      margin-top: 0;
        }
      padding-bottom: 5px;
      border-bottom: 1px dashed #555;
      margin-bottom: 15px;
    }


        .pronunciation-table tr:not(:last-child) {
    .definition-item {
            border-bottom: 1px dashed #444;
      margin-bottom: 1em;
        }
      padding-left: 10px;
    }


        .definition-section h2,
    .definition-item strong {
        .regional-pronunciation-section h2 {
      color: #fff;
            font-size: 1.5em;
    }
            color: #82b1ff;
            margin-top: 0;
            padding-bottom: 5px;
            border-bottom: 1px dashed #555;
            margin-bottom: 15px;
        }


        .definition-item {
    .tone-title {
            margin-bottom: 1em;
      font-size: 1.8em;
            padding-left: 10px;
      font-weight: bold;
        }
      margin: 2em 0 1em;
      padding-bottom: 0.3em;
      border-bottom: 3px solid #888;
      text-align: center;
      color: #fff;
    }


        .definition-item strong {
  </style>
            color: #fff;
        }
 
    </style>
</head>
</head>
<body>
<body>


<div class="entry-wrapper">
<div class="entry-wrapper">
    <!-- 左侧:字符 + 读音 -->
  <!-- 左侧:字 + 链接 + 读音 -->
    <div class="entry-section">
  <div class="entry-section">
        <div class="entry-header">
    <div class="entry-char-vertical">
            <div class="entry-char">
      <div class="big-char"><a href="/index.php/囥" style="color: inherit; text-decoration: none;">囥</a></div>
                <a href="/index.php/囥">囥</a>
      <div class="char-links-horizontal">
                <div class="char-links">
        <a href="https://zi.tools/zi/囥" target="_blank" rel="noopener noreferrer">
                    <a href="https://zi.tools/zi/囥" target="_blank" rel="noopener noreferrer"><img src="https://ziphoenicia-1300189285.cos.ap-shanghai.myqcloud.com/home_svg/zi-tools.svg" alt="字統"></a>
          <img src="https://ziphoenicia-1300189285.cos.ap-shanghai.myqcloud.com/home_svg/zi-tools.svg" alt="字統">
                    <a href="https://www.zdic.net/hans/囥" target="_blank" rel="noopener noreferrer"><img src="https://www.zdic.net/favicon.ico" alt="漢典"></a>
        </a>
                </div>
        <a href="https://www.zdic.net/hans/囥" target="_blank" rel="noopener noreferrer">
            </div>
          <img src="https://www.zdic.net/favicon.ico" alt="漢典">
            <div style="flex-grow: 1;">
        </a>
                <table class="pronunciation-table">
      </div>
                    <tr><th></th><td>khng3</td></tr>
                    <tr><th></th><td>khurng3</td></tr>
                    <tr><th></th><td>khong3</td></tr>
                </table>
            </div>
        </div>
     </div>
     </div>


     <!-- 右侧:释义 -->
     <table class="pronunciation-table">
    <div class="entry-section definition-section">
      <tr><th></th><td>khng3</td></tr>
        <h2>释义</h2>
      <tr><th></th><td>khurng3</td></tr>
            <div class="definition-item">
      <tr><th></th><td>khong3</td></tr>
                <p>1. <strong>「名」封闭储存物件的容器</strong> </p>
    </table>
                <small></small>
  </div>
            </div>
 
            <div class="definition-item">
  <!-- 右侧:释义 -->
                <p>2. <strong>「动」</strong> 储存</p>
  <div class="entry-section definition-section">
            </div>
    <h2>释义</h2>
            <div class="definition-item">
    <div class="definition-item">
                <p>3. <strong>「动」</strong> 藏匿</p>
      <p>1. <strong>「名」</strong> 封闭储存物件的容器</p>
                <small>例:個物件<strong>囥</strong>磨</small>
    </div>
            </div>
    <div class="definition-item">
      <p>2. <strong>「动」</strong> 储存</p>
    </div>
    <div class="definition-item">
      <p>3. <strong>「动」</strong> 藏匿</p>
      <small>例:個物件<strong>囥</strong>磨</small>
     </div>
     </div>
  </div>
</div>
</div>
</body>
</body>

2025年7月9日 (三) 10:59的版本

khng3
khurng3
khong3

释义

1. 「名」 封闭储存物件的容器

2. 「动」 储存

3. 「动」 藏匿

例:個物件

各地方音

海阳府城
  • 府城a1145145³³陰平
    11
    114514
  • 枫溪a³³陰平
  • 古巷a³³陰平
  • 凤塘a³³陰平
  • 意溪a³³陰平
  • 赤凤a³³陰平
  • 归湖a³³陰平
  • 浮洋a³³陰平
海阳潮安
  • 庵埠a³³陰平
  • 铁铺a³³陰平
  • 磷溪a³³陰平
  • 官塘a³³陰平
  • 沙溪a³³陰平
  • 金石a³³陰平
  • 东凤a³³陰平
  • 江东a³³陰平
  • 彩塘a³³陰平
  • 龙湖a³³陰平
饶平三饶
  • 三饶khong˨˩˧阴去
  • 凤凰khong˨˩˧阴去
  • 新丰khong˨˩˧阴去
  • 新塘khong˨˩˧阴去
  • 汤溪khong˨˩˧阴去
  • 浮山khong˨˩˧阴去
  • 浮滨khong˨˩˧阴去
  • 东山khong˨˩˧阴去
饶平黄冈
  • 黄冈a³³陰平
  • 联饶a³³陰平
  • 樟溪a³³陰平
  • 新圩a³³陰平
  • 钱东a³³陰平
  • 高堂a³³陰平
  • 海山a³³陰平
  • 汫洲a³³陰平
饶平南澳
  • 后宅a³³陰平
  • 深澳a³³陰平
  • 青澳a³³陰平
  • 所城a³³陰平
  • 大埕a³³陰平
澄海澄城
  • 澄城a³³陰平
  • 莲阳a³³陰平
  • 上华a³³陰平
  • 隆都a³³陰平
  • 坝头a³³陰平
  • 外砂a³³陰平
  • 新溪a³³陰平
澄海东里
  • 东里a³³陰平
  • 盐鸿a³³陰平
  • 溪南a³³陰平
  • 莲华a³³陰平
汕头埠区
  • 埠区a³³陰平
  • 鮀浦a³³陰平
  • 角石a³³陰平
  • 欧汀a³³陰平
潮阳外山
  • 棉城ia21陰平
  • 金浦ia21陰平
  • 河溪ia21陰平
  • 西胪ia21陰平
  • 达濠ia21陰平
  • 河浦ia21陰平
  • 珠浦ia21陰平
  • 广澳ia21陰平
  • 海门ia21陰平
潮阳内山
  • 峡山ia21陰平
  • 和平ia21陰平
  • 铜孟ia21陰平
  • 谷饶ia21陰平
  • 井都ia21陰平
  • 陇田ia21陰平
  • 雷岭ia21陰平
  • 红场ia21陰平
  • 成田ia21陰平
  • 胪岗ia21陰平
  • 两英ia21陰平
  • 仙城ia21陰平
  • 司马浦ia21陰平
潮阳榕腔
  • 金灶a³³陰平
  • 关埠a³³陰平
揭阳榕城
  • 榕城ia³³陰平
  • 梅云ia³³陰平
  • 渔湖ia³³陰平
  • 地都ia³³陰平
  • 炮台ia³³陰平
  • 登岗ia³³陰平
  • 曲溪ia³³陰平
  • 磐东ia³³陰平
  • 云路ia³³陰平
  • 玉滘ia³³陰平
  • 霖磐ia³³陰平
  • 月城ia³³陰平
  • 白塔ia³³陰平
  • 龙尾ia³³陰平
  • 桂岭ia³³陰平
  • 锡场ia³³陰平
  • 新亨ia³³陰平
  • 玉湖ia³³陰平
  • 埔田ia³³陰平
揭阳棉湖
  • 棉湖ia³³陰平
  • 凤江ia³³陰平
  • 东园ia³³陰平
  • 塔头ia³³陰平
  • 金和ia³³陰平
  • 钱坑ia³³陰平
  • 大溪ia³³陰平
  • 灰寨ia³³陰平
惠来惠城
  • 惠城ia³³陰平
  • 华湖ia³³陰平
  • 神泉ia³³陰平
  • 东陇ia³³陰平
  • 岐石ia³³陰平
  • 隆江ia³³陰平
  • 溪西ia³³陰平
惠来葵潭
  • 葵潭ia³³陰平
  • 鳌江ia³³陰平
  • 东港ia³³陰平
惠来靖海
  • 靖海ia³³陰平
  • 仙庵ia³³陰平
  • 周田ia³³陰平
  • 前詹ia³³陰平
  • 仙庵ia³³陰平
普宁洪阳
  • 洪阳ia³³陰平
  • 广太ia³³陰平
  • 南溪ia³³陰平
  • 赤岗ia³³陰平
  • 大坝ia³³陰平
  • 梅塘ia³³陰平
  • 里湖ia³³陰平
普宁流沙
  • 流沙ia22陰平
  • 燎原ia22陰平
  • 池尾ia22陰平
  • 大南山ia22陰平
  • 麒麟ia22陰平
  • 南径ia22陰平
  • 占陇ia22陰平
  • 军埠ia22陰平
  • 下架山ia22陰平
丰顺
  • 汤坑ia³³陰平
  • 汤南ia³³陰平
  • 汤西ia³³陰平
  • 留隍ia³³陰平
  • 黄金ia³³陰平
域外方音
  • 泰国(待补充)
  • 南洋(待补充)