king
2023-10-22 110b028e0cb54d9f50d57d1e1efd9d9bf9a8388e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.clock-component-wrap {
  position: relative;
  display: inline-block;
 
  >.anticon-clock-circle {
    color: rgb(38, 194, 129);
  }
}
 
.clock-component-wrap.tip-sign::after {
  content: ' ';
  position: absolute;
  top: -2px;
  right: 2px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #ff5b05;
  z-index: 1;
}