|
| | |
|
$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$; }
封面上傳雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (113年2月1日至113年3月31日止)合法登記旅館
 
合法登記民宿
 
違法旅宿(包含非法和違規擴大經營)

2024-08-01 13:52:50.953000 |
1038400雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (113年2月1日至113年3月31日止)2025-12-1717:43:25MsgArticle2512024-04-16 00:00:00.0000002025-03-31 00:00:00.000000
ZC10354134
ZC10352656,ZC10354134
1
1
0
4
|
封面上傳※虎尾眷村聚落建築群※休園公告⚠️❗虎尾眷村聚落建築群重要公告 ❗⚠️
因凱米颱風造成眷村聚落近30顆大小樹木倒塌,斷枝落葉圍堵聚落交通,整體環境尚待整頓。
虎尾建國村於在 7/27(六)-8/2(五)休園一週 ,進行相關樹木移除及清整作業,
園區道路配合樹木移除作業,將不定期進行交通管制,望民眾見諒配合。
另園區內進駐店家 營業狀況及相關活動,依 各店家粉絲專頁自行公告為主。 2024-07-29 11:08:38.717000 |
1038399※虎尾眷村聚落建築群※休園公告2025-12-1717:43:25MsgArticle2502024-07-27 00:00:00.0000002024-08-03 00:00:00.000000
ZC10354134
ZC10352656,ZC10354134
2
0
0
1
|
封面上傳※台灣好行古坑草嶺線※暫時停駛公告#暫時停駛公告
因🌀凱米颱風豪雨🌧,造成山區路況不佳,
雲林草嶺線近期暫時停駛,復駛時間另行通知,
如有造成不便,敬請見諒🙇♀️
#台灣好行 #雲林草嶺線
#古坑草嶺 #五元兩角 #草嶺石壁森林療癒基地 2024-07-29 11:09:54.573000 |
1038398※台灣好行古坑草嶺線※暫時停駛公告2025-12-1717:43:25MsgArticle2492024-07-29 00:00:00.0000002024-08-30 00:00:00.000000
ZC10354134
ZC10352656,ZC10354134
3
1
0
2
|
封面上傳雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (112年11月1日至113年1月31日止)合法登記旅館
  
合法登記民宿
  
違法旅宿(包含非法和違規擴大經營)

2024-03-29 18:04:21.807000 |
1038383雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (112年11月1日至113年1月31日止)2025-12-1717:43:25MsgArticle2382024-03-29 00:00:00.0000002025-03-29 00:00:00.000000
ZC10354134
ZC10352656,ZC10354134
4
0
0
2
|
封面上傳雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (112年8月1月至112年10月31日止)合法登記旅館
  
合法登記民宿
  
違法旅宿(包含非法和違規擴大經營)


2024-02-02 15:17:50.627000 |
1038359雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (112年8月1月至112年10月31日止)2025-12-1717:43:25MsgArticle2122023-11-03 00:00:00.0000002024-12-31 00:00:00.000000
ZC10354134
ZC10352656,ZC10354134
5
1
0
3
|
封面上傳因應小犬颱風來襲,112年10月4日10時起非持有通行證者不得進入危險警戒區。雲林縣政府 公告
發文日期:中華民國112年10月4日
發文字號:府消管二字第1129200622號
主旨:因應小犬風來襲,公告劃定「本縣海岸線、漁港泊地及土石流地區等警戒區域範圍」為危險警戒區,非持有通行證者,不得進入,並自中華民國112年10月4日10時起生效。
依據:災害防救法第三十條第一項第二款及第三款規定。
公告事項:
一、本案危險區域,本縣各鄉鎮市災害應變中心、本縣警察局及行政院海洋委員會海巡署中部分署第四岸巡隊應即執行限制或禁止人民進入或命其離去,漁港泊地船隻准進不准出;危險區域解除警戒另行發布。
二、違反前項規定者,依災害防救法第五十五條第二、三款規定,處新台幣5萬元以上25萬元以下罰鍰。
三、違反管制措施者,執行人員得依行政執行法第二十七條規定,以間接強制或直接強制方式執行之。
四、檢附本府危險區域公告地點表乙份。


2023-10-04 11:31:05.177000 |
1038323因應小犬颱風來襲,112年10月4日10時起非持有通行證者不得進入危險警戒區。2025-12-1717:43:25MsgArticle1992023-10-04 00:00:00.0000002023-10-09 00:00:00.000000
ZC10354134
ZC10352656,ZC10354134
6
0
0
1
|
封面上傳雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (112年5月1月至112年7月31日止)合法登記旅館
 
