zl程序教程

您现在的位置是:首页 >  前端

当前栏目

前端:显示右上角hot字样

前端 显示 hot 右上角
2023-09-27 14:24:15 时间
<style>
.hot {
    vertical-align: super;
    color: red;
}
</style>

<span class="hot">hot</span>