18 lines
301 B
CSS
18 lines
301 B
CSS
/* 存放使用频率高的css代码 */
|
|
|
|
.nums {
|
|
width: 0.5rem;
|
|
height: 0.5rem;
|
|
background-color: #ff5400;
|
|
border-radius: 100%;
|
|
font-size: 0.36rem;
|
|
line-height: 0.5rem;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
position: absolute;
|
|
}
|
|
|
|
|
|
.padding {
|
|
padding: 0 0.23rem;
|
|
} |