Blame view

src/components/timer/timer.css 156 Bytes
f248ca05   Zhang Zhuo   初始化版本 -张卓
1
2
3
4
5
  .timerComCss{
      font-family: "fontInit";
      color: rgb(47, 233, 242);
      font-size: 20px;
      letter-spacing: 2px;
d47ac30f   Zhang Zhuo   更新组件区域选择 -张卓
6
7
8
9
  }
  p{
      margin: 0;
      padding: 0;
f248ca05   Zhang Zhuo   初始化版本 -张卓
10
  }