1 Star 0 Fork 0

matou/matou17.gitee.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.css 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
matou 提交于 2021-05-12 09:33 . foveated light culling paper
body, html{
margin: 0;
padding: 0;
}
canvas{
z-index: -1;
position: fixed;
width: 100%;
height: 100%;
background: #000;
}
.title {
width:100%;
min-width: 1200px;
height:200px;
font:48px bold;
text-align:center;
color: white;
line-height:200px;
background:-webkit-linear-gradient(
left, rgba(20,90,150,0.9), rgba(20,150,90,0.9)
);
}
.divbg
{
height: 50px;
width: 100%;
background-color: rgb(67, 78, 94);
}
.divtitle
{
margin: 0 50px;
height: 70px;
line-height: 70px;
font-size: 30px;
border-bottom: 1px black solid;
}
.resume
{
margin:50px auto;
width: 1200px;
height: 850px;
background-color: rgb(67, 78, 94);
}
.info
{
width: 100%;
height: 25%;
background-color: rgb(67, 78, 94);
}
.info a
{
color: darkgray;
text-decoration: none;
}
.info a:hover
{
color: white;
text-decoration: underline;
}
.infoLeft
{
width: 80%;
height: 100%;
float: left;
}
.infoLeft div
{
margin-left: 30px;
}
.infoRight
{
margin-top: 40px;
height: 60%;
width: auto;
float: left;
}
.background
{
width: 100%;
height: 70%;
background-color: whitesmoke;
}
.teaching
{
margin: 30px 50px;
}
.name
{
font-size: 24px;
color: rgb(67, 78, 94);
}
.degree
{
font-size: 18px;
color: darkgray;
margin-top: 5px;
}
.desc
{
color: rgb(67, 78, 94);
margin-top: 7px;
}
.awards
{
color: rgb(67, 78, 94);
}
.awards div
{
margin-left: 1%;
float: left;
width: 33%;
}
.research
{
margin:50px auto;
width:1200px;
background-color: whitesmoke;
}
.rese
{
width: 1100px;
height: 200px;
margin: 50px 50px;
}
.left
{
width: 300px;
height: 200px;
float: left;
background-color: lightgray;
}
.right
{
width: 780px;
margin-left: 20px;
float: left;
padding: 20px 0;
}
.right a
{
border-radius: 10px;
background-color: rgb(67, 78, 94);
color:white;
text-decoration: none;
margin-right: 20px;
}
.desc ul
{
margin-left: 0;
}
.teaching a
{
border-radius: 10px;
background-color: rgb(67, 78, 94);
color:white;
text-decoration: none;
margin-right: 20px;
}
.others
{
margin:50px auto;
width:1200px;
background-color: whitesmoke;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/matou17/home.git
git@gitee.com:matou17/home.git
matou17
home
matou17.gitee.io
master

搜索帮助