合法登記民宿
  
違法旅宿(包含非法和違規擴大經營)

2023-08-31 17:18:41.443000 |
1038312雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (112年5月1月至112年7月31日止)2025-12-1717:43:25MsgArticle1932023-08-31 00:00:00.0000002023-12-31 00:00:00.000000
ZC10354134
ZC10352656,ZC10354134
7
1
0
3
|
封面上傳雲林也有共享單車啦! 暢遊斗六市區享前30分鐘騎乘優惠🚴#綠色旅遊 #低碳環保
雲林也有#共享單車 了🤩
來雲林旅遊~~有更便捷的低碳運具選擇🚲
雲林公共自行車租賃系統,首波啟用斗六20個試辦點📍
自🚩斗六棒球場、斗六火車站、斗六高中、成大醫院、斗六水岸公園、雲科大、南聖宮...都能看到共享單車的站點!
(更多斗六站點資訊 https://ridemoovo.com/news/71)
未來正式投放營運據點更包含斗六、虎尾、西螺、斗南也正規劃當中,請大家敬請期待~~🙌
還有還有!再告訴大家好消息📢
現在來雲林縣租借智慧自行車,即享「智慧自行車前30分鐘免費使用、電動輔助自行車前30分鐘僅需自付10元」的優惠補助!
快下載註冊共享自行車Moove APP📱或以電子票證簡單步驟租借自行車,
安排來場斗六小鎮慢遊,騎單車🚴♀️體驗雲林旅遊新玩法,
共同騎向低碳觀光綠色旅遊新未來~~✨
《租借補貼範圍》
1. 騎乘雲林縣公共自行車前30 分鐘騎乘補貼,需具有完整起站及迄站之租借紀錄,且同站同車借還使用時間須超過2 分鐘,其補貼金額本府得視財源狀況以公告增減之。
2. 跨縣市騎乘公共自行車部分,以借車場站所在地之縣市負擔前30 分鐘騎乘補貼。
3. 不補助項目:
(1) 交易序號或卡號內碼或扣款時間為空值,與機關審核後認定之不完整記錄。
(2) 同站同車借還2分鐘內。
(3) 租用時間0分鐘。
4. 本計畫將滾動式檢討實施後使用人次及成長率及評估私人運具取代情形等,俾作為後續執行之參考。
更多租借方式請上Moove官方網站查詢 https://ridemoovo.com/ 2023-08-08 15:01:06.940000 |
1038306雲林也有共享單車啦! 暢遊斗六市區享前30分鐘騎乘優惠🚴2025-12-1717:43:25MsgArticle1902023-08-07 00:00:00.0000002024-07-31 00:00:00.000000
ZC10354134
ZC10352656,ZC10354134
8
0
0
1
|
封面上傳雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (111年2月1月至112年4月30日止)合法登記旅館
 
合法登記民宿
 
違法旅宿(包含非法和違規擴大經營)

2023-09-07 10:34:25.700000 |
1038280雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (111年2月1月至112年4月30日止)2025-12-1717:43:25MsgArticle1622023-05-29 00:00:00.0000002025-05-29 00:00:00.000000
ZC10354134
ZC10352656,ZC10354134
9
1
0
1
|
封面上傳雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單(111年8月1日至111年10月31日止)合法登記旅館


合法登記民宿
 
違法旅宿(包含非法和違規擴大經營)

2023-04-27 16:46:12.067000 |
1038265雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單(111年8月1日至111年10月31日止)2025-12-1717:43:25MsgArticle972022-11-09 00:00:00.0000002025-04-27 00:00:00.000000
ZC10354134
ZC10352656,ZC10354134
10
0
0
4
|
封面上傳雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (111年11月1月至112年1月31日止)合法登記旅館
 
合法登記民宿
 
違法旅宿(包含非法和違規擴大經營)

2023-04-27 16:33:38.110000 |
1038264雲林縣合法登記及違法(包含非法和違規擴大經營)旅宿名單 (111年11月1月至112年1月31日止)2025-12-1717:43:25MsgArticle1492023-02-09 00:00:00.0000002025-04-27 00:00:00.000000
ZC10354134
ZC10352656,ZC10354134
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; }
總共 27 篇文章 : 頁數 1 2 3 : 上一頁 : 下一頁
|
.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; }
}
|
|
| |