#divSitePath { text-align:left; }
#divSitePath .SitePathD { font-weight:bold; }
body .meSitePath {
border: 0px solid #cc8833;
padding-bottom: 30px;
}
#divSitePath .SitePathA {
font-family: 'Microsoft JhengHei', 'Apple LiGothic Medium', Helvetica, Heiti, 'Open Sans';
color: #acacb1;
font-size: 12px;
font-style: normal;
font-weight: normal;
}
#divSitePath .SitePathA { font-family:$SitePathA$; color:$color$; font-size:$size$; font-style:$style$; font-weight:$weight$; }
#divSitePath .SitePathA:hover { font-family:$SitePathM$; color:$color$; font-size:$size$; font-style:$style$; font-weight:$weight$; }
#divSitePath .SitePathD { font-family:$SitePathD$; color:$color$; font-size:$size$; font-style:$style$; font-weight:$weight$; }
%html%
.msgBtnListCont { border:1px solid #ddcc99; padding:2px; padding-left:10px; padding-right:10px; border-radius:4px; background:#eeddaa; }
.msgBtnListCont { border:$msgBtnListBorder$; }
.msgBtnListCont { background:$msgBtnListBgColor$; }
.msgBtnListCont .meMsg_ItemTitle { font-family:$msgBtnListFont$; color:$color$; font-size:$size$; font-style:$style$; font-weight:$weight$; }
.meMsg_MsgTitle_x .msgBtnListCont { border:$msgBtnListXBorder$; }
.meMsg_MsgTitle_x .msgBtnListCont { background:$msgBtnListXBgColor$; }
.meMsg_MsgTitle_x .msgBtnListCont .meMsg_ItemTitle { font-family:$msgBtnListXFont$; color:$color$; font-size:$size$; font-style:$style$; font-weight:$weight$; }
|
.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 { width:100%; height:50px; padding:4px; box-sizing:border-box; }
.weForm input[type=edit] , .weForm input[type=password] { width:100%; box-sizing: border-box; height: auto; padding: 4px; }
.weForm input.FieldImg[type=edit] { width:70%; }
.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 #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[type=text] , .weForm input[type=edit] , .weForm input[type=submit] , .weForm input[type=button] , .weForm textarea , .weForm select {
padding:4px; font-size:18px; font-weight:bold; height:auto; width:100%; box-sizing:border-box; margin-bottom:10px;
}
.weForm #tdChkCodeInp , .weForm #tdChkCodeImg { display:block; }
.weForm #tdChkCodeRenew { display:none; }
}
|