代码拉取完成,页面将自动刷新
* {
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;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。