index.css 2.87 KB
.IndexPage .banner {
  background-color: #fff;
  margin-top: 20px;
}
.IndexPage .banner .box {
  border: 1px solid #e1e1e1;
  padding: 24px 30px;
}
.IndexPage .banner .avatar {
  float: left;
}
.IndexPage .banner .welcome,
.IndexPage .banner .detail {
  margin-left: 80px;
}
.IndexPage .banner .welcome {
  font-size: 14px;
  font-family: Helvetica, "华文细黑", "Microsoft YaHei", "微软雅黑", Tahoma, STXihei;
}
.IndexPage .banner .welcome strong {
  display: inline-block;
  line-height: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-right: 10px;
}
.IndexPage .banner .account-name {
  margin-right: 10px;
  vertical-align: middle;
}
.IndexPage .banner .detail {
  line-height: 30px;
}
.IndexPage .banner .detail .m-security {
  margin-right: 15px;
}
.IndexPage .banner .detail .icon-lock {
  margin-right: 10px;
}
.IndexPage .banner .detail .state {
  font-size: 15px;
  margin-right: 20px;
}
.IndexPage .account {
  background-color: #FFF;
  border: 1px solid #e1e1e1;
  border-width: 1px 0;
  margin-top: -1px;
}
.IndexPage .account .balance,
.IndexPage .account .bank {
  width: 50%;
  float: left;
  border: 1px solid #e1e1e1;
  border-width: 0 1px;
  padding: 18px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.IndexPage .account .balance p {
  line-height: 35px;
}
.IndexPage .account .balance strong {
  display: inline-block;
  width: 90px;
  font-size: 14px;
  font-family: Helvetica, "华文细黑", "Microsoft YaHei", "微软雅黑", Tahoma, STXihei;
}
.IndexPage .account .balance em {
  display: inline-block;
  min-width: 60px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 15px;
  text-align: left;
  font-family: Helvetica, "华文细黑", "Microsoft YaHei", "微软雅黑", Tahoma, STXihei;
}
.IndexPage .account .balance em i {
  font-style: normal;
  font-size: 13px;
}
.IndexPage .account .balance .unit {
  margin-right: 40px;
}
.IndexPage .account .balance .m-btn {
  margin-right: 15px;
}
.IndexPage .account .bank {
  border-left: none;
  line-height: 70px;
}
.IndexPage .account .bank .card-state {
  display: inline-block;
  vertical-align: middle;
}
.IndexPage .account .bank strong {
  display: inline-block;
  width: 90px;
  font-size: 14px;
  font-family: Helvetica, "华文细黑", "Microsoft YaHei", "微软雅黑", Tahoma, STXihei;
}
.IndexPage .account .bank a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 15px;
  text-align: center;
  font-family: Helvetica, "华文细黑", "Microsoft YaHei", "微软雅黑", Tahoma, STXihei;
}
.IndexPage .account .bank .m-btn {
  font-size: 12px;
  font-weight: normal;
  margin-left: 35px;
}
.IndexPage .trend {
  margin-bottom: 50px;
}
.IndexPage .trend h2 {
  line-height: 50px;
  border-bottom: 4px solid #5eba2c;
}
.IndexPage .trend .more {
  float: right;
  font-size: 12px;
  font-weight: normal;
}
.IndexPage .trend .money {
  text-align: right;
}