|
$XmlID$ $GroupName$ $CtrlBtn$ |
|
| | |
|
$XmlID$ $GroupName$ $CtrlBtn$
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;
border-radius: 20px;
height: 50px;
width: 100%;
padding-left:10px;
font-size: var(--big-font-size);
}
.SearchBtn {
border-radius: 20px;
background: #6ABA01;
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: #6ABA01;
color: #fff;
font-weight: 500;
line-height: 40px;
width: 40px;
display: inline-block;
height: 42px;
margin:0px 5px;
}
body #PageCtrl .OtherPage{
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 #B4B4B4;
}
body #PageCtrl a:hover{
background: #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 #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$; }
 酸菜文化館地址:雲林縣大埤鄉大德村民生路665-667號 電話:886-5-5911071 介紹:開館時間:週二至週日AM 8:00~AM 12:00,PM 13:30~PM 16:30 休 館 日 :星期一及國定假日休館 |
1039560酸菜文化館2025-12-2323:36:55125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
1
1
0
37
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:36:55
|
 大同醬油黑金釀造館地址:雲林縣斗六市工業區斗工二路39號 電話:886-5-5576899 介紹:08:30-17:30(全年無休) |
1039559大同醬油黑金釀造館2025-12-2323:36:55125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
2
0
0
89
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:36:55
|
 織雲館地址:雲林縣斗六市科加路20號 電話: 05-5519899 介紹:AM 09:00~PM 17:00 假日公休 |
1039558織雲館2025-12-2323:36:55125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
3
1
0
37
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:36:55
|
 台灣鯛生態創意園區地址:雲林縣口湖鄉 崙東村民生路1-88號 電話: 886-5-7993996 介紹:週一至週日:09:00~17:00(週二休館) |
1039557台灣鯛生態創意園區2025-12-2323:36:55125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
4
0
0
104
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:36:55
|
 佛美神仙故事館地址:雲林縣西螺鎮福來路8巷19號 電話:886-5-5862168 介紹:09:00~17:30 |
1039556佛美神仙故事館2025-12-2323:36:55125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
5
1
0
50
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:36:55
|
 興隆毛巾觀光工廠地址:雲林縣虎尾鎮埒內里84-1號 電話:05-6220559 介紹:觀光工廠:08:00~18:00 OUTLET NG毛巾販賣部:假日09:00~16:00 |
1039555興隆毛巾觀光工廠2025-12-2323:36:55125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
6
0
0
149
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:36:55
|
 丸莊醬油觀光工廠地址:雲林縣西螺鎮延平路25號 電話:05-5863666 介紹:08:00~20:30 |
1039554丸莊醬油觀光工廠2025-12-2323:36:55125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
7
1
0
95
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:36:55
|
 蜜蜂故事館地址:雲林縣古坑鄉湳子路88號 電話:05-5828255 介紹:非假日09:00~17:30 例假日和國定假日09:00~18:00 |
1039553蜜蜂故事館2025-12-2323:36:55125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
8
0
0
98
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:36:55
|
 福祿壽觀光酒廠地址:雲林縣古坑鄉中山路11號 電話:886-5-5823106 介紹:展售門市:每日09:00~17:30 酒博館:每日09:00~16:30 |
1039552福祿壽觀光酒廠2025-12-2323:26:54125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
9
1
0
55
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 23:26:54
|
 源順芝麻觀光油廠地址:雲林縣土庫鎮成功路1-62號 電話:05-6622574 介紹:08:00-18:00(營業時間如微調將於官網公告) 廠區除提供旅遊資訊外, 休閒區還有化妝室及飲水設備, 是身障及母嬰友善場域。 探訪「源順芝麻觀光油廠」,可以學習如何選購好油,用好油及吃好油。 最佳伴手禮是已催芽黑芝麻粉及芝麻油。必吃美食是芝麻糖、芝麻冰。" |
1039508源順芝麻觀光油廠2025-12-2303:51:51125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
10
0
0
110
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 03:51:51
|
 偶的家-戲偶文創園區地址:雲林縣斗南鎮建國三路506號 電話:05-5970699 介紹:週二至週日09:00~18:00 (週一休館) 週一逢國定假日與寒暑假照常營業 《營業時間和購票入園資訊如有變動,以偶的家網站或園區現場公告為準》 |
