transit.css 1.9 KB
#transit {
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
}
#transit .padding10 {
  padding: 10px;
}
#transit .inline-form {
  line-height: 40px;
  font-size: 0px;
}
#transit .inline-form input {
  box-sizing: border-box;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  background: #fff;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
}
#transit .inline-form .divied {
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #000;
  font-size: 14px;
  vertical-align: bottom;
}
#transit .inline-form .m-btn {
  box-sizing: border-box;
  width: 60px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-radius: 0px;
  background: #23ac38;
  color: #fff;
  float: right;
  border: 0px solid #ddd;
}
#transit .column {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
}
#transit .column .name {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
#transit .column .links {
  height: 34px;
  line-height: 26px;
  color: #23ac38;
  font-size: 14px;
}
#transit .column hr {
  border: 0px solid #ddd;
  border-top: 1px solid #ddd;
}
#transit .column .addr {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #999;
  padding-right: 80px;
}
#transit .column .btn-contact {
  padding: 0px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 0px;
  background: #fff;
  color: #666;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#transit .more {
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  position: relative;
}
#transit .more .tip {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  color: #999;
  top: -11px;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  background: #f5f5f5;
}