1 Star 0 Fork 0

YK/hackwall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 894 Bytes
一键复制 编辑 原始数据 按行查看 历史
joyqi 提交于 2012-12-20 12:39 . 初始化工程
body {
background: #000;
padding: 0;
margin: 0;
overflow: hidden;
font-family: "Source Code Pro";
}
.str {
color: #7dffa0;
width: 100%;
padding: 0 5px;
line-height: 20px;
font-size: 16px;
box-sizing: border-box;
text-shadow: 1px 0 10px #bbb;
word-break: break-all;
}
.sp {
background-color: #189617;
display: inline-block;
width: 8px;
margin: 0 3px -3px 4px;
height: 16px;
}
.head {
color: #0aff02;
}
.hide {
background: transparent;
}
.board {
width: 100%;
height: 40px;
line-height: 40px;
font-size: 32px;
background: #90d100;
color: #004f00;
}
.time {
width: 100px;
height: 40px;
line-height: 20px;
font-size: 16px;
padding-right: 5px;
float: right;
background: #90d100;
text-align: right;
font-weight: bold;
}
.say {
padding-left: 5px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/axibale/hackwall.git
git@gitee.com:axibale/hackwall.git
axibale
hackwall
hackwall
master

搜索帮助