1 Star 0 Fork 0

徐不紧/git.test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.css 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
Dylan-xu 提交于 2020-11-26 17:35 . diyci
* {
padding: 0;
margin: 0;
}
html,
body {
height: 100%;
}
.container {
position: relative;
width: 100%;
height: 100%;
/* background-color: blue; */
overflow-x: hidden;
overflow-y: auto;
/* overflow: auto; */
}
.header {
margin: 0 auto;
width: 70%;
margin-top: 50px;
}
ul,li{
list-style: none;
}
ul{
position:relative;
display:flex;
}
li{
flex:1;
height:60px;
}
input{
display:none;
}
input+label{
display:block;
width:100%;
height:100%;
background:#ccc;
font-size:18px;
text-align: center;
line-height: 60px;
color:#333;
border-radius: 12px;
}
input+label+div{
display:none;
position: absolute;
left:0;
top:60px;
}
input:checked+label{
background: #333;
color:#fff;
}
input:checked+label+div{
display:block;
}
a:link,
a:visited {
color: #000;
text-decoration: none;
}
input:checked+label+div{
display:block;
}
.box{
width: 100%;
box-sizing: border-box;
border: 1px solid #ccc;
margin:0 auto;
padding-top: 25px;
border-radius: 25px;
}
.box:after {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.tablist {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 40px;
/* background-color: pink; */
}
.icon {
width: 373px;
height: 90px;
text-align: center;
line-height: 36px;
}
.icon img {
width: 78px;
height: 78px;
border-radius: 39px;
overflow: hidden;
}
.icon p {
text-align: center;
line-height: 36px;
font-family: 'Microsoft Yahei', 'Simsun';
font-size: 16px;
line-height: 1.5;
}
.clear {
clear: both;
}
.footer{
width: 100%;
background: #1ab7ea;
opacity: 0.6;
position: fixed;
bottom: 0px;
display: flex;
height: 60px;
}
.content {
margin: auto;
}
.content p {
text-align: center;
line-height: 36px;
font-family: 'Microsoft Yahei', 'Simsun';
font-size: 16px;
line-height: 1.5;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dylanxu473/git.test.git
[email protected]:dylanxu473/git.test.git
dylanxu473
git.test
git.test
master

搜索帮助