| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569 | // 關於我頁面* {    margin: 0;    padding: 0;    box-sizing: border-box;    font-family: 微軟正黑體;}$desktop: 1025px;$table: 1024px;$moblie: 767px;$Font-color: #fff;$title-color: #646464;$bgcolor: #f4fffc;$navbgcolor: #a9d0c5;body {    position: relative;    // background: url(../img/about/banner/banner.webp), linear-gradient(180deg, transparent 1%, #363636 1%);    // background-size: 120vw;    // background-repeat: no-repeat;    background: #363636;    @media screen and(max-width:$moblie) {        background: #363636;    }    .arrow {        position: fixed;        right: 30px;        top: 500px;        width: 45px;        height: 40px;        z-index: 10;        a {            margin: 30px 0px;        }        .icon {            @media screen and(max-width:$moblie) {                display: none;            }        }        &:hover {            box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);        }    }}#Navigation {    background: rgba(112, 112, 112, 0.5);    height: 4.5vw;    width: 100vw !important;    position: fixed;    z-index: 10;    @media screen and(max-width:$table) {        height: 8vw;    }    @media screen and(max-width:$moblie) {        height: 15vw;        position: fixed;        z-index: 5;        background: rgba(0, 0, 0, 0.8);    }    #nav {        width: 100vw;        margin: 0 auto;    }    //    rwd要注意高度    #logo {        padding-top: 0.5vw;        @media screen and(max-width:$moblie) {            padding-top: 0;        }        img {            width: 120px;        }    }    #link {        text-align: right;        padding: 1.5vw 3vw;        @media screen and(max-width:$table) {            padding-top: 2vw;        }        @media screen and(max-width:$moblie) {            display: none;        }        a {            text-decoration: none;            color: $Font-color;            letter-spacing: 1px;            font-size: 0.9rem;            font-weight: 600;            cursor: pointer;            padding: 5px;            position: relative;            img {                object-fit: cover;            }        }    }    #menu-btn1 {        position: absolute;        right: 1vw;        top: 1vw;        width: 18vw;        z-index: 6;        @media screen and(min-width:$desktop) {            display: none;        }        @media screen and(min-width:768px) {            display: none;        }    }}#Navigation2 {    background: rgba(112, 112, 112, 0.75);    height: 4.5vw;    width: 100vw !important;    position: fixed;    bottom: 0px;    z-index: 10;    @media screen and(min-width:$desktop) {        display: none;    }    @media screen and(max-width:$table) {        height: 8vw;    }    @media screen and(max-width:$moblie) {        height: 15vw;        position: fixed;        z-index: 5;        background: rgba(0, 0, 0, 0.8);    }    #nav {        width: 90vw;        margin: 0 auto;        display: grid;        grid-template-columns: repeat(5, 1fr);        text-align: center;        a {            text-decoration: none;            color: $Font-color;            letter-spacing: 1px;            font-size: 0.9rem;            font-weight: 600;            cursor: pointer;            position: relative;            img {                margin: 10px auto;                object-fit: cover;            }        }    }    //    rwd要注意高度}#banner {    position: relative;    #about-title {        position: absolute;        right: 50px;        top: 100px;    }    #bannerdes-img {        position: absolute;        z-index: -1;        opacity: 1;        .banner-img {            width: 100vw;            height: 70vh;            object-fit: cover;            @media screen and(max-width:$moblie) {                height: 80vh;            }        }    }    @media screen and(max-width:$moblie) {        // background-image: url(../img/about/banner/banner-m2.png);        background-size: 110vw;        background-repeat: no-repeat;    }    #banner-container {        padding-top: 15vw;        width: 90vw;        @media screen and(max-width:$moblie) {            width: 95vw;        }        .banner-des-about {            @media screen and(max-width:$moblie) {                display: none;            }            .banner-2 {                img {                    @media screen and(max-width:$moblie) {                        display: none;                    }                }            }            .banner-3 {                img {                    margin-bottom: -45px;                }            }        }        .banner-m {            @media screen and(min-width:$desktop) {                display: none;            }            .bannerm-1 {                @media screen and(max-width:$moblie) {                    margin: 0;                }                background: rgba(141, 194, 31, 0.8);                .banner1-1 {                    font-size: 18px;                }            }        }        ul {            text-align: center;            background: rgba(141, 194, 31, 0.8);            @media screen and(min-width:$desktop) {                margin-left: 8px;            }            @media screen and(max-width:$moblie) {                margin-top: 5vw;                margin: 10px auto;            }            .nav-item {                padding: 10px;                @media screen and(max-width:$moblie) {                    padding: 6px;                }                .nav-item2 {                    position: relative;                    &:after {                        content: url(../img/about/sec01/item-arrow.png);                        display: block;                        width: 80%;                        height: 5px;                        position: absolute;                        left: 12%;                        bottom: 0;                        transition: all 0.3s;                        opacity: 0;                    }                    // &:active:after,                    // &:focus:after{                    //     opacity: 1;                    // }                    .after-nav {                        opacity: 1;                    }                    &:focus:after {                        width: 80%;                        opacity: 1;                    }                }            }        }        // 公司簡介        .tab-content {            // 公司簡介            .condition {                padding: 24px;                font-size: 14px;                padding-bottom: 10vw;                @media screen and(max-width:$moblie) {                    padding: 18px;                }            }            .idea {                padding: 24px;                font-size: 14px;                padding-bottom: 10vw;                background-size: contain;                background-repeat: no-repeat;                background-blend-mode: overlay;            }            .contact {                padding-bottom: 10vw;                padding: 24px;                font-size: 14px;                background-size: contain;                background-repeat: no-repeat;                background-blend-mode: overlay;                word-break: break-all;                a {                    text-decoration: none;                    color: #fff;                }                @media screen and(max-width:$moblie) {                    padding: 18px;                }            }            // 個案賞析            .sec02,            .sec04 {                .col-lg-4 {                    position: relative;                    background: rgb(128, 171, 41);                    transition: 0.3s ease-in-out;                    cursor: pointer;                    .sec02-p-m {                        color: #fff;                        text-align: center;                        font-size: 14px;                        transition: 0.3s;                        transition: 0.3s ease-in-out;                        @media screen and(min-width:$desktop) {                            width: 100%;                            position: absolute;                            top: 100px;                            left: 0px;                            font-size: 18px;                            opacity: 0;                        }                    }                    &:hover {                        .play1 {                            opacity: 1;                        }                        .sec02-p-m,                        .sec03-p-m {                            opacity: 1;                        }                        img {                            opacity: 0.2;                            @media screen and(max-width:$moblie) {                                opacity: 1;                            }                        }                    }                    @media screen and(max-width:$moblie) {                        background: none;                    }                    img {                        object-fit: cover;                        width: 480px !important;                        height: 280px !important;                        opacity: 1;                        transition: 0.3s ease-in-out;                    }                    .sec03-img-m {                        text-align: center;                        width: 100%;                        position: absolute;                        top: 100px;                    }                    .sec03-img-m1 {                        text-align: center;                        width: 100%;                        position: absolute;                        @media screen and(max-width:$moblie) {                            top: 80px;                        }                        .play1 {                            width: 50px !important;                            height: 50px !important;                        }                    }                }            }            .sec03 {                .col-lg-4 {                    position: relative;                    background: rgb(128, 171, 41);                    transition: 0.3s ease-in-out;                    cursor: pointer;                    .sec03-p-m {                        color: #fff;                        text-align: center;                        font-size: 14px;                        transition: 0.3s;                        transition: 0.3s ease-in-out;                        @media screen and(min-width:$desktop) {                            width: 100%;                            position: absolute;                            top: 100px;                            left: 0px;                            font-size: 16px;                            opacity: 0;                        }                    }                    .sec03-p-m {                        @media screen and(min-width:$desktop) {                            position: absolute;                            top: 50px;                            left: 0px;                            background-size: contain;                            opacity: 0;                        }                    }                    &:hover {                        .play1 {                            opacity: 1;                        }                        .sec02-p-m,                        .sec03-p-m {                            opacity: 1;                        }                        img {                            opacity: 0.2;                            @media screen and(max-width:$moblie) {                                opacity: 1;                            }                        }                    }                    @media screen and(max-width:$moblie) {                        background: none;                    }                    img {                        object-fit: cover;                        width: 435px !important;                        height: 200px !important;                        opacity: 1;                        transition: 0.3s ease-in-out;                    }                    .sec03-img-m {                        text-align: center;                        width: 100%;                        position: absolute;                        top: 100px;                    }                    .sec03-img-m1 {                        text-align: center;                        width: 100%;                        position: absolute;                        @media screen and(max-width:$moblie) {                            top: 80px;                        }                        .play1 {                            width: 50px !important;                            height: 50px !important;                        }                    }                }                .sec03-1 {                    .sec05-row {                        background: rgba(0, 0, 0, 0.8);                        text-align: center;                        height: 600px;                        @media screen and(max-width:$moblie) {                            height: 300px;                        }                        p {                            letter-spacing: 5px;                        }                    }                }            }            .sec04 {                .col-lg-4 {                    position: relative;                    background: rgb(128, 171, 41);                    transition: 0.3s ease-in-out;                    cursor: pointer;                    .sec04-p-m {                        color: #fff;                        text-align: center;                        font-size: 14px;                        transition: 0.3s;                        transition: 0.3s ease-in-out;                        @media screen and(min-width:$desktop) {                            width: 100%;                            position: absolute;                            top: 100px;                            left: 0px;                            font-size: 18px;                            opacity: 0;                        }                    }                    &:hover {                        .play1 {                            opacity: 1;                        }                        .sec04-p-m {                            opacity: 1;                        }                        img {                            opacity: 0.2;                            @media screen and(max-width:$moblie) {                                opacity: 1;                            }                        }                    }                    @media screen and(max-width:$moblie) {                        background: none;                    }                    img {                        object-fit: cover;                        width: 480px !important;                        height: 280px !important;                        opacity: 1;                        transition: 0.3s ease-in-out;                    }                    .sec03-img-m {                        text-align: center;                        width: 100%;                        position: absolute;                        top: 100px;                    }                    .sec03-img-m1 {                        text-align: center;                        width: 100%;                        position: absolute;                        @media screen and(max-width:$moblie) {                            top: 80px;                        }                        .play1 {                            width: 50px !important;                            height: 50px !important;                        }                    }                }                .sec04-1 {                    .sec05-row {                        background: rgba(0, 0, 0, 0.8);                        text-align: center;                        height: 600px;                        @media screen and(max-width:$moblie) {                            height: 300px;                        }                        p {                            letter-spacing: 5px;                        }                    }                }            }        }    }}// 頁尾 footer#footer {    background: #363636;    text-align: center;    width: 80vw;    margin: 0 auto !important;    @media screen and(max-width:$moblie) {        width: 95vw;        padding-bottom: 30vw;    }    a {        text-decoration: none;        color: #fff;    }    p {        color: #fff;    }}
 |