|
| | |
|
$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$; }
🎭《誰是英雄》#昇平五洲園🎭《誰是英雄》——在大時代中,平凡的人也能展現不凡的勇氣...
|劇情簡介|
清朝末年,動盪的時局下,西螺堡的劉明善率領鄉勇團,守護家園、捨身為義,成為人人敬仰的「阿善師」。平凡父子廖明昌與廖鐵牛意外捲入土匪的陰謀,一場選擇與犧牲的考驗,讓人不禁思考──誰才是真正的英雄?
💥 這是一齣讓你重新思考「英雄」意義的故事。
💥 真正的英雄是手持兵器的領袖,還是為了守護親情與正義,願意犧牲自我的平凡人?
|劇目特色|
🔹本劇榮獲2015年雲林金掌獎比賽「最佳團體獎」。
🔹情節扣人心弦,融合歷史、義氣與人性的深刻描寫。
🔹臺灣近代史,關於大時代中小人物的故事,情節穿插生活化的對白,精彩打鬥橋段。
🔹演出搭配現場文武場伴奏,優美樂曲不可錯過!
🔹閩南語演出,搭配國語字幕,全齡觀賞無障礙。
🔹演出結束後可以和戲偶合照,還有機會獲得劇團精美小禮物🎁
🔹建議10歲以上觀眾觀賞。
《誰是英雄》不只是布袋戲的經典演出,更是一場關於勇氣、選擇與人性的深刻對話。
邀您一起走進劇場,一同見證屬於台灣的英雄傳奇!
🌟演出資訊
時間|7/27 (日) 15:00-16:00
地點|雲林表演廳 Yunlin Performance Hall
購票連結|https://www.opentix.life/event/1901834287450480640
#昇平五洲園 #傳統布袋戲 #傳統北管樂曲 #誰是英雄
2025-07-21 15:50:52.200000 |
1038477🎭《誰是英雄》#昇平五洲園2025-12-1717:43:25MsgArticle3092025-07-21 00:00:00.0000002027-07-21 00:00:00.000000
ZC10352656
ZC10352656,ZC10354105
1
1
0
2
|
封面上傳 2025-07-21 15:24:46.263000 |
1038476━━ 本週家湖表演廳有什麼表演節目呢? ━━2025-12-1717:43:25MsgArticle3082025-07-21 00:00:00.0000002025-07-28 00:00:00.000000
ZC10352656
ZC10352656,ZC10354105
2
0
0
1
|
封面上傳 2025-07-17 17:16:00.987000 |
1038475《三個傻瓜》登場雲林表演廳2025-12-1717:43:25MsgArticle3072025-07-17 00:00:00.0000002027-07-17 00:00:00.000000
ZC10352656
ZC10352656,ZC10354105
3
1
0
1
|
封面上傳 2025-07-15 14:59:03.647000 |
1038474《北港樂團100周年慶傳承音樂會 》2025-12-1717:43:25MsgArticle3062025-07-15 00:00:00.0000002027-07-15 00:00:00.000000
ZC10352656
ZC10352656,ZC10354105
4
0
0
2
|
封面上傳 2025-07-14 09:53:35.047000 |
1038473 優人神鼓《涉空而來》震撼啟售|雲林限定 2025-12-1717:43:25MsgArticle3052025-07-14 00:00:00.0000002025-08-03 00:00:00.000000
ZC10352656
ZC10352656,ZC10354105
5
1
0
2
|
封面上傳 2025-07-14 09:47:29.543000 |
1038472🎋【夏至藝術節|茶文化音樂之旅音樂會】🎶2025-12-1717:43:25MsgArticle3042025-07-14 00:00:00.0000002025-07-20 00:00:00.000000
ZC10352656
ZC10352656,ZC10354105
6
0
0
2
|
封面上傳📢2025夏至藝術節 x 唐美雲歌仔戲團《天鵝宴》 經典呈現 🎭📢2025夏至藝術節 x 唐美雲歌仔戲團《天鵝宴》 經典呈現
🎭 今天中午12點正式開賣啦🔥
睽違經典,強勢回歸!最耐人尋味小生唐美雲、最美娘子許秀年,再加上戲曲界黃金拍檔小咪與王金櫻,攜手打造最強卡司,一演你心目中不朽的《天鵝宴》💥
🎟️ 搶票時間:7/11(今天)中午12:00開始
🎪 演出時間:2025/8/30(六)14:30
📍 地點:雲林表演廳(雲林縣斗六市大學路三段310號)
👉購票傳送門:
🔗 https://www.opentix.life/event/1942866940004970497
只有一場!限量開搶!錯過只能看別人炫耀😭
#天鵝宴 #唐美雲歌仔戲團 #雲林限定場 #歌仔戲經典 #夏至藝術節 #今天開賣 2025-07-11 16:33:13.457000 |
1038471📢2025夏至藝術節 x 唐美雲歌仔戲團《天鵝宴》 經典呈現 🎭2025-12-1717:43:25MsgArticle3032025-07-11 00:00:00.0000002027-07-11 00:00:00.000000
ZC10352656
ZC10352656,ZC10354105
7
1
0
3
|
封面上傳✨【漫遊糖工場 虎尾糖業漫畫聯展】 ✨✨【漫遊糖工場 虎尾糖業漫畫聯展】 ✨
1909年,虎尾糖廠開始製糖,自日本時期開始,一直都是臺灣重要的製糖工場,經歷國際糖價低迷及糖廠停閉潮,時至今日,虎尾糖廠是臺灣唯二使用甘蔗生產原料糖的製糖工場,並保留全臺唯一運蔗五分車。虎尾地區因糖業而生,其具特色的歷史故事和所形塑的生活紋理,亦成為漫畫家們的創作靈感。
本團隊邀請虎尾在地漫畫家陳小雅合作,繪製以虎尾糖廠製糖工場為主題的漫畫,其生動細膩的筆觸,仔細呈現製糖工業流程中每個步驟與面貌。而小雅的作品亦將首度透過本次展覽進行公開展示。本次展覽亦將展示張季雅老師和探路者的作品,透過空軍、臺日籍技術人員與建國眷村、虎尾糖廠之間相互交織的故事,呈現30至40年代虎尾地區因糖而生的甜蜜回憶。
此外,本團隊亦將於開展當天舉辦漫畫家分享及虎尾糖廠導覽活動,帶領大家一起回顧30-40年代,屬於虎尾糖廠的獨特回憶,感受虎尾糖廠甜蜜的糖業歷史篇章。
----------活動資訊----------
➀ 漫遊糖工場 虎尾糖業漫畫聯展
✦展覽期間:2025/07/14(一)—08/31(日)
✦展覽地點:虎尾驛(雲林縣虎尾鎮中山路10號)
✦展覽時間:早上9時至下午6時(依場域開放時間為準)
─═─═─═─═─═─═─═─
➁ 在地漫畫家座談會-與陳小雅有約
✦活動地點:虎尾驛(雲林縣虎尾鎮中山路10號)
✦活動日期:2025/07/14(一)
✦活動時間:下午1時30分至3時
✦名 額:20名
③ 走進虎尾糖廠:製糖工場大揭密~從漫畫到工場的虛實走讀
✦活動地點:虎尾糖廠製糖工場
✦活動日莉:2025/07/14(一)
✦活動時間:下午3時至4時
✦名 額:20名
凡參與7/14號座談會及糖廠導覽者,將獲贈小雅所繪製的虎尾糖廠製糖工場海報乙張!
─═─═─═─═─═─═─
❱❱❱ 報名連結:https://forms.gle/y9D8YDKiGpxkooNj8
❱❱❱ 誌糖所-糖業文化路徑Facebook:https://reurl.cc/DAn39O
活動聯絡人:劉先生 05-631-3107
─═─═─═─═─═─═─═─
主辦單位: #文化部文化資產局
執行單位: #國立虎尾科技大學 #永續發展暨社會責任處
協力單位: #雲林縣虎尾鎮建國眷村再造協會 #文化保溫瓶
#臺灣糖業文化路徑
2025-07-08 15:31:00.727000 |
1038470✨【漫遊糖工場 虎尾糖業漫畫聯展】 ✨2025-12-1717:43:25MsgArticle3022025-07-08 00:00:00.0000002025-09-01 00:00:00.000000
ZC10352656
ZC10352656,ZC10354105
8
0
0
1
|
封面上傳 2025-07-08 14:44:11.317000 |
1038469雲林表演廳 暑期活動2025-12-1717:43:25MsgArticle3012025-07-08 00:00:00.0000002025-09-01 00:00:00.000000
ZC10352656
ZC10352656,ZC10354105
9
1
0
2
|
封面上傳 2025-07-03 13:43:09.433000 |
10384682025年7月份《雲林藝文月刊》出刊囉!2025-12-1717:43:25MsgArticle3002025-07-01 00:00:00.0000002027-07-01 00:00:00.000000
ZC10352656
ZC10352656,ZC10354125
10
0
0
3
|
封面上傳 2025-07-02 08:58:56.337000 |
1038467🎪✨ Eye Catching Circus《創造焦點》✨🎪2025-12-1717:43:25MsgArticle2992025-07-02 00:00:00.0000002027-07-28 00:00:00.000000
ZC10352656
ZC10352656,ZC10354105
11
1
0
2
|
| 409 | : | | 1 2 3 4 5 6 7 8 9 10 .. 38 | : | |
| |
| | |
#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; }
總共 409 篇文章 : 頁數 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; }
}
|
|
| |