1 Star 0 Fork 20

晓梦云飞/SUSU_CSS(blbl)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
common.css 709 Bytes
一键复制 编辑 原始数据 按行查看 历史
susuhhhhhh 提交于 2023-02-14 22:59 . feat:css-20
*,
*::before,
*::after {
box-sizing: border-box;
}
* {
padding: 0;
margin : 0;
}
body {
font-size : 16px;
display : flex;
align-items : center;
justify-content: center;
background : #222;
color : #fff;
overflow : hidden;
height : 100vh;
}
/* 设置水平垂直居中 */
input {
background : none;
border : none;
outline : none;
vertical-align: middle;
}
/* 防止未加载完成显示undefined */
[v-cloak] {
display: none;
}
/* 去掉button默认样式 */
button {
border : none;
background: transparent;
outline : none;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mmkj/SUSU_CSS.git
git@gitee.com:mmkj/SUSU_CSS.git
mmkj
SUSU_CSS
SUSU_CSS(blbl)
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385