授權合作洽詢 請將合作需求簡述於發言內容表格中,以利窗口快速對應。 我們將會在7~10個工作天之內主動與您聯繫。 (※遇例假日及連續假日順延) | class=contactUs_text
.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; background-color: #eeeeee; border: #eeeeee 1px solid; height: 200px;}
.contactUs_form .weForm input[type=edit] { width:100%; box-sizing: border-box; height: auto; padding: 4px; background-color: #eeeeee; border: 1px solid #eeeeee;}
.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; background-color: #F24F51; color: white; border: 1px solid #F24F51; width: 100%; -webkit-appearance: none; -moz-appearance: none;}
.weFormDiv .ReturnDesc { text-align:center; }
.weForm .spanDate input[type=edit] { width:auto; }
.weForm select { border: 0; width:100%; font-size: 14px; height: 26px; background-color: #eeeeee; color: #666666; }
.contactUs_form .weForm input[type=edit].chkcode {
width: 100px;
}
@media all and (max-width:600px) {
.weForm > tbody > tr > td { display:block; }
.weForm .gap { display:none; }
.weForm .detail {}
.weForm .captionTop { font-size:20px; font-weight:bold; text-align:left; }
.weForm input[type=text] , .weForm input[type=edit] ,
.weForm input[type=submit] , .weForm input[type=button] {
padding:4px; font-size:20px; font-weight:bold; height:auto; width:100%; box-sizing:border-box; margin-bottom:10px; }
.weForm select {
width: 100%;
height: 40px;
padding: 4px 1px;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
}
|