代码拉取完成,页面将自动刷新
同步操作将从 doudoucode/javascript_design_patterns 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
.container {
width: 600px;
margin: 0 auto;
background: rgba(133, 126, 238, 0.575);
padding: 20px;
color: rgb(165, 13, 13);
padding: 50px 40px;
box-sizing: border-box;
}
h3{
text-align: center;
font-size: 4em;
margin: 0;
}
.container input {
outline: none;
line-height: 60px;
height: 60px;
background-color: rgb(228, 238, 245);
border-radius: 7px;
border: none;
width: 100%;
padding: 5px 10px;
font-size: 2em;
margin: 2em auto;
overflow: hidden;
display: inline-box;
box-sizing: border-box;
}
.boxs {
display: flex;
flex-direction: column;
}
.box {
height: 100px;
color: rgb(212, 71, 71);
border: 1px solid #fff;
margin: 4px;
background: #fdfdfd;
border-radius: 7px;
display: flex;
justify-content: center;
align-items: center;
text-transform: uppercase;
font-weight: 700;
font-size: 2em;
font-family: Arial, Helvetica, sans-serif;
transition: background 500ms ease-in-out;
box-shadow: -4px 5px 0px rgb(253, 253, 253,.5);
}
.active {
background: rgb(24, 117, 5);
border: 3px solid #ebebeb;
color: #fff;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。