|
| | |
|
$XmlID$ $GroupName$ $CtrlBtn$
html, body { background:#FBFAF8;}
/* 自訂CSS */
.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$; }
封面上傳 2024-10-11 15:43:11.197000 |
1038409 2024年10月份《雲林藝文月刊》出刊囉!2025-12-1717:43:25MsgArticle2602024-10-01 00:00:00.0000002024-12-31 00:00:00.000000
ZC10354125
ZC10352656,ZC10354125
1
1
0
6
|
封面上傳 2024-09-02 09:09:21.150000 |
10384062024年9月份《雲林藝文月刊》出刊囉!2025-12-1717:43:25MsgArticle2572024-09-02 00:00:00.0000002024-12-31 00:00:00.000000
ZC10354125
ZC10352656,ZC10354125
2
0
0
4
|
封面上傳2024年7月份《雲林藝文月刊》出刊囉!🌟2024 雲西海洋音樂季於7月13日起兩個週末六、日在四湖三條崙海水浴場登場🌊💧,
後續2024成龍濕地流動藝術饗宴在7/27、7/28接續舉辦❤️
除有環境劇場外,更有市集、表演活動等☀️
另有藝術宅急便-下鄉巡演活動,場場都精彩 歡迎邀請全國民眾參加暑假期間最文青的嘉年華活動!❤️
相關活動這裡看>>https://content.yunlin.gov.tw
線上點閱全文電子書⬇️️
https://ws.yunlin.gov.tw/001/Upload/422/ebook/ebook_315748/index.html
️️⬇️️本月精彩主題活動⬇️️
7/13(六)~7/21(日)
2024 雲西海洋音樂季🏖️
7/20(六)
虎尾建國眷村深度導覽🏘️
7月27日(六)、7月28日(日)
口湖成龍濕地流動藝術饗宴❤️
藝術宅急便-下鄉巡演🎉
7/21(日)19:00台西安西府
7/27(六)14:00口湖成龍濕地
7/28(日)14:00口湖成龍濕地
8/4(日)15:00元長鰲峰宮
8/17(六)19:00四湖參天宮
8/24(六)19:00北港1911好庫園區
8/28(三)19:00麥寮拱範宮第二停車場
8/29(四)19:00褒忠順天宮
8/30(五)19:00水林通天府
9/8(日)15:00麥寮拱範宮第二停車場
9/14(六)16:30崙背圖書館旁停車場
10/05(六)19:00東勢國中
8月第一~第四週的(六)、(日)
雲林縣友善農業推展協會-
社區導覽解說人員深度培訓課程🏡 2024-07-02 17:04:31.540000 |
10383932024年7月份《雲林藝文月刊》出刊囉!🌟2025-12-1717:43:25MsgArticle2462024-07-01 00:00:00.0000002024-12-31 00:00:00.000000
ZC10354125
ZC10352656,ZC10354125
3
1
0
2
|
封面上傳 2024-05-23 08:54:44.690000 |
10383892024年6月份《雲林藝文月刊》出刊囉!🌟2025-12-1717:43:25MsgArticle2432024-05-23 00:00:00.0000002024-12-31 00:00:00.000000
ZC10354125
ZC10352656,ZC10354125
4
0
0
6
|
封面上傳2024年~熱騰騰雲林~5月藝文月刊出爐了!🌟2024年~熱騰騰雲林~5月藝文月刊出爐了!
「慢遊雲林APP」是雲林縣智慧觀光旅遊最佳利器🔥
APP整合雲林縣食、宿、遊、購、行,以及季節性、節慶文化觀光活動👍
邀請大家一起來雲林~
「香客轉遊客,遊客變常客」🙏
「上半年瘋女神,下半年瘋男神」
⬇️️線上點閱全文電子書⬇️️
https://ws.yunlin.gov.tw/001/Upload/422/ebook/ebook_297569/index.html
️️⬇️️本月精彩主題活動⬇️️
即日起~6/30(日)
與神同行-慢遊雲林 抽百萬名車🚙
5/18(六)6:00
雲林六房媽過爐🙏
4/20(六)~5/5(日)
媽祖文化藝術饗宴-藝韻繪影🎨
#雲林縣政府文化觀光處 #雲林藝文月刊 2024-04-26 11:07:05.413000 |
10383882024年~熱騰騰雲林~5月藝文月刊出爐了!🌟2025-12-1717:43:25MsgArticle2422024-04-26 00:00:00.0000002026-04-26 00:00:00.000000
ZC10354125
ZC10352656,ZC10354125
5
1
0
3
|
封面上傳2024年4月份《雲林藝文月刊》出刊囉!台灣首度以「竹」為主題 展出「2024 竹博覽會」
展出內容包含〈植〉〈技〉〈築〉〈藝〉〈育〉〈饗〉六個面向
呈現台灣竹的文化與相關產業發展
⬇️️線上點閱全文電子書⬇️️
https://ws.yunlin.gov.tw/001/Upload/422/ebook/ebook_294354/index.html
️️⬇️️本月精彩主題活動⬇️️
「2024 竹博覽會」雲林展區 活動網站這裡看>>https://www.caolingftf.com/
石壁竹創森園區相關活動🌳
4/19(五)~ 4/28(日)
🌲石壁竹創森園區自導式體驗
4/19 ~ 21(五~日)、4/26 ~ 28(五~日)
🌞竹林療癒市集
4/19(五)~ 4/28(日)
👐竹林療癒工作坊
4/26(五)~ 4/27(六)
⛺螢光露營
斗六糖廠-竹創基地相關活動
4/19(五)~ 4/28(日)🌟島嶼構竹作品展覽
4/19(五)~ 4/28(日)✨普悠瑪竹構課程成果展
🌅雲耀虎威光廊4 月啟燈:
夏令時段(5-10 月)18:00 ~ 22:00
冬令時段(11-4 月)17:00 ~ 22:00
活動地點:虎尾合同廳舍、雲林布袋戲館、雲林故事館、雲林記憶 Cool、聖名公園
4/13(六)、4/14(日)9:00~17:00
🌺2024雲林古坑-桐聚、心花開
4/20(六)~5/5(日)
🎨媽祖文化藝術饗宴-藝韻繪影
#雲林縣政府文化觀光處
#雲林藝文月刊 2024-03-28 15:51:29.813000 |
10383822024年4月份《雲林藝文月刊》出刊囉!2025-12-1717:43:25MsgArticle2372024-03-28 00:00:00.0000002026-03-28 00:00:00.000000
ZC10354125
ZC10352656,ZC10354125
6
0
0
1
|
封面上傳2024年3月份《雲林藝文月刊》出刊囉!春暖花🌻開的季節!最適合出門郊遊踏青,欣賞藝文活動了❤
雲林山、海、平原樣樣都精彩🥰!
雲林縣政府與學校為了每年度舉辦兒童美術比賽🍭
提供兒童揮灑美術創作的舞台
歡迎本縣國小及幼兒園學童報名參與美術比賽!💯
大自然的嬌客紫斑蝶🦋,翩翩飛舞著翅膀來到林內鄉,一年一度的盛會「林內鄉紫斑蝶季」即將展開。
利用午後休閒時光來到虎尾建國眷村,探索日軍遺跡與眷村,讓您發現許多驚喜。🏠
所有精彩的藝文活動訊息,都在《雲林藝文月刊》。
⬇️️線上點閱全文電子書⬇️️
https://ws.yunlin.gov.tw/001/Upload/422/ebook/ebook_291144/index.html
️️本月精彩主題活動⬇️️
3/20(三)113年度雲林縣第32屆兒童美術比賽🎨
3/30(六)、3/31(日)∼4/6(六)、4/7(日)因故改至4月27日(六)、4月28日(日)∼ 5月4日(六)、5月5日(日)舉辦。
雲林縣林內鄉2024年紫斑蝶季系列活動🦋
3/16(六)15:00
虎尾建國眷村深度導覽🎤
#雲林縣政府文化觀光處
#雲林藝文月刊 2024-03-19 15:19:31.260000 |
10383752024年3月份《雲林藝文月刊》出刊囉!2025-12-1717:43:25MsgArticle2312024-02-29 00:00:00.0000002026-03-01 00:00:00.000000
ZC10354125
ZC10352656,ZC10354125
7
1
0
5
|
封面上傳台灣好行-北港虎尾線3/1起將調整站點【台灣好行-北港虎尾線 站點調整公告❗️】
台灣好行-北港虎尾線3/1起將調整站點囉‼️
新調整的站點是「千巧谷牛樂園牧場」🐮
「千巧谷牛樂園牧場」是以牛隻為主題的彩繪建築物🏠
園區內融合在地農村特色,四處還有乳牛造型的裝置藝術🎨
並且販售多樣由千巧谷烘焙坊出產的麵包、伴手禮🍞
另外還有沙坑等遊戲區,也是假日與親子同樂的好地方唷~
📍路線站點:
斗六火車站→高鐵雲林站→雲林布袋戲館→北港朝天宮→口湖遊客中心→三條崙海清宮→麥寮拱範宮→千巧谷牛樂園牧場→高鐵雲林站→斗六火車站
📍一日券票價: NT$300
📍台灣好行-雲林三線官方網站:https://www.yunlinshuttlebus.com.tw 2024-02-27 17:28:13.557000 |
1038374台灣好行-北港虎尾線3/1起將調整站點2025-12-1717:43:25MsgArticle2302024-02-27 00:00:00.0000002026-02-27 00:00:00.000000
ZC10354125
ZC10352656,ZC10354125
8
0
0
4
|
封面上傳2024年2月份熱騰騰雲林~藝文月刊出爐了!🎊2024年2月份雲~藝文月刊出爐了!🎊
趕緊把握時機~強先來索取精彩藝文節目❤️
↓線上點閱全文電子書↓🔥
https://ws.yunlin.gov.tw/001/Upload/422/ebook/ebook_288088/index.html
======================
本月主打2024北港燈會2/6(二)至2/25(日)🥳
今年規劃四大主題-
龍耀雲騰、龍耀時光、龍耀迎新及魚躍龍門🐉
含括七大燈區-
北港朝天宮、顏思齊紀念碑圓環
北港登記所、大復戲院、北港義民廟
老街巷弄及水道頭文化園區。🏆
展期間將有熱鬧的燈會市集、街頭藝人表演🌤️
DIY手作體驗及限量小提燈兌換等豐富精采活動。
🌻 連續假期從2/8日至2/14日共七天,
帶領民眾看見榮耀的燈會原鄉
一展累積多年璀璨耀眼的成果
邀請全國民眾一同來共賞,耀眼雲林之美! 🌟
本月精彩主題活動⬇️️
2/6(二)~2/25(日)
2024北港燈會
2/10(六)~3/10(日)
2024草嶺石壁櫻花季
即日起~2/14(三)
2024新春雲遊地文館 好運龍來
#雲林縣政府文化觀光處 #雲林藝文月刊 2024-02-07 16:41:23.123000 |
10383632024年2月份熱騰騰雲林~藝文月刊出爐了!🎊2025-12-1717:43:25MsgArticle2192024-02-07 00:00:00.0000002026-02-07 00:00:00.000000
ZC10354125
ZC10352656,ZC10354125
9
1
0
4
|
封面上傳2024年1月份《雲林藝文月刊》出刊囉!🔥 精彩活動一本掌握📖
線上電子書⬇️️ https://ws.yunlin.gov.tw/001/Upload/422/ebook/ebook_284181/index.html
✨本月主打✨⬇️️ 『龍耀雲騰』好運「龍」乎你(妳)!🐉
揮別疫情陰霾,在新的一年,期許士、農、工、商各行各業都福臨門戶、蓬勃發展、經濟上揚。!🎇
連續假期從2/8~2/14,共計7天,
串聯縣內宮廟、地方文化館舍、觀光工廠、特色景點與活動等,🥳
推出適合全家的主題式「新春遊雲林」建議遊程,🌅
邀請全國民眾、返鄉遊子攜家帶眷,
一起來探索雲林迷人風土!❤️
️️⬇️️本月精彩主題活動⬇️️
2/8(四)~2/14(三)
『龍耀雲騰』好運「龍」乎你(妳)
1/6(六)~2/4(日)
2024傳藝雲林迎春接力揮毫
1/20(六)15:00
虎尾建國眷村深度導覽
#雲林縣政府文化觀光處 #雲林藝文月刊 2024-02-06 10:21:10.003000 |
10383552024年1月份《雲林藝文月刊》出刊囉!2025-12-1717:43:25MsgArticle2102024-01-02 00:00:00.0000002024-03-30 00:00:00.000000
ZC10354125
ZC10352656,ZC10354125
10
0
0
5
|
封面上傳 2024-02-06 10:15:35.710000 |
10383522023年12月份《雲林藝文月刊》出刊囉!2025-12-1717:43:25MsgArticle2082023-12-05 00:00:00.0000002024-02-29 00:00:00.000000
ZC10354125
ZC10352656,ZC10354125
11
1
0
2
|
| |
| | |
#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; }
總共 46 篇文章 : 頁數 1 2 3 4 5 : 上一頁 : 下一頁最後一頁
|
.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; }
}
|
|
| |