1 Star 0 Fork 2

怪扎扎/remixicon

forked from 阿炸克斯/remixicon 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
阿炸克斯 提交于 2019-07-21 11:38 . remixicon
body {
padding: 10px;
margin: 0;
}
.search-wrapper-zw {
height: 75px;
}
.search-wrapper {
position: fixed;
z-index: 10;
top: 0;
left: 0;
right: 0;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-bottom: 1px solid #333;
box-shadow: 0 0 8px #333;
}
.search-wrapper input {
height: 40px;
width: 300px;
text-align: center;
font-size: 16px;
}
.icon-list {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.icon-item {
position: relative;
width: 100px;
height: 100px;
text-align: center;
border: 1px solid #333;
padding: 10px;
font-size: 12px;
margin-bottom: 10px;
cursor: pointer;
}
.icon-item::before {
position: absolute;
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.icon-item:hover {
background: #eee;
}
.icon {
font-size: 50px;
margin-bottom: 10px;
height: 50px;
display: flex;
align-items: center;
justify-content: center
}
#copyTextarea {
position: absolute;
top: -100vh;
right: -100vh;
width: 0;
height: 0;
margin: 0;
padding: 0;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/JSPServlet/remixicon.git
git@gitee.com:JSPServlet/remixicon.git
JSPServlet
remixicon
remixicon
master

搜索帮助