跳转到内容

模板:作品信息:修订间差异

来自猎空书评百科
无编辑摘要
无编辑摘要
第1行: 第1行:
<includeonly>
<includeonly>
<div class="infobox" style="
<div class="novel-infobox" style="
     max-width: 320px;
     max-width: 320px;
     background: linear-gradient(145deg, #ffffff, #f8f5ff);
     background: #ffffff;
     border: 1px solid #e0d6ff;
     border: 1px solid #eaecf0;
     border-radius: 12px;
     border-radius: 8px;
     box-shadow: 0 4px 20px rgba(123, 104, 238, 0.08);
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     margin: 15px auto;
     margin: 16px 0;
    overflow: hidden;
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
     font-family: 'Segoe UI', 'Roboto', sans-serif;
    color: #202122;
">
">
     <div style="
    <!-- 标题区 -->
         background: #7b68ee;
     <div class="infobox-header" style="
         padding: 16px;
         padding: 12px 16px;
         color: white;
         background: #f8f9fa;
         font-size: 1.25em;
         border-bottom: 1px solid #eaecf0;
         font-size: 1.1em;
         font-weight: 600;
         font-weight: 600;
         text-align: center;
         line-height: 1.25;
        border-radius: 12px 12px 0 0;
     ">
     ">
         {{{标题|作品信息}}}
         {{{标题|作品信息}}}
     </div>
     </div>
      
 
     <!-- 内容区 -->
     <table style="
     <table style="
         width: 100%;
         width: 100%;
         border-collapse: collapse;
         border-collapse: collapse;
         color: #4a4a4a;
         font-size: 0.875em;
        line-height: 1.5;
     ">
     ">
        <tr style="background: #f8f7ff;">
            <th colspan="2" style="
                padding: 14px;
                font-size: 0.95em;
                letter-spacing: 0.5px;
                text-transform: uppercase;
                color: #6d5fd3;
            ">
                <i class="fas fa-info-circle" style="margin-right:8px;"></i>
                基本信息
            </th>
        </tr>
       
         <!-- 作者 -->
         <!-- 作者 -->
         <tr>
         <tr>
             <td style="
             <td style="
                 padding: 12px 16px;
                 padding: 12px 16px;
                 width: 30%;
                 width: 35%;
                 font-weight: 500;
                 font-weight: 500;
                 border-bottom: 1px solid #f0edff;
                 color: #54595d;
                vertical-align: top;
             ">作者</td>
             ">作者</td>
             <td style="
             <td style="
                 padding: 12px 16px;
                 padding: 12px 16px;
                 border-bottom: 1px solid #f0edff;
                 border-top: 1px solid #f0f1f2;
             ">[[{{{作者|未知}}}]]</td>
             ">[[{{{作者|未知}}}]]</td>
         </tr>
         </tr>
       
 
         <!-- 类型 -->
         <!-- 类型 -->
         <tr>
         <tr>
             <td style="padding: 12px 16px;">类型</td>
             <td style="padding: 12px 16px; color: #54595d;">类型</td>
             <td style="padding: 12px 16px;">{{{类型|-}}}</td>
             <td style="padding: 12px 16px; border-top: 1px solid #f0f1f2;">{{{类型|-}}}</td>
         </tr>
         </tr>
       
 
         <!-- 状态 -->
         <!-- 连载状态 -->
         <tr>
         <tr>
             <td style="padding: 12px 16px;">状态</td>
             <td style="padding: 12px 16px; color: #54595d;">状态</td>
             <td style="padding: 12px 16px;">
             <td style="padding: 12px 16px; border-top: 1px solid #f0f1f2;">
                 <span style="
                 <span style="
                     display: inline-block;
                     display: inline-flex;
                     padding: 4px 10px;
                     align-items: center;
                     background: {{{#ifexpr: {{{连载状态}}} = '连载中' | #f0f8ff | #fff3f3 }}};
                     gap: 4px;
                    border-radius: 20px;
                     color: {{{#switch: {{{连载状态}}}
                     color: {{{#ifexpr: {{{连载状态}}} = '连载中' | #2b7de9 | #e94343 }}};
                        | 连载中 = #0a53be
                    font-size: 0.9em;
                        | 已完结 = #14866d
                        | #72777d
                    }}};
                 ">
                 ">
                    {{#if: {{{连载状态|}}}
                    | {{#ifeq: {{{连载状态}}} | 连载中
                        | <span style="
                            display: inline-block;
                            width: 8px;
                            height: 8px;
                            background: #36c;
                            border-radius: 50%;
                        "></span>
                        | <span style="
                            display: inline-block;
                            width: 8px;
                            height: 8px;
                            background: #14866d;
                            border-radius: 50%;
                        "></span>
                    }}
                    }}
                     {{{连载状态|连载中}}}
                     {{{连载状态|连载中}}}
                 </span>
                 </span>
             </td>
             </td>
         </tr>
         </tr>
       
 
         <!-- 字数 -->
         <!-- 字数 -->
         <tr>
         <tr>
             <td style="padding: 12px 16px;">字数</td>
             <td style="padding: 12px 16px; color: #54595d;">字数</td>
             <td style="padding: 12px 16px;">
             <td style="padding: 12px 16px; border-top: 1px solid #f0f1f2;">
                 <div style="display: flex; align-items: center;">
                 <span style="color: #202122;">{{{字数|-}}}</span>
                    <i class="fas fa-book" style="color: #9b8cff; margin-right:8px;"></i>
                <span style="color: #72777d; font-size: 0.9em; margin-left: 4px;"></span>
                    {{{字数|-}}}
                </div>
             </td>
             </td>
         </tr>
         </tr>
       
 
         <!-- 平台 -->
         <!-- 首发平台 -->
         <tr>
         <tr>
             <td style="padding: 12px 16px;">平台</td>
             <td style="padding: 12px 16px; color: #54595d;">首发</td>
             <td style="padding: 12px 16px;">
             <td style="padding: 12px 16px; border-top: 1px solid #f0f1f2;">
                 <div style="
                 <span style="
                    background: #f8f7ff;
                    padding: 8px 12px;
                    border-radius: 8px;
                     display: inline-block;
                     display: inline-block;
                    padding: 4px 8px;
                    background: #f8f9fa;
                    border-radius: 4px;
                    border: 1px solid #eaecf0;
                 ">
                 ">
                     [[{{{首发平台|番茄小说}}}]]
                     [[{{{首发平台|番茄小说}}}]]
                 </div>
                 </span>
             </td>
             </td>
         </tr>
         </tr>
     </table>
     </table>
</div>
</div>
<!-- Font Awesome 图标 (需确保站点已加载) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</includeonly>
</includeonly>

2025年2月2日 (日) 06:50的版本