app.component.scss 292 字节
Newer Older
X
Open  
xjh22222228 已提交
1 2 3 4 5
#xiejiahe {

  &.app {
    color: #000;
  }
X
xjh22222228 已提交
6 7 8 9

  .footer {
    text-align: center;
    margin-top: 10px;
10
    color: #fff;
X
xjh22222228 已提交
11
    font-size: 12px;
12 13 14 15 16 17

    .total {
      margin-left: 5px;
      vertical-align: super;
      font-weight: bold;
    }
X
xjh22222228 已提交
18 19 20 21

    .runtime {
      font-weight: bold;
    }
X
xjh22222228 已提交
22
  }
X
Open  
xjh22222228 已提交
23
}