1 Star 0 Fork 13

guoshunjie/sheep

forked from zhaoxiangyu/sheep 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.css 965 Bytes
一键复制 编辑 原始数据 按行查看 历史
guoshunjie 提交于 2022-09-20 17:52 . init
* {
margin: 0;
padding: 0;
}
#container{
width: 500px;
margin: 0px auto;
position: relative;
}
#app {
height: 500px;
/* background: url('./img/bg/pic1.jpg'); */
background-size: 100% 100%;
background-position: center;
border-radius: 5px;
}
#title{
text-align: center;
}
h3,marquee{
display: block;
height: 50px;
line-height: 50px;
width: 500px;
}
.imgGlobal {
position: absolute;
border-radius: 5px;
cursor: pointer;
}
.imgFilter {
filter: brightness(30%);
}
#storageBox {
height: 50px;
width: 350px;
position: absolute;
border-radius: 5px;
bottom: 100px;
left: 75px;
}
.operation{
display: flex;
color: #fff;
justify-content: space-around;
margin-top: 20px;
}
.operation div{
padding:9px 15px;
cursor: pointer;
border-radius: 5px;
}
.h-success{
background-color: #67c23a;
border-color: #67c23a;
}
.h-warning{
background-color: #e6a23c;
border-color: #e6a23c;
}
.h-danger{
background-color: #f56c6c;
border-color: #f56c6c;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shun8/sheep.git
git@gitee.com:shun8/sheep.git
shun8
sheep
sheep
master

搜索帮助