index.css
773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.zui-icon {
position: relative;
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.zui-icon::before {
display: inline-block;
}
.zui-info {
position: absolute;
top: 0;
right: 0;
box-sizing: border-box;
min-width: 1rem;
padding: 0 0.125rem;
color: #fff;
font-weight: 500;
font-size: 0.75rem;
font-family: PingFang SC, Helvetica Neue, Arial, sans-serif;
line-height: 0.875rem;
text-align: center;
background-color: #ee0a24;
border: 1px solid #fff;
border-radius: 1rem;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.zui-info.dot {
height: 0.875rem;
width: 0.875rem;
min-width: 0.875rem !important;
}