|
| | |
|
$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$; }
封面上傳2025雲林100亮點
活動介紹
「2025雲林100亮點」將於9月8日(一)公布,由全縣20鄉鎮票選前五名景點組成百大亮點。
同日開跑的「雲遊百景,處處有驚喜」活動,將結合眾多景點與商家優惠,帶給遊客滿滿驚喜!
自9月30日(二)起,每週二推出「周周主打星」,逐一介紹各鄉鎮五大亮點,並同步展開「雲林100亮點尋寶趣」集章活動,
完成單一鄉鎮集章可兌換在地特色禮品,若挑戰完成全縣20鄉鎮,更可獲得尊榮的「亮點制霸紀念禮」。
誠摯邀請大家走進雲林,發現驚喜!
人氣TOP10
得票最高的前10大亮點正式出爐!來到雲林,這些必訪之地你絕對不能錯過!

亮點三重奏
▎第一重:雲遊百景,處處有驚喜
眾多景點與商家同步推出優惠,還在等什麼?立刻揪團暢遊雲林!

▎第二重:周周主打星
9/30(二)起,每週二中午準時鎖定慢遊雲林FB,帶你認識各鄉鎮5大必玩亮點,美景、美食通通不漏接,還可參加抽獎,獲得在地特色大禮包!

▎第三重:雲林100亮點尋寶趣
暢玩雲林百大亮點,別忘了打開「慢遊雲林APP」,參加尋寶集章活動,還能兌換各鄉鎮特色好禮!


2025-09-30 09:35:13.153000 |
10385142025雲林100亮點2025-12-1716:45:45MsgArticle3492025-09-05 00:00:00.0000002027-09-05 00:00:00.000000
ZC10354105
ZC10352656,ZC10354105
1
1
0
1
|
封面上傳#2025藝術宅急便 #春河劇團就在明天 #2025藝術宅急便 \ 春河劇團就在明天 /
親子必看的奇幻冒險劇來啦!
不只看戲,還有小禮物&抽獎等你搶!
春河劇團《動滋達滋森之島》
奇幻冒險 × 戲劇互動 × 全齡歡樂
親子必看的戲劇盛宴 
演出資訊|免費入場
9/6(六)16:00|林內寶隆紙廠
9/7(日)16:00|二崙國小操場
前 50 名限量禮物(每場不同!)
9/6《食物保鮮袋》
9/7《彈簧片收納袋》
領取方式:
15:30現場排隊領號碼牌 → 演後至服務台兌換
入場就能抽大獎!
50 吋電視 、家電好禮 等你抱回家!
打卡牆拍照+公開上傳 FB
#Tag「2025藝術宅急便」+按讚「雲林縣政府文化觀光處」粉專
每人限領 1 張摸彩券
春河劇團加碼抽獎!
追蹤《動滋達滋森之島》FB/IG+訂閱 YouTube
即可再拿「春河限定摸彩券」
獎品: 儲能電源、 桌遊、 黏土組、 48色彩色筆
集點卡挑戰 
看 3 場 → 杯墊 / 手機吊帶
看 5 場 → U 型枕 / 冷水壺
看 8 場 → 限量設計款T恤 
(數量有限,送完為止!)
小提醒:
快揪親友一起來!提早卡位 → 看好戲+搶好禮 → 一次滿足 
#春河劇團 #動滋達滋森之島
#雲林藝術宅急便 #限量50份 #先到先拿 2025-09-05 10:28:43.527000 |
1038513#2025藝術宅急便 #春河劇團就在明天2025-12-1716:45:45MsgArticle3422025-09-05 00:00:00.0000002027-09-05 00:00:00.000000
ZC10354105
ZC10352656,ZC10354105
2
0
0
0
|
封面上傳台灣觀光100亮點\雲林尋寶趣/
虎尾尋寶趣
▎活動介紹
📍虎尾亮點尋寶趣,APP集章送好禮🎁 來虎尾走走,邊玩邊集章,還有伴手禮可以帶回家✨✨
只要下載「慢遊雲林APP」,完成虎尾十大亮點場域的線上集章任務,就能到虎尾建國眷村(丁棟營運管理中心辦公室)換取限定明信片1張,接著憑明信片截角,再前往「饗享濃豆漿」即可兌換特色伴手禮1份! 🎁
(以上數量有限,兌換完畢即結束)

▎操作步驟
 
北港尋寶趣
▎活動介紹
📍北港亮點尋寶趣,APP集章送好禮🎁 來北港走走,邊玩邊集章,還有伴手禮可以帶回家✨✨
只要下載「慢遊雲林APP」,完成北港十大亮點場域的線上集章任務,就能到北港遊客中心(北港登記所)換取限定明信片1張,接著憑明信片截角,再前往「北港祥記花生酥」即可兌換特色伴手禮1份!🎁
(以上數量有限,兌換完畢即結束)

▎操作步驟

