mycars.css 956 Bytes
@import 'table_ui.css';
@import 'Jselect_ui.css';
@import 'fancyalter_ui.css';

.userbox .whitebox {
  padding: 30px 0;
}
.tab2list thead td {
  border: 0;
  background-color: #f9f9f9;
  color: #333;
}
.carunit img {
  width: 120px;
  height: 60px;
}
.addnew .blk {
  height: 40px; 
  font: 16px/40px 'Microsoft YaHei';
  padding: 0 20px;
  background-color: #666;
}
.hud {
  width: 80px;
}
.pack_jselect {
  min-width: 60px;
}
.lic {
  margin-left: 10px;
}
.cartype {
  min-width: 100px;
}
.driver {
  width: 60px;
}
.contact {
  width: 130px;
}
.wei,
.wid {
  width: 50px;
}
.dname,
.dcont {
  margin-right: 5px;
}
.fancy-alter {
  padding: 20px 50px;
}
.company,
.person {
  background-color: #fff7f1;
  color: #f60;
  border: 1px solid #f60;
  position: absolute;
  width: 35px;
  height: 18px;
  overflow: hidden;
  border-radius: 3px;
  left: -45px;
  top: -4px;
}
.company {
  border-color: #54ad28;
  color: #54ad28;
  background-color: #f8fff5;
}