login.css 1.77 KB
@import 'input_ui.css';

.header {
  background-color: transparent;
  border-color: transparent;
}
.mainbox {
  position: relative;
  overflow: hidden;
}
.whitebox {
  text-align: center;
  position: relative;
}
.boxform {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.wgl,
.wgr {
  position: absolute;
  width: 13%;
  height: 100%;
  top: 0;
  display: block;
}
.wgl {
  background: url(../images/wingl.png) no-repeat;
  left: 0;
  width: 14%;
}
.wgr {
  background: url(../images/wingr.png) no-repeat;
  right: 0;
}
.lhd {
  font: 18px/1 'Microsoft YaHei';
  border: 0;
  color: #333;
}
.line {
  text-align: left;
  margin-top: 30px;
  position: relative;
}
.whitebox >div.inline {
  margin:  0 125px;
}
.ewm li {
  padding: 0 10px;
}
.ewm p {
  font: 16px/1 'Microsoft YaHei';
  margin-bottom: 10px;
}
.ewm img {
  width: 100px;
  height: 100px;
}
.lg-ipt {
  width: 340px;
  padding-bottom: 10px;
  font: 14px/1 'Microsoft YaHei';
  border-bottom: 1px solid #ddd;
}
.lg-ipt:focus {
  border-color: #35a701;
}
.accounts,
.loginsub {
  text-align: center;
}
.tordili {
  font: 16px/1 'Microsoft YaHei';
  color: #999;
  margin: 40px 0 20px 0;
}
.accounts a {
  color: #333;
}
.qq,
.bat,
.sina {
  width: 20px;
  height: 20px;
}
.qq {
  background-position: -223px -39px;
}
.bat {
  width: 36px;
  margin-top: -4px;
  background-position: -149px -39px;
}
.sina {
  width: 26px;
  margin-top: -6px;
  background-position: -192px -37px;
}
.forgetpwd {
  position: absolute;
  right: 0;
}
.verifyimg {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
}
.verifyimg img {
  width: 100px;
  height: 25px;
}
.irt {
  width: 16px;
  height: 16px;
  background-position: -175px -215px;
}
.irt:hover {
  background-position: -175px -239px;
}
.s-defval {
  padding-top: 2px !important;
}