/* ===== 前台移动端适配 ===== */
@media screen and (max-width: 768px) {
    /* 通用容器留白 */
    .layui-container { padding: 0 12px; }

    /* 上传拖拽区 */
    #upimg, #multiple {
        padding: 22px 10px !important;
        min-height: 90px;
    }
    #upimg i, #multiple i { font-size: 42px !important; }
    #upimg p, #multiple p { font-size: 13px; }

    /* 上传结果：链接表格自适应 */
    #links table { table-layout: fixed; }
    #links table colgroup { display: none; }
    #links .layui-table td { padding: 6px 4px; }
    #links .layui-input {
        width: 100% !important;
        box-sizing: border-box;
        height: 34px;
        font-size: 12px;
    }
    #links .layui-btn { padding: 0 10px; height: 34px; line-height: 34px; }

    /* 图片缩略图显示区 */
    #imgshow .layui-col-lg4,
    #imgshow .layui-col-lg7 {
        width: 100%;
        margin-left: 0;
        float: none;
    }
    #img-thumb img { max-width: 100%; height: auto; }

    /* 提示条 */
    .alert { padding: 8px 10px; font-size: 13px; }

    /* 按钮触摸友好 */
    .layui-btn { min-height: 34px; }

    /* 图片详情页 */
    .htmlcontent img { max-width: 100% !important; height: auto !important; }

    /* 发现页图片列表 */
    #found-img img { max-width: 100%; height: auto; }
}
