goodlist.css 2.19 KB
@import 'carbox_ui.css';
@import 'table_ui.css';
@import 'hovtip_ui.css';
@import 'fancyalter_ui.css';
@import 'search_ui.css';
@import 'Jselect_ui.css';
@import 'region_ui.css';

.match .stop {
  right: 0;
  top: 0;
}
.match .bt {
  height: 40px;
  font: 14px/40px 'Microsoft YaHei';
  padding: 0 20px;
  border-radius: 0;
}
.match .ht {
  margin-right: 10px;
  vertical-align: middle;
}
.prog,
.promove {
  height: 14px;
}
.prog {
  width: 130px;
  background-color: #eaf3dd;
  position: relative;
}
.promove {
  width: 100%;
  background-color: #8dc935;
}
.actarea {
  width: 130px;
  margin: 10px auto 0 auto;
}
.actarea .bt {
  float: left;
  height: 20px;
  line-height: 20px;
  width: 38px;
}
.actarea .wt {
  margin-left: 10px;
}
.clock {
  top: -3px;
  left: -30px;
  font-size: 14px;
  
}
.t24 {
  width: 24px;
  height: 30px;
  background-position: -137px -214px;
  font-size: 0;
}
.ia {
  width: 0;
  height: 0;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #06c transparent transparent transparent; 
  margin-top: -3px;
}
.formupper {
  width: 280px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.formupper .ipt {
  height: 30px;
  line-height: 30px;
}
.formupper .bt {
  height: 34px;
  line-height: 34px;
}
.formsub .ic {
  background-position: -158px -62px;
  background-color: #4aca10;
}
#fancy-suc {
  text-align: center;
}
.alterbd {
  padding: 20px 0;
}
.mini {
  height: 20px;
  line-height: 20px
}
.carinfo {
  margin: 10px 0;
  width: 400px;
  max-height: 192px;
  overflow-x: hidden;
  overflow-y: auto;
}
.carinfo .mini {
  padding: 0 5px;
  border-radius: 0;
}
.minitab td {
  padding: 5px;
}
.carsub {
  text-align: center;
}
.carsub {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #ddd;
}
.carsub p {
  padding: 5px 10px;
  background-color: #f9f9f9;
  text-align: left;
}
.dw {
  width: 60px;
}
#fancy-match {
  padding: 0 50px;
}
#fancy-match td {
  text-align: left;
  vertical-align: top;
}
.coverbox {
  background: url(../images/goodlistcover.png);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.coverinner {
  width: 1200px;
  margin: 0 auto;
}
.coverinner img {
  width: 1202px;
  margin-left: -2px;
}