1039507偶的家-戲偶文創園區2025-12-2303:51:51125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
11
1
0
55
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 03:51:51
|
 千巧谷牛樂園有限公司地址:637雲林縣崙背鄉東興路182之32號 電話: 05-6969845 介紹:服務時間:禮拜一~禮拜五上午9時~晚上7時 禮拜六、日上午9時~晚上8時 千巧谷牛樂園牧場 - 名產伴手禮 過年熱門景點 推薦 人氣宅配甜點 春節旅遊景點 團訂 親子景點 當地美食 必吃 彌月蛋糕 特色 休閒景點 奶酪 乳酪蛋糕 |
1039506千巧谷牛樂園有限公司2025-12-2303:51:51125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
12
0
0
108
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 03:51:51
|
 瑞春醬油有限公司地址:雲林縣西螺鎮福田里社口68-31號 電話: 05-588228 介紹:需要在陽光下曝曬至少120天的醬油製程,讓瑞春醬油需要有大片腹地放置陶土古甕,也因為如此,所以在瑞春醬油參觀工廠中才會有這一大片甕場。 最真實的醬油釀造過程,最多數量的甕藏,都代表著瑞春醬油一步一腳印保留古法製醬的決心。 |
1039505瑞春醬油有限公司2025-12-2303:51:51125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
13
1
0
178
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 03:51:51
|
 阿豐麵線糊地址:651雲林縣北港鎮中正路24號 電話: 05-7830773 介紹:介紹來北港必吃的麵線糊的「阿豐油飯麵線糊」,可是北港朝天宮人氣早餐推薦,一早享用一碗熱呼呼的麵線糊加蛋,簡單美味溫暖你的胃,再搭配蝦仁油飯、滷肉飯、滷蛋白、滷豬皮 (假魚肚),吃飽又吃暖,簡單美味的北港早餐就解決啦。 |
1039504阿豐麵線糊2025-12-2303:51:38125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
14
0
0
78
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 03:51:38
|
 狀元珍水蒸蛋糕北港創始店地址:雲林縣北港鎮中山路16號 電話: 05-7835722 介紹:源自民國34年(西元1945年)是員林傳統糕餅店,原名為森屋餅行。當時黑糖蛋糕、鹹蛋糕已是店中之招牌。 |
1039503狀元珍水蒸蛋糕北港創始店2025-12-2303:51:38125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
15
1
0
69
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 03:51:38
|
 虎珍堂菓寮店地址:雲林縣虎尾鎮中山路13號 電話:05-6323639 介紹:虎尾中山路街道上的「虎珍堂菓寮店」建築外觀小巧可愛,像極了日本鄉下的老屋 這裡曾經是日治時代重要街道,現在沿路有各式小吃美食,加上虎珍堂菓寮店旁的小路就是過往的安慶圳,早年安慶圳附近曾有一座神社,現在街道保有些微的舊日本風貌,值得來走走逛逛,感受舊時代氣氛。 |
1039502虎珍堂菓寮店2025-12-2303:51:30125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
16
0
0
136
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 03:51:30
|
 台西玉津烘焙坊地址:雲林縣台西鄉民族路1號 電話: 05-6982630 介紹:台西玉津烘焙坊的蛋黃酥,外觀看起來和傳統蛋黃酥沒有明顯的不同,可是,一口咬下的瞬間,卻能感受到豐富的層次口感,最厲害的是它那「酥皮的脆度」,薄薄一層卻有顯著的酥餅口感,令人印象深刻,老饕客對他們家蛋黃酥的評價幾乎是完勝坊間。 |
1039500台西玉津烘焙坊2025-12-2303:49:37125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
17
1
0
107
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-23 03:49:37
|
 斗六火車站旅遊服務中心地址:雲林縣斗六市民生路187號2樓 電話:886-5-5346806 服務時間:週一至週五上午9時至下午6時,週六至週日及農曆春節(初一至初五)上午9時至下午7時,平、假日中午均無休息。 |
1039329斗六火車站旅遊服務中心2025-12-2212:08:40125011ns_janeMsgArticle
ZC10356535
ZC10355996,ZC10356535
18
0
0
210
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-22 12:08:40
|
 高鐵雲林站旅遊服務中心地址:雲林縣虎尾鎮站前東路301號 電話(05)7005288 服務時間:上午9點至下午5點。 |
