|
$XmlID$ $GroupName$ $CtrlBtn$ |
|
| | |
|
$XmlID$ $GroupName$ $CtrlBtn$
$MsgImg$
$CaleFrom$
$MsgTitle$
$MsgSubTitle$
$MsgContent$
html, body { background:#FBFAF8;}
/* 自訂CSS */
body .BlogListCtrlBtn select {
display: block;
}
.BlogListList{
white-space: normal;
word-break: break-word;
}
.BlogListList .MsgInfoList{
max-width:1100px;
padding:30px 20px;
margin:auto;
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
gap: var(--gap);
align-items: stretch;
}
.jnMsgImg img{
width:100%;
object-fit: cover;
object-position: center;
}
.jnDate{
font-family: "Noto Serif TC";
color: #000;
font-size: var(--regular-font-size);
font-weight: 500;
line-height: 150%;
letter-spacing: 1.237px;
}
.jnMsgTitle{
font-family: "Noto Serif TC";
color: #000;
font-size: var(--h2-font-size);
font-weight: 500;
line-height: 150%;
letter-spacing: 2.4px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.jnMsgContent{
font-family: "Noto Serif TC";
color: #3E3A39;
font-size: var(--regular-font-size);
line-height: 190%;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
/*a標籤*/
.BlogListList a {
color: #000;
}
/*===預設css====*/
body .BlogListD_0,
body .BlogListD_1 {
border: unset;
}
/*===sharebtn ig line分享===*/
.sharebtn{
display: none;
}
/*=================文章搜尋零件 單欄==============*/
.searchBlk .tbSearchBox input{
font-size: var(--regular-font-size);
}
.searchBlk {
margin: -25px 0 0 0;
z-index: 3;
position: relative;
padding: 0px 20px;
}
.searchBlk .meMsg_MsgMain {
max-width: 1100px;
margin: auto;
}
.searchBlk .listMsgAdv {
display: flex;
align-items: center;
justify-content: center;
padding: 30px 20px;
background: #FDFEFE;
border-radius: 30px;
box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.15);
}
.searchBlk .MsgListBlk_2 {
width: 80%;
}
.searchBlk .MsgListBlk_3 {
width: 20%;
}
body .searchBlk .SearchBox {
border: 1px solid #6666664f;
background: #EDEDED; /* Updated by Sam AA Fix Color Contrast */
border-radius: 20px;
height: 50px;
width: 100%;
padding-left:10px;
font-size: var(--big-font-size);
}
body .searchBlk .SearchBox::placeholder {
color: #6B6B6B; /* Added by Sam AA Fix Color Contrast */
}
.SearchBtn {
border-radius: 20px;
background: #3F6E01;
border: 1px solid #6ABA01;
color: #fff;
height: 50px;
padding: 10px 20px;
display: block;
width: 100%;
cursor: pointer;
font-size: var(--big-font-size);
}
.tbSearchBox tr {
display: flex;
flex-wrap: wrap;
gap: 20px;
padding: 0 10px 0 0;
}
.tdSearchBox {
flex: 1 1 32%;
display: flex;
}
.tbSearchBox input { /*輸入框樣式*/
border: 1px solid #6666664f;
background: #EDEDED;
border-radius: 20px;
height: 50px;
width: 100%;
text-align: center;
font-family: "Noto Serif TC";
font-weight: 500;
}
.tdSearchBox .captionTop{
display: none;
}
.tdSearchBox .detail {
width: 100%;
}
.tdSearchBox select{ /*下拉樣式*/
border: 1px solid #6666664f;
background: #EDEDED;
border-radius: 20px;
height: 50px;
width: 100%;
text-align: center;
font-family: "Noto Serif TC";
font-weight: 500;
font-size: var(--regular-font-size);
}
@media (max-width: 768px) {
.SearchBtn{
padding: 10px 0px;
}
.searchBlk .listMsgAdv {
padding: 20px 10px;
}}
/*========頁碼=========*/
/* 分頁控制 */
.divPageCtrl,
.txt_CountNumL,
.RecCount,
.txt_CountNumR,
.txt_PageNum,
.spPageCtrl{
display:none;
}
#PageCtrl{
padding:100px 0px;
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
body #PageCtrl .ThisPage{
background: #3F6E01; /* Updated by Sam to fix AA color contrast issue */
color: #fff;
font-weight: 500;
line-height: 40px;
width: 40px;
display: inline-block;
height: 42px;
margin:0px 5px;
}
body #PageCtrl .OtherPage{
color: black; /* Updated by Sam to fix AA color contrast issue. [Before] color: #B4B4B4; */
text-align: center;
margin:0px 5px;
/* Heading/副標H4 - 20.8(1.5rem) */
font-weight: 500;
line-height: 40px;
width: 40px;
display: inline-block;
height: 42px;
border:1px solid black; /* Updated by Sam to fix AA color contrast issue. [Before] border:1px solid #B4B4B4; */
}
body #PageCtrl a:hover{
background: #3F6E01; /* Update by Sam to fix AA color contrast issue. [Before] #6ABA01 */
color: #fff;
border:1px solid #6ABA01;
}
body #PageCtrl .PageBtn{
width: 40px;
display: inline-block;
height: 42px;
line-height: 40px;
border-radius: 50%;
border:1px solid black; /* Updated by Sam to fix AA color contrast issue. [Before] border:1px solid #B4B4B4; */
}
.dataBlogList { } /* MsgInfo Cell */
/* 上方類別選項 */
.BlogListMenu { width:100%; height:30px; text-align:center; line-height:100%; }
.BlogListMenuS { width:1px; background:#ff8844; } /* 選項間隔 */
.BlogListMenuL { width:10px; background:#ff8844; } /* 左邊 td */
.BlogListMenuR { width:10px; background:#ff8844; } /* 右邊 td */
.BlogListMenu0 { background:#ff8844; padding:0px; vertical-align:middle; } /* 選項屬性 */
.BlogListMenu0:hover { background:#ff4422; } /* 選項滑鼠觸碰 */
.BlogListMenu1 { background:#ff4422; padding:0px; vertical-align:middle; } /* 目前選項屬性 */
.BlogListMenu0 a , .BlogListMenu1 a { color:#ffffff; } /* 選項文字屬性 */
.BlogListN_1 { } /* 第一筆資訊 */
.BlogListD_0 { padding:5px; border:1px solid #cccccc; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; } /* 偶數筆資訊 */
.BlogListD_1 { padding:5px; border:1px solid #cccccc; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; } /* 奇數筆資訊 */
/* 資訊狀態列 */
.BlogListCtrlBtn { vertical-align:middle; width:100%; text-align:right; }
.BlogListCtrlBtn .OrdIdx { width:20px; text-align:right; border:1px solid #888888; padding:0px; margin:0px; height:16px; }
.BlogListCtrlBtn .MsgCmd { font-size:11px; border:1px solid #888888; padding:0px; margin:0px; height:18px; }
.BlogListCtrlBtn .XmlID { float:left; font-weight:bold; }
.BlogListCtrlBtn select { display:none; }
/* 資訊區 */
.BlogListHTML { }
/* 資訊區上方資訊 */
.BlogListHTML .BlogInfo1 { width:100%; color:#888888; margin-bottom:10px; border-bottom:1px solid #cccccc; }
.BlogListHTML .BlogInfoAuthor { float:right; } /* 作者 */
.BlogListHTML .BlogInfoClass { width:auto; text-align:left; color:#888888; } /* 類別 */
/* 資訊區下方資訊 */
.BlogListHTML .BlogInfo3 { width:100%; color:#888888; }
.BlogListHTML .BlogInfoStatus { float:right; }
.BlogListHTML .BlogInfoBtn { text-align:left; }
/* 資訊內文 */
#ns_Content .BlogListHTML .meMsg_MsgTitleBlk { margin-bottom:10px; } /* 區塊標頭 */
#ns_Content .BlogListHTML .meMsg_MsgBlk .meMsg_MsgTitle { } /* 主標題 */
#ns_Content .BlogListHTML .meMsg_MsgContentBlk { margin-top:10px; } /* 內文段落 */
#ns_Content .BlogListHTML .meMsg_MsgURLList { margin:0px; padding:0px; } /* 相關網址 */
#ns_Content .BlogListHTML .meMsg_MsgURL { list-style:disc; margin-left:40px; } /* 相關網址 */
#ns_Content .BlogListHTML .meMsg_MsgFileList { margin:0px; padding:0px; } /* 相關檔案 */
#ns_Content .BlogListHTML .meMsg_MsgFile { list-style:disc; margin-left:40px; } /* 相關檔案 */
#ns_Content .BlogListHTML .meMsg_MsgFromEnd { } /* 期間 */
#ns_Content .BlogListHTML .meMsg_MsgListBlk { } /* 條列項目 */
#ns_Content .BlogListHTML img { max-width:100%; }
#ns_Content .BlogListHTML .ImgAlignLeft { margin-right:8px; } /* 圖文間距 */
#ns_Content .BlogListHTML .ImgAlignRight { margin-left:8px; } /* 圖文間距 */
/* 分頁控制列 */
.divPageCtrl { margin:10px; clear:both; }
.divPageCtrl table { margin-left:auto; margin-right:auto; }
/* 表格格式 */
.MsgRow1 { margin-top:10px; } /* 第一列 */
.MsgRowN { } /* 其他列 */
.MsgRowD0 { } /* 偶數列 */
.MsgRowD1 { } /* 奇數列 */
.MsgCell1 { padding:0px; } /* 最左欄 */
.MsgCellN { padding:0px; } /* 中間欄 */
.MsgCellX { padding:0px; } /* 最右欄 */
.MsgRGap { border:0px; margin-top:20px; margin-bottom:20px; } /* 列與列中間 */
.cssPagePanel { clear:both; } /* 控制面板列 */
.MsgRow1 { margin-top:$BlogListMsgRow1$; }
.BlogListList { padding-left:$BlogListMsgRowLR$; padding-right:$BlogListMsgRowLR$; }
.MsgRGap { margin-top:$BlogListMsgRGapN$; margin-bottom:$BlogListMsgRGapN$; }
.MsgCell1 { padding-right:$BlogListMsgCGapN$; }
.MsgCellN { padding-left:$BlogListMsgCGapN$; padding-right:$BlogListMsgCGapN$; }
.MsgCellX { padding-left:$BlogListMsgCGapN$; }
.MsgRGap { border-top:$BlogListRS$; }
.MsgCellN { border-left:$BlogListCS$; }
.MsgCellX { border-left:$BlogListCS$; }
.MsgRowD1 { background:$BlogListMsgRowD1$; }
.MsgRowD0 { background:$BlogListMsgRowD0$; }
.BlogListD_1 { background:$BlogListD1$; }
.BlogListD_0 { background:$BlogListD0$; }
.BlogListD_0 { border:$BlogListB$; }
.BlogListD_1 { border:$BlogListB$; }
.BlogListD_0 , .BlogListD_1 { background-image:$BlogListBgImg$; background-position:$pos$; background-repeat:$repeat$; }
.BlogListHTML { width:$BlogListHTMLWidth$; }
.BlogListHTML { margin-top:$BlogListHTMLTop$; }
.BlogListHTML .meMsg_MsgContentBlk.center { padding:$BlogListCntVGap$; margin-right:$BlogListCntVGap$; }
.BlogListHTML .meMsg_MsgContentBlk.left { padding:$BlogListCntVGap$; margin-right:$BlogListCntVGap$; }
.BlogListHTML .meMsg_MsgContentBlk.right { padding:$BlogListCntVGap$; margin-left:$BlogListCntVGap$; }
.BlogListHTML .meMsg_MsgContentBlk.center, .BlogListHTML .meMsg_MsgContentBlk.left, .BlogListHTML .meMsg_MsgContentBlk.right { border:$BlogListCntVB$; }
#ns_Content .meMsg_MsgBlk .meMsg_MsgTitle { font-family:$BlogListTextFont$; color:$color$; font-size:$size$; font-style:$style$; font-weight:$weight$; }
#ns_Content .meMsg_MsgBlk .meMsg_Content { font-family:$BlogListHTMLFont$; color:$color$; font-size:$size$; font-style:$style$; font-weight:$weight$; }
#ns_Content .meMsg_MsgURL { margin-left:$padding$; color:$color$; font-size:$size$; list-style:$BlogListFileSpot$ $pos$ $img$; }
#ns_Content .meMsg_MsgFile { margin-left:$padding$; color:$color$; font-size:$size$; list-style:$BlogListFileSpot$ $pos$ $img$; }
#ns_Content .meMsg_MsgURL a { font-family:$BlogListFileFont$; color:$color$; font-size:$size$; font-style:$style$; font-weight:$weight$; }
#ns_Content .meMsg_MsgFile a { font-family:$BlogListFileFont$; color:$color$; font-size:$size$; font-style:$style$; font-weight:$weight$; }
.BlogListHTML .BlogInfo1 { border-bottom:$BlogListB1$; }
#ns_Content .meMsg_MsgBlk .meMsg_Content { border-top:$BlogListTextHTMLS$; }
.BlogInfoClass { display:$BlogInfoClass$; }
.BlogInfoAuthor { display:$BlogInfoAuthor$; }
.BlogInfo { display:$BlogInfo$; }
.BlogDisp { display:$BlogDisp$; }
.BlogInfoStatus { display:$BlogInfoStatus$; }
.BlogListHTML .BlogListDate { display:$BlogInfoDT$; }
#ns_Content .BlogListHTML .meMsg_MsgContent { display:$BlogContBlk$; }
#ns_Content .BlogListHTML .meMsg_MsgURLList { display:$BlogContBlk$; }
#ns_Content .BlogListHTML .meMsg_MsgFileList { display:$BlogContBlk$; }
#ns_Content .BlogListHTML .meMsg_MsgFromEnd { display:$BlogContBlk$; }
#ns_Content .BlogListHTML .meMsg_MsgListBlk { display:$BlogContBlk$; }
.divPageCtrl { display:$PageCtrlDisp$; }
林內教芋部林內教芋部電話: 0939-735339 地址: 雲林縣林內鄉烏塗路78號 林內教芋部電話: 0939-735339 地址: 雲林縣林內鄉烏塗路78號 |
1047444林內教芋部2026-08-1316:51:56125011ns_janeMsgArticle林內教芋部(芋頭食農教育農場)
ZC10356535
ZC10356529,ZC10356535
1
1
0
41
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2026-08-13 16:51:56
|
第一鰻波工坊第一鰻波工坊電話: 0963-120203 地址: 雲林縣口湖鄉外埔路1-2號 第一鰻波工坊電話: 0963-120203 地址: 雲林縣口湖鄉外埔路1-2號 |
1047443第一鰻波工坊2026-08-1316:36:28125011ns_janeMsgArticle653雲林縣口湖鄉埔南村外埔路1-2號
ZC10356535
ZC10356529,ZC10356535
2
0
0
45
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2026-08-13 16:36:28
|
元富手信工坊元富手信工坊電話: 0910-594787 地址: 雲林縣古坑鄉草嶺村草嶺路89-6號 元富手信工坊電話: 0910-594787 地址: 雲林縣古坑鄉草嶺村草嶺路89-6號 |
1047442元富手信工坊2026-08-1316:17:54125011ns_janeMsgArticle元富手信工坊(咖啡莊園)
ZC10356535
ZC10356529,ZC10356535
3
1
0
42
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2026-08-13 16:17:54
|
鵝童驛站鵝童驛站電話: 05-5821212 地址: 雲林縣古坑鄉湳子23之32號 鵝童驛站電話: 05-5821212 地址: 雲林縣古坑鄉湳子23之32號 |
1047441鵝童驛站2026-08-1316:12:43125011ns_janeMsgArticle鵝媽媽鵝童驛站
ZC10356535
ZC10356529,ZC10356535
4
0
0
35
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2026-08-13 16:12:43
|
洽源馨西點麵包廠洽源馨西點麵包廠電話: 05-5912234 地址: 雲林縣大埤鄉南門街18號 洽源馨西點麵包廠電話: 05-6629991 地址: 雲林縣虎尾鎮延平里下南15-8號 |
1047435洽源馨西點麵包廠2026-08-1316:01:08125011ns_janeMsgArticle雲林100碗-洽源馨、重乳酪、鳥仔餅(雲林100碗)
ZC10356535
ZC10356529,ZC10356535
5
1
0
40
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2026-08-13 16:01:08
|
 虎尾釀電話: 05-6629991 地址: 雲林縣虎尾鎮延平里下南15-8號 虎尾釀電話: 05-6629991 地址: 雲林縣虎尾鎮延平里下南15-8號 |
1047426虎尾釀2026-08-1315:43:32125011ns_janeMsgArticle釀島 | Favorland 虎尾釀酒廠
ZC10356535
ZC10356529,ZC10356535
6
0
0
38
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2026-08-13 15:43:32
|
北溪好厝米北溪好厝米電話: 05-6366197 地址: 雲林縣虎尾鎮北溪里北溪7號 北溪好厝米電話: 05-6366197
地址: 雲林縣虎尾鎮北溪里北溪7號 |
1047424北溪好厝米2026-08-1315:40:16125011ns_janeMsgArticle北溪好厝米【北溪遊客中心】
ZC10356535
ZC10356529,ZC10356535
7
1
0
43
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2026-08-13 15:40:16
|
 何美鳳單位:斗六火車站旅遊服務中心 電話:05-5346806 地址:雲林縣斗六市民生路187號2樓 |
1039752何美鳳2025-12-3016:51:12125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
8
0
0
734
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:51:12
|
 林茂橉單位:斗六火車站旅遊服務中心 電話:05-5346806 地址:雲林縣斗六市民生路187號2樓 |
1039751林茂橉2025-12-3016:51:12125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
9
1
0
711
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:51:12
|
 林岳永單位:斗六火車站旅遊服務中心 電話:05-5346806 地址:雲林縣斗六市民生路187號2樓 |
1039750林岳永2025-12-3016:51:12125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
10
0
0
739
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:51:12
|
 郭俊麟單位:斗六火車站旅遊服務中心 電話:05-5346806 地址: |
1039749郭俊麟2025-12-3016:51:12125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
11
1
0
696
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:51:12
|
 龔榮彰單位:斗六火車站旅遊服務中心 電話:05-5346806 地址:雲林縣斗六市民生路187號2樓 |
1039748龔榮彰2025-12-3016:51:12125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
12
0
0
741
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:51:12
|
 王麗珠單位:高鐵雲林站旅遊服務中心 電話:05-7005288 地址:雲林縣虎尾鎮站前東路301號 |
1039747王麗珠2025-12-3016:51:12125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
13
1
0
697
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:51:12
|
 倪宗奇單位:高鐵雲林站旅遊服務中心 電話:05-7005288 地址:雲林縣虎尾鎮站前東路301號 |
1039746倪宗奇2025-12-3016:50:59125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
14
0
0
693
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:50:59
|
 張連庭單位:高鐵雲林站旅遊服務中心 電話:05-7005288 地址:雲林縣虎尾鎮站前東路301號 |
1039745張連庭2025-12-3016:50:59125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
15
1
0
690
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:50:59
|
 賴淑娥單位:高鐵雲林站旅遊服務中心 電話:05-7005288 地址:雲林縣虎尾鎮站前東路301號 |
1039744賴淑娥2025-12-3016:50:59125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
16
0
0
719
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:50:59
|
 蔡金順單位:高鐵雲林站旅遊服務中心 電話:05-7005288 地址:雲林縣虎尾鎮站前東路301號 |
1039743蔡金順2025-12-3016:50:59125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
17
1
0
689
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:50:59
|
 陳秝穎單位:草嶺遊客中心 電話:05-5831456 地址:雲林縣古坑鄉草嶺村40號之2 |
1039742陳秝穎2025-12-3016:50:52125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
18
0
0
330
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:50:52
|
 陳善計單位:草嶺遊客中心 電話:05-5831456 地址:雲林縣古坑鄉草嶺村40號之2 |
1039741陳善計2025-12-3016:50:52125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
19
1
0
309
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:50:52
|
 陳瑩運單位:草嶺遊客中心 電話:05-5831456 地址:雲林縣古坑鄉草嶺村40號之2 |
1039740陳瑩運2025-12-3016:50:44125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
20
0
0
328
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:50:44
|
 葉世堯單位:草嶺遊客中心 電話:05-5831456 地址:雲林縣古坑鄉草嶺村40號 |
1039725葉世堯2025-12-3016:45:43125011ns_janeMsgArticle
ZC10356535
ZC10356645,ZC10356535
21
1
0
1846
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-30 16:45:43
|
雲林記憶Cool雲林記憶Cool地址:雲林縣虎尾鎮林森路一段501號 電話:886-5-6327282 介紹:週二至週日09:30~18:00,週一公休 雲林記憶Cool地址:雲林縣虎尾鎮林森路一段501號 電話:886-5-6327282 介紹:週二至週日09:30~18:00,週一公休
地址
電話 FAX Email
網站連結https://www.facebook.com/Yunlin.memorycool/
|
1039599雲林記憶Cool2025-12-2400:13:19125011ns_janeMsgArticle雲林記憶Cool
ZC10356535
ZC10356529,ZC10356535
22
0
0
1060
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-24 00:13:19
|
 朝聖酒店地址:雲林縣北港鎮中山路146號 電話:886-5-7822999 介紹:08:00~20:30 朝聖酒店地址:雲林縣北港鎮中山路146號 電話:886-5-7822999 介紹:08:00~20:30
地址
電話 FAX Email
網站連結https://kaoyuhotel-s.com.tw/
|
1039592朝聖酒店2025-12-2323:58:19125011ns_janeMsgArticle朝聖酒店
ZC10356535
ZC10356529,ZC10356535
23
1
0
1074
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:58:19
|
 翠華會館地址:雲林縣古坑鄉崁腳村南昌6-26號 電話:05-7709666 介紹:全年無休,提供住宿與餐飲服務,免費停車。 翠華會館地址:雲林縣古坑鄉崁腳村南昌6-26號 電話:05-7709666 介紹:全年無休,提供住宿與餐飲服務,免費停車。 翠華會館
地址
電話 FAX Email
網站連結https://www.gwhotel.com.tw
|
1039591翠華會館2025-12-2323:58:19125011ns_janeMsgArticle翠華會館 (中華科技大學附屬機構)
ZC10356535
ZC10356529,ZC10356535
24
0
0
921
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:58:19
|
 晁陽綠能園區地址:雲林縣麥寮鄉興華村興華路32號 電話:886-5-7706077 介紹:09:00~17:00(星期一公休) 晁陽綠能園區地址:雲林縣麥寮鄉興華村興華路32號 電話:886-5-7706077 介紹:09:00~17:00(星期一公休)
地址
電話 FAX Email
網站連結http://www.solarfarm.com.tw/
|
1039590晁陽綠能園區2025-12-2323:58:19125011ns_janeMsgArticle晁陽綠能園區
ZC10356535
ZC10356529,ZC10356535
25
1
0
795
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:58:19
|
三好國際酒店三好國際酒店地址:雲林縣斗六市斗六五路35號 電話:886-5-5510999#9 介紹: 三好國際酒店地址:雲林縣斗六市斗六五路35號 電話:886-5-5510999#9 介紹:
地址
電話 FAX Email
網站連結http://www.sunhaohotel.com.tw/
|
1039589三好國際酒店2025-12-2323:58:19125011ns_janeMsgArticle三好國際酒店
ZC10356535
ZC10356529,ZC10356535
26
0
0
1929
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:58:19
|
高香珍喜餅高香珍喜餅地址:雲林縣莿桐鄉中山路130號(天瑤宮旁) 電話:05-5842017 介紹:AM 08:00~PM 21:30 高香珍喜餅地址:雲林縣莿桐鄉中山路130號(天瑤宮旁) 電話:05-5842017 介紹:AM 08:00~PM 21:30
地址
電話 FAX Email
網站連結https://www.ksj.com.tw/
|
1039588高香珍喜餅2025-12-2323:58:19125011ns_janeMsgArticle高香珍本店
ZC10356535
ZC10356529,ZC10356535
27
1
0
632
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:58:19
|
| |
| | |
#PageCtrl { font-family:sө; text-align:center; }
#PageCtrl a { color:#666666; }
#PageCtrl a:hover { color:#ff6622; }
#PageCtrl .PageBtn { margin-left:3px; margin-right:3px; }
#PageCtrl .OtherPage {}
#PageCtrl .ThisPage { color:#000000; font-weight:bold; }
#PageCtrl .RecCount { font-weight:bold; }
總共 58 篇文章 : 頁數 1 2 3 : 下一頁最後一頁
|
|
|
| |