首頁
社團版規
高雄徵才貼文產生器
部落格文章
全部文章
美食文章
旅遊文章
活動文章
雄愛分享
雄景點
雄美食
雄愛心
高雄大小事社團
高雄大小事2.0社團
高雄大家庭社團
南高屏大小事社團
高雄大小事粉專
興趣型社團
高雄之美社團
高雄房屋買賣網
高雄房屋出租&租屋平台
高雄全新&二手買賣平台
高雄寵物失蹤&認養&救援平台
女孩說・女人大小事
高雄老闆・創業大小事
高雄找工作
鄰近縣市社團
台南大小事
屏東大小事
特約會員
在地特約店家
商務特約店家
加入會員
分類
會員
登入
註冊
.slide-home .slick-arrow::before{ display:none; } .slick-slider .slick-next, .slick-slider .slick-prev { padding: 0 35px; margin-left: -25px; } body{ background-color: #e3ebf7; } .navbar { background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%); } .nav-menu-tool>li>a, .nav-menu-tool>li>button { color: #ffffff; } .navbar-toggler .icon-bar { background-color: #ffffff; } .navbar-nav li a>.text { color: #fff; font-weight: 900; } .navbar-nav li a>.text:hover { color: #f2aa5f; font-weight: 900; } .head-tool a { color: #fff; } .head-tool a:hover{ color: #000; } .head-tool-search button { color: #fff !important; } .head-tool-search button:hover{ color: #000 !important; } .menu-open .navbar-collapse { background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%); } .navbar-nav>li .arrow { background: #2cacd1; color: #fff; } .mobile-menu-title { color: white; } .text-size-12{ font-size: 12px; } .text-size-14{ font-size: 14px; } .post-title{ letter-spacing: 1px; text-transform: uppercase; font-size: 24px; font-weight: 900; line-height: 30px; } .font-weight-900{ font-weight: 900; } .text-color-888{ color: #888; } .swiper_1_out{ background: #be4136; padding: 15px; } .swiper_1 { margin-left: 15px; margin-right: 15px; width: 100%; height:680px; padding-top: 50px; padding-bottom: 60px; background: #be4136; } .swiper_1 .swiper-slide { transition: transform 0.3s ease-in-out; text-align: center; font-size: 18px; display: flex; justify-content: center; align-items: center; } .swiper_1 .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: contain; } .swiper_1 .swiper-slide-active{ transform: scale(1.15) !important; } .swiper_2_out{ background: #798ec3; padding:15px; } .swiper_2 { width: 100%; height: 300px; padding-top: 50px; padding-bottom: 60px; background: #798ec3; } .swiper_2 .swiper-slide { transition: transform 0.3s ease-in-out; text-align: center; font-size: 18px; display: flex; justify-content: center; align-items: center; } .swiper_2 .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; } .swiper_2 .swiper-slide-active{ transform: scale(1.15) !important; } .navbar-nav li a>.text { font-size: 15px !important; } .swiper_3_out{ background: #9dc3c4; padding: 15px; } .swiper_3 { margin-left: 15px; margin-right: 15px; width: 100%; height:680px; padding-top: 50px; padding-bottom: 60px; background: #9dc3c4; } .swiper_3 .swiper-slide { transition: transform 0.3s ease-in-out; text-align: center; font-size: 18px; display: flex; justify-content: center; align-items: center; } .swiper_3 .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: contain; } @media only screen and (max-width: 600px) { body { background-color: #e3ebf7 !important; } .slick-slider .slick-prev { margin-left: -10px; } .swiper_1 { height: 260px; } .swiper_2 { height: 200px; } .swiper_3 { height: 260px; } } @media only screen and (max-width: 576px) { .post-title{ text-align: left !important; } } @media only screen and (max-width: 430px) { .sliderTwo .slick-dots { bottom: -20px !important; } } @media only screen and (max-width: 414px) { .sliderTwo .slick-dots { bottom: 20px !important; } }
function searchText() { $('#loading-block').show(); $('.post-content').hide(); setTimeout(function(){ if($('#searchInput').val() != ''){ let search = $('#searchInput').val() ; $.each($('.post-content'),function(key,val){ let el = $(val).find('.post-title'); let str = $(el).text().trim(); let regexPattern = search.split(' ').join('|'); let regex = new RegExp(regexPattern, 'i'); if(regex.test(str)){ $(val).show(); } }) }else{ $('.post-content').show(); } $('#loading-block').hide(); },1000); } $('#searchInput').on('keypress', function(event) { if (event.which === 13) { // Enter key is pressed searchText(); } }); var swiper = new Swiper(".swiper_1", { centeredSlides: true, loopAdditionalSlides:0, loopedSlides:1, loop: true, breakpoints: { 600: { slidesPerView: 2, spaceBetween: 50 }, 320: { slidesPerView: 2, spaceBetween: 20 }, }, pagination: { el: ".swiper-pagination", clickable: true, }, }); var swiper = new Swiper(".swiper_2", { // slidesPerView: 3, centeredSlides: true, // spaceBetween: 35, loopAdditionalSlides:0, loopedSlides:1, breakpoints: { 600: { slidesPerView: 3, spaceBetween: 30 }, 320: { slidesPerView: 2, spaceBetween: 15 }, }, loop: true, pagination: { el: ".swiper-pagination", clickable: true, }, }); var swiper = new Swiper(".swiper_3", { centeredSlides: true, loopAdditionalSlides:0, loopedSlides:1, loop: true, breakpoints: { 600: { slidesPerView: 2, spaceBetween: 50 }, 320: { slidesPerView: 2, spaceBetween: 20 }, }, pagination: { el: ".swiper-pagination", clickable: true, }, });
目前已經選購
購物車「沒有產品」,請先將產品「加入購物車」
使用優惠券
使用優惠券
小計
NT$
立即結帳
訂購只要三步驟
選擇付款方式
填寫收件人資料
其他補充資訊
購物車小計
NT$
運送方式
付款方式
收件人
請填寫姓名
聯絡電話
請填寫手機或市話,超商取貨必填手機
方便收貨時間
確切送達時間,因地區不同可能有所差異
不指定
13點前
14-18點
取貨超商
點擊選取超商
性別
如何稱呼?
無
先生
小姐
Email
建議填寫Yahoo以外的信箱
備註
有什麼特殊需求可以寫在這裡呦
我同意
隱私權政策
*
總計
NT$
下一步
確定
訂單查詢
您的訂單查詢結果如下:共
筆
小計
NT$
加入購物車
選擇數量
/
小計
NT$
小計
NT$
更改付款方式
您可以更改付款方式,更改後,依據商家原始設定,金額可能會變動。
確定
取消
取得發票證明聯
您可以在此寄送證明聯至Email。
Email
請輸入要收電子發票的Email
確定
取消
會員點數說明
關閉
會員登入
Email
密碼
登入