.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; }
.weForm #tbChkCode { border-spacing:2px; }
.weForm #tdChkCodeInp { border:1px solid #bbbbbb; background:var(--white); }
.weForm #tdChkCodeInp input { border:0px; font-size:var(--h4-font-size); }
.weForm #tdChkCodeImg { padding:0px; width:120px; height:40px; }
@media all and (max-width:600px) {
.weForm > tbody > tr > td { display:block; }
body.weFormTableFix .weForm > tbody > tr > td { display:table-cell; }
body.weFormTableFix .weForm > tbody > tr > td.caption { vertical-align:top; min-width:80px; text-align:right; }
body.weFormTableFix .weForm > tbody > tr > td.captionTop { min-width:80px; text-align:right; }
.weForm .gap { display:none; }
.weForm .detail {}
.weForm .captionTop { text-align:left; }
.weForm input , .weForm textarea , .weForm select {
padding:4px; height:auto; width:100%; box-sizing:border-box; margin-bottom:10px;
}
.weForm .hasDesc input , .weForm .hasDesc textarea , .weForm .hasDesc select {
padding:4px; height:auto; width:auto; box-sizing:border-box; margin-bottom:10px;
}
body.weFormTableFix .weForm input , body.weFormTableFix .weForm textarea , body.weFormTableFix .weForm select {
margin-bottom:0px;
}
body.weFormTableFix .weForm input[type=button] , body.weFormTableFix .weForm input[type=submit] {
width:auto; margin-bottom:5px;
}
.weForm input#chkcode { margin-bottom:0px; }
.weForm #tdChkCodeRenew { display:none; }
}
.divSitePath { text-align:left; }
.divSitePath.A2 { text-align:center; }
.divSitePath .SitePathA { }
.divSitePath .SitePathD { }
|