index.scss 323 Bytes
Newer Older
xuzhenghua committed
1 2 3 4 5
.detail-header {
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  background-color: $bg_f7f9fc;
xuzhenghua committed
6
  text-align: center;
xuzhenghua committed
7

xuzhenghua committed
8
  i {
zhanghaozhe committed
9
    font-size: 22px !important;
xuzhenghua committed
10 11
  }

xuzhenghua committed
12 13 14 15 16 17 18 19 20
  i:nth-of-type(1) {
    float: left;
  }

  i:nth-of-type(2) {
    float: right;
  }


xuzhenghua committed
21 22 23 24 25
  .herder {
    font-size: 16px;
    color: $color_202426;
  }
}