1 Star 5 Fork 1

cold/信息管理系统前端界面

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
student.css 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
cold 提交于 2022-03-31 13:12 . [change]
body{
background-color: antiquewhite;
}
.header{
text-align: center;
font-size: 30px;
}
.box{
margin: 0 auto;
background-color: antiquewhite;
border-radius: 30px;
text-align: center;
}
.input{
margin: 0 auto;
display: block;
height: 30px;
margin-top: 45px;
margin-bottom: 30px;
border-radius: 8px;
outline: none;
}
.input:focus{
box-shadow: inset 0 0 2px 2px rgba(0, 0, 0,.3);
}
.b1{
width: 80px;
height: 30px;
border-radius: 8px;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/feeling-cool/javaweb-grade-system.git
[email protected]:feeling-cool/javaweb-grade-system.git
feeling-cool
javaweb-grade-system
信息管理系统前端界面
master

搜索帮助