record.css 1.93 KB
@import "pikaday.css";
.RecordPage h2 {
  line-height: 50px;
  text-align: left;
  border: 0;
}
.RecordPage .tab {
  background-color: #f4f4f4;
  border: 1px solid #e1e1e1;
  height: 42px;
}
.RecordPage .tab li {
  float: left;
  padding: 3px 20px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
  color: #999;
  background-color: #f4f4f4;
}
.RecordPage .tab .on {
  color: #333;
  background-color: #FFF;
  border-top: 3px solid #5eba2c;
  padding: 0 20px 5px;
  margin: -1px 0 0 -1px;
}
.RecordPage .form {
  margin-bottom: 20px;
}
.RecordPage .form .head {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.RecordPage .form .m-select {
  margin-right: 30px;
}
.RecordPage .form p {
  margin-bottom: 25px;
}
.RecordPage .form .m-input {
  float: left;
  padding: 7px 8px;
  margin-right: 25px;
}
.RecordPage .form .key {
  float: left;
  font-weight: 700;
  color: #333;
  line-height: 38px;
  margin-right: 20px;
}
.RecordPage .form .sep {
  float: left;
  margin-left: -25px;
  line-height: 38px;
  color: #ccc;
  padding: 0 8px;
}
.RecordPage .form .filter,
.RecordPage .form .search {
  float: left;
  line-height: 28px;
  margin: 5px 20px 0 0;
}
.RecordPage .form .search {
  border: 1px solid #479a1b;
  padding: 0 20px;
}
.RecordPage .form label {
  float: left;
  margin-right: 15px;
  margin-top: 6px;
}
.RecordPage .in-out {
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  color: #666;
}
.RecordPage .in-out span {
  float: left;
}
.RecordPage .in-out .in {
  margin-right: 55px;
}
.RecordPage .in-out em {
  font-size: 24px;
  margin-left: 10px;
}
.RecordPage .trend {
  margin-bottom: 50px;
}
.RecordPage .trend h2 {
  line-height: 50px;
  border-bottom: 4px solid #5eba2c;
}
.RecordPage .trend .more {
  float: right;
  font-size: 12px;
  font-weight: normal;
}
.RecordPage .trend .money {
  text-align: right;
}
.RecordPage .m-page {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e1e1e1;
}