* {
padding:0;
margin:0;
font-family:"Lato",sans-serif
}
i {
font-size:14px
}
body {
background:#0d0d0d;
color:#ffffff
}
div {
font-size:20px;
text-align:center;
padding-top:15px;
}
div span {
display:inline-block;
width:50px;
height:50px;
padding:10px;
border-radius:5px
}
p {
font-size:18px
}
span.red {
background:#ff0000
}
span.yg {
background:yellowgreen
}
span.or {
background:orange
}
span.pi {
background:palevioletred
}
span.pk {
background:#00a0e9
}
span.mk {
background:#1FADC5
}
span p:first-child {
font-size:25px
}
span p:last-child {
font-size:14px
}
更新时间:2019-12-31 15:20:01