|
html {
margin-top: unset;
transition: all 0.9s linear;
/*--background-image: linear-gradient( 135deg, #f39a3e 10%, #FF9500 100%);--*/
background-image: url(https://comet.noonspace.com/w72NoonSpace/w72NoonSpace/MsgInfo/admin_bg.jpg);
background-repeat: no-repeat;
}
body #ns_Wrapper {
background-color: transparent;
}
#id_Header {
display: none;
}
#id_Content {
/* padding-left: 20px; */
/* padding-right: 20px; */
position: absolute;
top: 0;
right: 0;
font-size: 20px;
font-weight: bold;
color: #c0bdbd;
background: rgb(245 194 96);
width: 100%;
max-width: 570px;
height: 100%;
padding-top: 50px;
}
#meTitle {
font-size:22px;
color:#fff;
display:block;
font-weight:bold;
text-align:center;
margin-bottom:10px;
}
input#userid {
}
input#chkcode {
width: 100px;
border-radius: 35px;
}
body .meQry {
font-size: 16px;
font-weight: bold;
color: #000000;
}
.meIntro { margin-bottom:10px; }
.meMemo { margin-bottom:10px; margin-top:10px; }
body .meLine { margin-bottom:0px; margin-top:0px; border: 1px solid #ffffff; }
.gap { display:none; }
body .meForm input {
font-size: 14px;
border: 0px solid #aaaaaa;
border-radius: 35px;
height: 25px;
padding: 5px 15px;
}
body .meCSS{ font-size:16px; color: #131313;}
body .meCSS a {
color: #fff;
font-size: 14px;
font-weight: normal;
}
body .meCSS .meForm .captionTop {
padding: 4px;
line-height: 150%;
text-align: left;
color: #fff;
font-weight: normal;
margin: 0px 15px;
vertical-align: top;
text-align: right;
}
body .meForm .formButton {
height: auto;
}
.mobile .meCSS { }
.mobile .meCSS .meTitle { width:99%; border-bottom:0px solid #888888; }
.mobile .meCSS .meForm .content { display:block; padding:0px; padding-bottom:10px; text-align:right; }
.mobile .meCSS .meForm .content input { display:block; height:24px; font-size:20px; width:220px; padding: 8px 15px;}
.mobile .meCSS .meForm .content select { display:block; height:28px; font-size:20px; width:224px; }
.mobile .meCSS .meForm .detail { display:block; padding:0px; padding-bottom:10px; text-align:right; }
.mobile .meCSS .meForm .detail input { display:block; height:24px; font-size:20px; width:220px; }
.mobile .meCSS .meForm .detail select { display:block; height:28px; font-size:20px; width:224px; }
.mobile .meCSS .meBtn { width:99%; border-top:0px solid #888888; padding-top:10px; }
.mobile .meCSS .formButton {
-webkit-appearance: none;
padding: 10px 20px;
border-radius: 25px;
border: 1px solid #FF9800;
font-size: 14px;
font-weight: bold;
color: #FFF;
background: #FF9800;
height: auto;
cursor: pointer;
}
.mobile .meCSS .formButton:hover {
background-color: #75FFC0;
border: 1px solid #75FFC0;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
}
div#divAddr {
margin: 10px 0;
}
#meQryPwdFormBtnSubmit {
-webkit-appearance: none;
padding: 10px 20px;
border-radius: 25px;
border: 0;
font-size: 14px;
font-weight: bold;
color: #FFF;
background: #FF9800;
height: auto;
cursor: pointer;
}
.mobile .meCSS .meIntro { text-align:center; width:90%; }
.mobile .meCSS #meQryRegBtnClose { display:none; }
.mobile .meCSS #ChgPwdSubmitForm .memberid { text-align:center; }
.mobile .chkEmail { display:none; }
.mobile .meCSS .meForm .content input.chkcode { width:60px; }
.mobile .imgChkCode { height:34px; vertical-align:middle; border: 1px solid #ffffff;}
.mobile .tdChkCodeRenew { display:none; }
body input[type="submit"] {
-webkit-appearance: none;
padding: 10px 20px;
border-radius: 25px;
border: 0;
font-size: 14px;
font-weight: bold;
color: #FFF;
background: #FF9800;
height: auto;
cursor: pointer;
}
body input[type="button"] {
-webkit-appearance: none;
padding: 10px 20px;
border-radius: 25px;
border: 0;
font-size: 14px;
font-weight: bold;
color: #FFF;
background: #FF9800;
height: auto;
cursor: pointer;
}
body input[type="submit"]:hover {
background-color: #3aa1e9;
border: 0;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
}
.txt_QryUID.txt_ {
display: none;
}
/*地址聯絡電話隱藏*/
.trMemAddr, .trMemTel, .trCorpName, .trCorpTel, .trDeptName, .trProfTitle, .trProfTy, .trMemBirth {
display: none;
}
#tdChkCodeImg{
vertical-align: middle;
display:inline;
margin-left:15px;
}
/*=================手機版 開始===================*/
@media (max-width: 480px) {
body .meForm td{
padding: 0px;
line-height: 150%;
text-align: left;
display: block;
vertical-align: top;
padding-bottom: 8px;
}
.gap{
display:none;
}
body .meCSS .meForm .captionTop {
text-align: left;
}
}
/*=================手機版 結束===================*/
| |