/*// 主题色*/ /*字体主色调*/ /*线条主色调*/ /*按钮主色调*/ /*底纹色*/ .loginbox .list .tip { line-height: 42px; } .loginbox .btn.defaul { height: 42px; line-height: 42px; } .loginbox .input-wrap input.W-input { height: 30px; line-height: 30px; } .loginbackground { width: 100%; overflow: hidden; height: 430px; background: url(../images/loginbackground.png) no-repeat center 0 #f8f3f1; } .loginbackground .loginbox { background: #fff; border-radius: 3px; min-height: 330px; float: right; width: 373px; margin-top: 50px; } .loginbackground .loginbox form { padding: 25px; padding-top: 0; } .loginbackground .loginbox .tittle { width: 100%; padding: 0 25px; margin-left: -25px; border-bottom: 1px solid #e5e4e9; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .loginbackground .loginbox .tittle .left { font-size: 18px; font-weight: 600; margin: 0 0 -1px; line-height: 38px; border-bottom: solid 3px #008df3; display: inline-block; line-height: 60px; } .loginbackground .loginbox .tittle .right { float: right; line-height: 60px; } .logincontent { padding-top: 15px; } .logincontent .input-wrap { margin-bottom: 15px; } .logincontent .list { line-height: 30px; } .logincontent .list label { font-weight: normal; padding-right: 5px; cursor: pointer; } .logincontent .list label input { margin-right: 5px; } .logincontent .list span { height: 10px; margin-right: 5px; border-right: 1px solid #e5e4e9; } .logincontent .list a:hover { color: #389ee1; text-decoration: underline; } .logincontent .tip { color: #e47470; padding: 5px 10px; border: 1px solid #ffe57d; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: #fff6d2; position: relative; line-height: 25px; } .logincontent .tip i { margin-right: 5px; color: #fc4c24; font-size: 18px; }