infolist.css 2.87 KB
#infolist {
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
  position: relative;
}
#infolist .m-segment {
  border-right: 1px solid #23ac38;
  display: inline-block;
  margin-top: 7px;
}
#infolist .m-segment li {
  width: auto;
  border-radius: 0px;
  border: 1px solid #23ac38;
  border-right: 0px solid #ccc;
}
#infolist .m-segment li a {
  width: 65px;
  height: 30px;
  line-height: 30px;
  color: #666;
}
#infolist .m-segment li.on {
  background-color: #23ac38;
}
#infolist .m-segment li.on a {
  color: #fff;
}
#infolist .btn-edit {
  font-size: 16px;
}
#infolist .status li {
  padding-right: 0px;
  width: 25%;
}
#infolist .padding10 {
  padding: 10px;
  padding-top: 0px;
}
#infolist .pusher-panel {
  position: relative;
  left: 0;
  z-index: 1;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#infolist .selects-panel {
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 0;
  visibility: hidden;
  width: 60px;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#infolist .selects-panel .s-one {
  margin-top: 10px;
  line-height: 125px;
  text-align: center;
}
#infolist .column {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
}
#infolist .column .name {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
#infolist .column .status-label {
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 30px;
}
#infolist .column .status-err {
  color: #fa4535;
}
#infolist .column .field {
  font-size: 14px;
  color: #999;
}
#infolist .column .field .value {
  color: #fa4535;
}
#infolist .column .advice {
  font-size: 14px;
  color: #999;
}
#infolist .column hr {
  border: 0px solid #ddd;
  border-top: 1px solid #ddd;
}
#infolist .column .bottom-row span {
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
#infolist .column .bottom-row .time {
  float: right;
}
#infolist .m-footer {
  padding: 0px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#infolist .m-footer a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 50%;
  text-align: center;
  font-size: 16px;
  color: #666;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
  font-weight: lighter;
}
#infolist .m-footer .btn-ok {
  color: #fff;
  background: #fa4535;
}
#infolist .m-footer .btn-cancel {
  color: #666;
  background: #fff;
}
#infolist.panel-open .pusher-panel {
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}
#infolist.panel-open .selects-panel {
  visibility: visible ;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#infolist.panel-open .m-footer {
  position: fixed;
  display: block;
  z-index: 9;
  height: 50px;
}