古坑尋寶趣
▎活動介紹
📍古坑亮點尋寶趣,APP集章送好禮🎁 草嶺石壁森林療癒基地-世界竹地標,你來過了嗎??? 邊玩邊集章,還有伴手禮可以帶回家✨✨
只要下載「慢遊雲林APP」,完成古坑草嶺的線上集章任務,就能到草嶺遊客中心(草嶺地景館)換取限定明信片1張,接著憑明信片截角,再前往「草嶺山合苑咖啡」即可兌換苦茶油麵線1份! 🎁
(以上數量有限,兌換完畢即結束)

▎操作步驟

禮品介紹
▎虎尾禮品-饗享濃豆漿

▎北港禮品-北港祥記花生酥

▎古坑禮品-特色伴手禮-苦茶油麵線

2025-09-18 12:17:46.300000 |
1038512台灣觀光100亮點\雲林尋寶趣/2025-12-1716:45:45MsgArticle3482025-09-04 00:00:00.0000002027-09-04 00:00:00.000000
ZC10354105
ZC10352656,ZC10354105
3
1
0
1
|
封面上傳\ 2025雲林全國古蹟日-古蹟日攀樹體驗 /\ 2025雲林全國古蹟日-古蹟日攀樹體驗 /
歷經廢村、整體環境重新被大自然接管後,虎尾建國眷村生成了許多與自然共構的生態環境,一村和二村於是保留許多美麗的大樹。這段時間在雲林縣政府的規劃下,建國二村整體的景觀營造出建築與環境共生的樣貌,讓我們一起來揭開這個神祕的地方!
時 間|2025/09/20(六) 14:30-17:30
報名截止|2025/09/12(五) 中午12:00
★ 梯次一 / 14:30-15:30
★ 梯次二 / 15:30-16:30
★ 梯次三 / 16:30-17:30
活動流程|老師統一講解攀樹技巧及注意事項,之後分別操作,報名者皆會體驗到一趟攀樹旅程。
講 師|古國順 老師
地 點|雲林虎尾建國二村( maps.app.goo.gl/yi525gii1h4C6yzt8 )
對 象|五歲以上至體能可負荷之成年人,每梯次15人額滿。(16歲以下需家長陪同)
費 用|150元 / 人
(包含200萬意外險+10萬傷害醫療。★ 特別說明: 依保險法規定15足歲以下及65足歲以上僅能投保20萬傷害醫療險,意外險不提供承保。)
★ 立即報名
https://forms.gle/iTz5MwQSxgSJR58eA 2025-09-04 11:57:26.723000 |
1038511\ 2025雲林全國古蹟日-古蹟日攀樹體驗 /2025-12-1716:45:45MsgArticle3432025-09-02 00:00:00.0000002027-09-02 00:00:00.000000
ZC10354105
ZC10352656,ZC10354105
4
0
0
0
|
封面上傳#雲林國際偶戲節 ✨【第19屆金掌獎|預測最佳團隊 】✨#雲林國際偶戲節
✨【第19屆金掌獎|預測最佳團隊 】✨
一起來看戲吧🤓
📅 9/22~10/12 雲林國際偶戲節在虎尾盛大登場!
首先由最具歷史意義的【金掌獎競賽】打頭陣,
全台菁英仙拚仙、各展身手,宛如神仙打架 ⚡
9/22-9/26 每晚7點~9點 #虎尾同心公園 ,呷飽作伙來看戲 👕✨
🎭【競賽場次】
9/22(一)
✅ 西田社傳統劇場-《台灣圓仔吃到飽》19:00-20:00
✅ 金鷹閣電視木偶劇團-《叱吒風雲-新哪吒》20:00-21:00
9/23(二)
✅ 吳萬響掌中劇團-《雷霆劍影王子復仇記》19:00-20:00
9/24(三)
✅ 臺北木偶劇團-《彭公案》19:00-20:00
✅ 五洲勝義閣掌中劇團-《諸羅傳奇~不存在的王爺囝》20:00-21:00
9/25(四)
✅ 小西園第四代掌中劇團-《河南恨》19:00-20:00
✅ 今日掌中劇團-《轉念》20:00-21:00
9/26(五)
✅ 雲林五洲小桃源掌中劇團-《新目蓮救母》19:00-20:00
✅ 昇平五洲園-《天波樓》20:00-21:00
2025-09-02 10:14:14.073000 |
1038510#雲林國際偶戲節 ✨【第19屆金掌獎|預測最佳團隊 】✨2025-12-1716:45:45MsgArticle3412025-09-02 00:00:00.0000002027-09-02 00:00:00.000000
ZC10354105
ZC10352656,ZC10354105
5
1
0
1
|
| 324 | : | | 1 .. 25 26 27 28 29 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 篇文章 : 頁數 22 23 24 25 26 27 28 29 30 : 第一頁上一頁
|
.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; }
}
|
|
| |