index.css 1.28 KB
@import 'search_ui.css';

.imgbox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mainbox {
  position: fixed;
  width: 100%;
  height: 100%;
}
.boxinner {
  position: relative;
  height: 82%;
}
.truckimg {
  position: absolute;
  left: -6%;
  top: 50%;
  margin-top: -425px;
}
.boxinfo {
  position: relative;
  text-align: right;
  height: 100%;
}
.info {
  position: absolute;
  top: 45%;
  right: 0;
  width: 320px;
  margin-top: -120px;
}
.info a {
  font-size: 0;
}
.sender {
  margin-right: 20px;
}
.ewmbox {
  padding: 10px 0 10px 88px;
  position: relative;
}
.ewmbox img {
  width: 68px;
  height: 68px;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutpay {
  background-color: #f0f0f0;
  padding: 5px 0;
  font-family: 'Microsoft YaHei';
  color: #b5b5b5;
}
.aboutpay li {
  margin-right: 76px;
}
.aboutpay b {
  color: #333;
  font-size: 14px;
}
.aboutpay p {
  font-size: 14px;
  margin-top: 5px;
}
.aboutus {
  background-color: #333;
}
.pay1,
.pay2,
.pay3 {
  width: 29px;
  height: 32px;
  margin-right: 10px;
}
.pay1 {
  background-position: 0 0;
}
.pay2 {
  background-position: -38px 0;
}
.pay3 {
  background-position: -76px 0;
}
.nomargin {
  margin: 0 !important;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
body {
  background-color: #fff;
}