index.scss 358 Bytes
Newer Older
zhanghaozhe committed
1
@import "src/assets/css/variable";
xuzhenghua committed
2 3 4 5 6
.detail-header {
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  background-color: $bg_f7f9fc;
xuzhenghua committed
7
  text-align: center;
xuzhenghua committed
8

xuzhenghua committed
9
  i {
xuzhenghua committed
10
    font-size: 20px !important;
xuzhenghua committed
11 12
  }

xuzhenghua committed
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
  .herder {
    font-size: 16px;
    color: $color_202426;
  }
zhanghaozhe committed
25
}