public_ui.css 2.45 KB
/* Some base css */
.ll {
  float: left;
}
.rr {
  float: right;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
.tg {
  margin-top: 20px;
}
.bg {
  margin-bottom: 20px;
}
.lg {
  margin-left: 20px;
}
.rg {
  margin-right: 20px;
}
.wraper {
  width: 1200px;
  margin: 0 auto;
}
.s-defval_wrap,
.ic,
.bt,
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.block {
  display: block;
}
.s-defval_wrap {
  width: 100%;
}

/* input css */
.ipt {
  border: 1px solid #ddd;
  width: 235px;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  border-radius: 2px;
}
.itxt {
  padding: 10px;
  width: 320px;
  height: 30px;
  border: 1px solid #ddd;
  resize: none;
}
.itxt:focus,
.ipt:focus {
  border-color: #3cb04d;
}

/* Button css */
.bt {
  color: #fff;
  background-color: #4aca10;
  border: 1px solid transparent;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 2px;
}
.bt:hover {
  background-color: #3cb04d;
}
.oa {
  background-color: #f60;
}
.oa:hover {
  background-color: #dd5800;
}
.tn {
  background-color: #fafafa;
  color: #666;
  border-color: #ddd;
}
.tn:hover {
  background-color: #efefef;
}
.wt {
  background-color: #fff;
  color: #666;
  border-color: #ddd;
}
.wt:hover {
  background-color: #f9f9f9;
}
.blk {
  background-color: #333;
}
.blk:hover {
  background-color: #666;
}
.bigbt {
  width: 180px;
  height: 40px;
  font: 16px/40px 'Microsoft YaHei';
}
.largebt {
  width: 350px;
  height: 50px;
  font: 18px/50px 'Microsoft YaHei';
}
.disabledbt,
.disabledbt:hover {
  background-color: #f0f0f0;
  color: #999;
  cursor: not-allowed;
}

.mn {
  height: 24px;
  line-height: 24px;
}
.wd {
  width: 330px;
}
.nr {
  width: 160px;
}

/* icon */
.ic {
  background: url(../images/icon.png) no-repeat;
}

/* Clear the float */
.clearfix {
  /* height: 100%; */
}
.clearfix {
  display: block;
  clear: both;
  *zoom: 1;
}
.clearfix:after,
.clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0px;
}

/* validator css */
label.error {
  color: #f00;
  display: block;
  margin-top: 5px;
}
input.error,
textarea.error {
  border-color: #f00;
}

/* hint color */
.ght {
  color: #35a701;
}
.oht {
  color: #f60;
}
.ht {
  color: #999;
}

/* position */
.rela {
  position: relative;
}
.abso {
  position: absolute;
}

/* node color */
a.gink {
  color: #5cc373;
}