<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************************/
/* EVENT_DETAIL.CSS 為 EVENT_DETAIL.html &lt;main&gt; 內用 CSS */
/*******************************************/

/* ________________________________________________________________________________ */
/* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 0px) {

    .img-rounded {
        border: 1px #979797 solid;
        border-radius:0;
    }


    .img-gap {
        margin-bottom: 15px;
    }

    .thumbnail {
        max-width: 300px;
        float: left;
    }

    .date-txt {
        margin: 15px 0px;
    }

    .date-txt-xs {
        margin-bottom: 0px;
    }

    .pages&gt;div {
        margin:5px 0;
    }

    /*_ BIG-BUTTON By.Susan ___________________________________*/
    .big-button {
        border: none;
        min-height: 200px;
        margin-bottom: 10px;
    }

    .big-button .btn-t-lg {
        font-size: 36px;
        margin-bottom: 0px;
        line-height: 36px
    }
    /* ___________________________________________________________*/

}

/* ________________________________________________________________________________ */
/* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 768px) {

}

/* ________________________________________________________________________________ */
/* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 992px) {

}

/* ________________________________________________________________________________ */
/* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 1200px) {

}</pre></body></html>