carbox_ui.css 600 Bytes
.card {
  width: 190px;
  height: 60px;
  position: relative;
  margin-left: 40px;
}
.card .cardaddr,
.card .cardname,
.card .cardphone,
.card .ic {
  position: absolute;
}
.card .cardaddr {
  bottom: 0;
  width: 100%;
  height: 28px;
  line-height: 1.4;
  overflow: hidden;
  text-align: left;
  color: #999;
}
.card .cardname {
  left: 0;
  top: 0;
}
.card .cardphone {
  right: 0;
  top: 0;
}
.card .ic {
  width: 20px;
  height: 30px;
  background-position: -188px -69px;
  left: -40px;
  top: 6px;
  color: #fff;
  text-align: center;
}
.end {
  margin-top: 20px;
}
.cardbox {
  width: 160px;
}