|
| | |
|
$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$; }
 《轉生到異世界成為嘉慶君-發現祖先是詐騙集團?!》 - 明華園戲劇總團#活動分享 #國立雲林科技大學雲泰表演廳 《轉生到異世界成為嘉慶君-發現祖先是詐騙集團?!》 - 明華園戲劇總團 傳統不老,創新不止 明華園即將在雲泰表演廳強勢登場! 這是一場你從未見過的劇場體驗,歷史與現代的界線全面展開! 主角意外穿越時空回到清代宜蘭,卻捲入離奇的土地詐騙案 更驚覺自己的祖先竟也深陷詐騙之中!? 這是一場笑中帶淚、荒誕卻真實深刻的人性旅程! 由台新藝術獎得主宋厚寬執導、傳藝金曲獎最佳編劇入圍者蔡逸璇創作。 無敵小生孫翠鳳攜手綠光劇團吳定謙,以及明華園總團藝術家族聯合演出。 豪華卡司 × 絢麗舞台 × 笑淚交織的劇場體驗! - 演出時間:2026/01/24(六)14:30
售票時間:2025/11/18(二)12:00
售票網址:https://www.opentix.life/event/1989211497736450049
詳情請洽售票系統或雲泰表演廳官網~ 2026-01-06 ~ 2028-01-06 |
1039804《轉生到異世界成為嘉慶君-發現祖先是詐騙集團?!》 - 明華園戲劇總團2026-01-0618:01:57125011ns_janeMsgArticle
ZC10354105
ZC10352656,ZC10354105
1
1
0
39
ns_jane
0
0
/main/wdb2/images/1x1.gif
|
1039803🦄✨ 115 年斗六燈會 即將正式啟動! ✨🦄2026-01-0617:55:41125011ns_janeMsgArticle
ZC10354105
ZC10352656,ZC10354105
2
0
0
35
ns_jane
0
0
/main/wdb2/images/1x1.gif
|
1039723✨【#虎尾聖誕嘉年華|12/25 溫暖閃亮登場】✨🎄2025-12-3016:26:33125011ns_janeMsgArticle
ZC10354105
ZC10352656,ZC10354105
3
1
0
21
ns_jane
0
0
/main/wdb2/images/1x1.gif
|
 \ 12.27-28 2025 雲林設計週 x YCDC文創市集 /\ 12.27-28 2025 雲林設計週 x YCDC文創市集 /
⟠ 2025 雲林設計週 x YCDC文創市集 ⟠ 今年,雲林推出 「2025 雲林設計週」,透過設計競賽、專題講座、主題特展與文創市集,集結設計能量,讓創意走進日常、走進城市,呈現雲林在地文化與創意設計的多元樣貌
本週六日,邀請民眾走進雲林縣文化觀光處,一起感受設計如何融入生活、連結地方,讓創意成為日常風景的一部分。
⟠ 12/27(六)主舞台 ▸ 1300-1400 |不插電音樂演出-沙發Day ▸ 1400-1530 |魔術親子氣球 ▸ 1530-1630 |火舞特技秀 ▸ 1630-1730 |不插電音樂演出-韋銓
⟠ 12/28 (日)主舞台 ▸ 1300-1400|不插電音樂演出-阿岳 ▸ 1400-1530 |魔術親子泡泡秀 ▸ 1530-1630|火舞特技秀 ▸ 1630-1730|不插電音樂演出-蕭名棻
…更多活動詳細資訊 Coming Soon…
◞ 活動日期|12/27(六)- 12/28 (日) ◞ 活動時間|13:00-18:00 ◞ 活動地點|雲林縣文化觀光處迴廊 ◞ 指導單位|文化部 ◞ 承辦單位|YCDC雲林創意設計中心 ◞ 協力單位|沐木品牌整合行銷 ◞ 贊助單位|印象派數位廣告印刷
#雲林設計週 #雲林設計獎 #雲林市集 #YunlinDesignAward #YunlinFlow #設計讓地方被看見 #雲林創意設計中心 #雲林文化中心 #雲林縣文化觀光處 2025-12-23 ~ 2027-12-23 |
1039722\ 12.27-28 2025 雲林設計週 x YCDC文創市集 /2025-12-3016:21:38125011ns_janeMsgArticle
ZC10354105
ZC10352656,ZC10354105
4
0
0
19
ns_jane
0
0
/main/wdb2/images/1x1.gif
|
| 2025-12-22 2025-12-22 ~ 2027-12-22 |
1039721【虎尾聖誕嘉年華|12/25 溫暖閃亮登場】2025-12-3016:21:38125011ns_janeMsgArticle
ZC10354105
ZC10352656,ZC10354105
5
1
0
16
ns_jane
0
0
/main/wdb2/images/1x1.gif
|
1039720\雲林跨年住宿看這裡/2025-12-3016:21:38125011ns_janeMsgArticle
ZC10354105
ZC10352656,ZC10354105
6
0
0
18
ns_jane
0
0
/main/wdb2/images/1x1.gif
|
1039719《顏伯駿 × 時間的形狀》2025-12-3016:21:08125011ns_janeMsgArticle
ZC10354105
ZC10352656,ZC10354105
7
1
0
20
ns_jane
0
0
/main/wdb2/images/1x1.gif
|
1039718《今夜無法說相聲之大師走了》#雲林表演廳2025-12-3016:20:42125011ns_janeMsgArticle
ZC10354105
ZC10352656,ZC10354105
8
0
0
3
ns_jane
0
0
/main/wdb2/images/1x1.gif
|
1039717潮市集・聖誕老饕市集2025-12-3015:51:19125011ns_janeMsgArticle
ZC10354105
ZC10352656,ZC10354105
9
1
0
7
ns_jane
0
0
/main/wdb2/images/1x1.gif
|
 ˚꒰♡ 電光跨年 點亮未來 Light Up Yunlin♡꒱˚ #跨年晚會懶人包 今年雲林特別舉辦跨年活動,邀請大家一起留在雲林迎接 2026! 一次整理跨年期間最實用的 食、宿、遊、購、行 資訊,從在地美食、特色住宿、必遊景點到交通動線, 讓你不用煩惱行程規劃,輕鬆玩雲林、一起倒數迎新年! 【文章目錄】
