1 Star 0 Fork 0

維克多 / Random-Image

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
imgweb.css 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
galnetwen 提交于 2018-04-04 15:52 . 2018.04.04
body {
font-family: miranafont, "Hiragino Sans GB", STXihei, "Microsoft YaHei", SimSun, sans-serif;
}
body::before {
content: '';
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
will-change: transform;
z-index: -1;
background-image: url('/');
background-repeat: no-repeat;
background-position: top right;
background-size: cover;
}
.content {
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
}
.content::before {
content: '';
position: absolute;
will-change: transform;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
background-image: url(grid.png);
background-attachment: fixed;
}
.warp {
color: #EAEADF;
padding: 4px 10px;
border-radius: 13px;
background: rgba(0, 0, 0, .7);
}
h3 {
margin: 10px 0;
padding: 0;
border-bottom: 1px solid #ccc;
color: #eee;
font-weight: normal;
font-size: 21px;
line-height: 1.5;
}
h3:before {
content: "「";
margin-right: 5px;
color: #FF6D6D;
}
h3:after {
content: "」";
margin-left: 5px;
color: #FF6D6D;
}
li {
font-size: 16.8px;
margin: 10px 0;
}
1
https://gitee.com/ggfvictor/Random-Image.git
git@gitee.com:ggfvictor/Random-Image.git
ggfvictor
Random-Image
Random-Image
master

搜索帮助