1039328高鐵雲林站旅遊服務中心2025-12-2212:08:40125011ns_janeMsgArticle
ZC10356535
ZC10355996,ZC10356535
19
1
0
202
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-22 12:08:40
|
 草嶺旅遊資訊服務中心地址:雲林縣古坑鄉草嶺村40-2號 電話:05-5831456 服務時間:上午9點至下午5點半,周三至周日開館,周一、二休館。特殊休館時間以「粉絲專頁-遇見草嶺」公告為主。 |
1039325草嶺旅遊資訊服務中心2025-12-2212:07:00125011ns_janeMsgArticle
ZC10356535
ZC10355996,ZC10356535
20
0
0
193
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-12-22 12:07:00
|
1035654螺陽文教基金會2025-11-2118:34:35125011ns_janeMsgArticle
ZC10356535
ZC10356529,ZC10356535
21
1
0
214
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-11-21 18:34:35
|
 北港遊客中心地址:雲林縣北港鎮仁和路11號 電話:05-7836102#122 服務時間:服務時間:週二至週日上午9時至下午5時30分,週一排休(遇例假日是需要調整及加班) |
1035605北港遊客中心2025-11-2113:52:03125011ns_janeMsgArticle
ZC10356535
ZC10355996,ZC10356535
22
0
0
463
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-11-21 13:52:03
|
 斗六火車站旅遊服務中心地址:雲林縣口湖鄉梧南村光明路163號 電話:05-7906601 服務時間:上午9點至下午5點 |
1035600斗六火車站旅遊服務中心2025-11-2113:38:11125011ns_janeMsgArticle
ZC10356535
ZC10355996,ZC10356535
23
1
0
406
ns_jane
0
0
/main/wdb2/images/1x1.gif
啟用
2025-11-21 13:38:11
|
| |
| | |
.weForm { width:100%; }
.weForm .header { color:#000000; background:#eeeeee; font-weight:bold; }
.weForm .caption { padding:4px; text-align:right; }
.weForm .captionTop { padding:4px; text-align:right; vertical-align:top; }
.weForm .detail { padding:4px; }
.weForm td.desc { padding:4px; color:#000000; }
.weForm input:read-only { background:rgba(0,0,0,0.1); }
.weForm input:-moz-read-only { background:rgba(0,0,0,0.1); }
.weForm textarea { padding:4px; box-sizing:border-box; }
.weForm input { box-sizing: border-box; width:auto; height: auto; padding: 4px; }
.weForm input.FieldImg[type=edit] {}
.weForm span.btnUploadURL { border: 1px solid #bbbbbb; padding: 3px 5px 5px 5px; background: #dddddd; color:#666666; vertical-align:middle; }
.weForm .button[type=submit] , .weForm .button[type=button] , .weForm .button[type=reset] { height:auto; padding:5px 15px 5px 15px; margin-right:4px; cursor:pointer; }
.weFormDiv .ReturnDesc { text-align:center; }
.weForm .spanDate input[type=edit] { width:auto; }
.weForm .tr[fieldattr="圖片"] .detail img { max-width:400px; max-height:400px; }
@media all and (max-width:400px) {
.weForm .tr[fieldattr="圖片"] .detail img { max-width:100%; }
}
.weForm #tbChkCode { border-spacing:2px; }
.weForm #tdChkCodeInp { border:1px solid #bbbbbb; }
.weForm #tdChkCodeInp input { border:0px; font-size:20px; }
.weForm #tdChkCodeImg { padding:0px; width:120px; height:40px; }
@media all and (max-width:600px) {
.weForm > tbody > tr > td { display:block; }
.weForm .gap { display:none; }
.weForm .detail {}
.weForm .captionTop { font-size:18px; font-weight:bold; text-align:left; }
.weForm input , .weForm textarea , .weForm select {
padding:4px; font-size:18px; font-weight:bold; height:auto; width:100%; box-sizing:border-box; margin-bottom:10px;
}
.weForm input[type=checkbox] {
width:auto; margin:0px 2px 2px 2px;
}
.weForm input.cssWidthAuto { width:auto; }
.weForm #tdChkCodeInp , .weForm #tdChkCodeImg { display:block; }
.weForm #tdChkCodeRenew { display:none; }
}
#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; }
|
|
| |