————跨年晚會———— ▎藝人卡司 ▎場地配置圖 ▎入場須知

▎演出順序 Coming Soon ▎煙火落焰區管制  ————市集資訊———— ▎市集資訊:跨年夜,一起逛市集迎新年 📍跨年不只有舞台演出,現場還有熱鬧市集陪你一路逛到倒數。
集結在地特色攤位、美食小吃與文創好物,吃喝玩樂一次滿足,不論是補充能量、挑選伴手禮,都能在市集中找到屬於你的跨年時刻!  





————轉播資訊———— ————周邊活動———— ▎糖都嘉年華 👉 限定店家優惠 ➊ #甜蜜體驗工作坊 👉 報名 ➋ #蔗麼甜蜜一日走讀 👉報名 ➌ #甜味飲食文化行動 👉 報名 ➍ #甜品聯合優惠活動 👉 報名 ➎ #糖廠秘境導覽 👉 報名 ➏ #糖都嘉年華串聯計畫 👉 報名 ➐ #糖業文化限定繪本導覽 👉 報名 ➑ #走讀見學巡迴展 👉 報名 ➒ #甜蜜季風,追尋糖鐵的風與路 👉 報名 ➓ #糖業百年文物館特展 👉 報名  ▎虎尾聖聖誕嘉年華  ▎雲林設計週  ————交通資訊———— ▎交通便利,輕鬆抵達跨年現場 📢不論你從哪裡來,都能順利到雲林。
高鐵、台鐵、公車與接駁服務完善,活動期間更貼心規劃交通動線,讓你專心玩、安心回家!    ▎接駁車  ▎住宿:安心入住,玩到最後一刻 📢跨年夜不用趕回家!雲林多元住宿選擇,從特色民宿到舒適飯店,讓你輕鬆留宿、隔天繼續玩。提前預訂,給自己一個不匆忙的新年開始。 👉 交通部觀光署旅宿網 👉 雲林跨年住宿看這裡 ▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ 📍虎尾 天后宮香客大樓 ■地址:雲林縣虎尾鎮北平路18號
■預約電話:05-6322815
■聯絡人:會計
■可供住宿期間:12/31-1/1
■房間數:15*7間
(需至少5人才能預訂) *無提供盥洗空間 *枕頭、睡袋、涼被可自取(數量有限,取完為止) *採不收費,可自行隨喜香油錢 ▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▎遊程:白天玩雲林,夜晚嗨跨年! 📢白天漫遊雲林景點,夜晚一起倒數迎新。
不論是親子景點、文青秘境或自然風景,雲林都能讓你從早玩到晚,跨年不只是一場晚會,更是一趟完整旅程! 👉 雲編推薦遊程       ▎雲林100亮點 📢期間限定打卡景點  2025-12-19 ~ 2027-12-15 |
1039716˚꒰♡ 電光跨年 點亮未來 Light Up Yunlin♡꒱˚ #跨年晚會懶人包2025-12-3015:51:19125011ns_janeMsgArticle
ZC10354105
ZC10352656,ZC10354105
10
0
0
21
ns_jane
0
0
/main/wdb2/images/1x1.gif
|
 ˚꒰♡ 電光跨年 點亮未來 Light Up Yunlin♡꒱˚ 全台最亮跨年夜宣傳記者會完整卡司出爐🎉˚꒰♡ 電光跨年 點亮未來 Light Up Yunlin♡꒱˚ 全台最亮跨年夜宣傳記者會完整卡司出爐 大家有沒有跟上我們的直播呢 HIGHLIGHT、羅志祥、周湯豪、艾怡良、舞思愛、吳卓源、AcQUA源少年、薛恩、慢慢說、甜約翰、西屯純愛組
11組超強卡司相約雲林一起𝗟𝗶𝗴𝗵𝘁 𝗨𝗽 𝟮𝟬𝟮𝟲.ᐟ.ᐟ ★全程直播!18:00-00:30雲林縣政府YT&FB、八大電視台YT ★獨家轉播!20:00-00:30鎖定八大綜合台CH28 ★視覺震撼!半環場弧形煙火點亮夜空 ★強勢襲台!獨家韓流登入雲林相約倒數 ★完全免費!免門票入場一起嗨翻跨年夜 手刀訂購車票、住宿~雲林美食、美景歡迎你 ⇆ 2025 ◁ ❚❚ ▷ 2026 ↻ 雲林跨年晚會《電光跨年✧點亮未來》 相約在 #雲林縣立田徑場 我們不見不散 2025-12-12 ~ 2027-12-12 |
1039715˚꒰♡ 電光跨年 點亮未來 Light Up Yunlin♡꒱˚ 全台最亮跨年夜宣傳記者會完整卡司出爐🎉2025-12-3015:51:19125011ns_janeMsgArticle
ZC10354105
ZC10352656,ZC10354105
11
1
0
6
ns_jane
0
0
/main/wdb2/images/1x1.gif
|
| 324 | : | | 1 2 3 4 5 6 7 8 9 10 .. 30 | : | |
| |
| | |
#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; }
總共 324 篇文章 : 頁數 1 2 3 4 5 6 7 8 9 10 : 下一頁最後一頁
|
.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; }
}
|
|
| |