|
|
| 第1行: |
第1行: |
| <includeonly> | | <includeonly> |
| <div class="ci-wrapper" style="max-width:720px;margin:0 auto;font-family:system-ui,'Microsoft YaHei',sans-serif;"> | | <div class="ci-wrapper" style="max-width:720px;margin:0 auto;font-family:system-ui,'Microsoft YaHei',sans-serif;"> |
| <style>
| |
| .ci-wrapper * { box-sizing: border-box; }
| |
| .ci-wrapper .ci-container {
| |
| border: 1px solid #e0e0e0;
| |
| border-radius: 12px;
| |
| padding: 20px 24px 24px 24px;
| |
| background: #fafafa;
| |
| box-shadow: 0 2px 8px rgba(0,0,0,0.06);
| |
| }
| |
| /* 图片区 */
| |
| .ci-wrapper .ci-image-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
| |
| .ci-wrapper .ci-tab-btn {
| |
| padding: 6px 18px; border: 1px solid #d0d0d0; border-radius: 20px;
| |
| background: #f5f5f5; color: #555; font-size: 14px; cursor: pointer;
| |
| transition: all 0.2s; user-select: none; font-weight: 500;
| |
| }
| |
| .ci-wrapper .ci-tab-btn.active { background: #2c3e50; border-color: #2c3e50; color: #fff; }
| |
| .ci-wrapper .ci-image-display {
| |
| border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden;
| |
| background: #fff; min-height: 120px; display: flex;
| |
| align-items: center; justify-content: center; position: relative;
| |
| }
| |
| .ci-wrapper .ci-img-item { display: none; width: 100%; text-align: center; padding: 8px; }
| |
| .ci-wrapper .ci-img-item.active { display: block; }
| |
| .ci-wrapper .ci-img-item img {
| |
| max-width: 100%; max-height: 400px; height: auto;
| |
| display: block; margin: 0 auto; border-radius: 4px;
| |
| }
| |
| .ci-wrapper .ci-no-image { color: #aaa; font-size: 15px; padding: 30px 0; display: block; }
| |
| /* 表格区 */
| |
| .ci-wrapper .ci-info-table {
| |
| width: 100%; border-collapse: collapse;
| |
| border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden;
| |
| background: #fff; margin-top: 18px;
| |
| }
| |
| .ci-wrapper .ci-info-table tr { border-bottom: 1px solid #f0f0f0; }
| |
| .ci-wrapper .ci-info-table tr:last-child { border-bottom: none; }
| |
| .ci-wrapper .ci-info-table td {
| |
| padding: 12px 16px; vertical-align: top; line-height: 1.6;
| |
| font-size: 15px; word-break: break-word;
| |
| }
| |
| .ci-wrapper .ci-info-table .ci-label {
| |
| width: 20%; min-width: 80px; background: #f7f7f7;
| |
| font-weight: 600; color: #333; text-align: center;
| |
| border-right: 1px solid #eee; vertical-align: middle;
| |
| }
| |
| .ci-wrapper .ci-info-table .ci-value { width: 80%; color: #222; background: #fff; }
| |
| .ci-wrapper .ci-empty-row td { color: #bbb; font-style: italic; text-align: center; background: #fafafa; }
| |
| @media (max-width: 600px) {
| |
| .ci-wrapper .ci-container { padding: 14px 12px; }
| |
| .ci-wrapper .ci-info-table td { padding: 10px 12px; font-size: 14px; }
| |
| .ci-wrapper .ci-info-table .ci-label { min-width: 60px; font-size: 13px; }
| |
| }
| |
| </style>
| |
|
| |
|
| <div class="ci-container"> | | <div class="ci-container"> |
| 第74行: |
第20行: |
| <div class="ci-img-item" data-ci-index="4"><img src="{{{图片5|}}}" alt="人物图片" loading="lazy" /></div> | | <div class="ci-img-item" data-ci-index="4"><img src="{{{图片5|}}}" alt="人物图片" loading="lazy" /></div> |
| <div class="ci-img-item" data-ci-index="5"><img src="{{{图片6|}}}" alt="人物图片" loading="lazy" /></div> | | <div class="ci-img-item" data-ci-index="5"><img src="{{{图片6|}}}" alt="人物图片" loading="lazy" /></div> |
| <div class="ci-no-image">📷 暂无图片</div> | | <div class="ci-no-image">暂无图片</div> |
| </div> | | </div> |
| </div> | | </div> |