代码拉取完成,页面将自动刷新
body {
margin: 0;
padding: 0px 0px 30px 0px;
}
article {
padding: 0px 15px 0px 15px;
}
.row {
display: flex;
justify-content: center;
}
span.ripple {
position: absolute;
/* The absolute position we mentioned earlier */
border-radius: 50%;
transform: scale(0);
animation: ripple 600ms linear;
background-color: rgba(255, 255, 255, 0.7);
}
@keyframes ripple {
to {
transform: scale(4);
opacity: 0;
}
}
h1 {
text-align: center;
}
input,
button {
border-radius: 8px;
border: 1px solid transparent;
padding: 0.6em 1.2em;
font-size: 1em;
font-weight: 500;
font-family: inherit;
color: #0f0f0f;
background-color: #ade6ff;
transition: border-color 400ms;
box-shadow: 0 2px 0.3em rgba(0, 0, 0, 0.2);
position: relative;
overflow: hidden;
outline: 0;
border: 0;
cursor: pointer;
outline: none;
}
button:hover {
border-color: #396cd8;
}
input {
border-radius: 8px;
border: 1px solid transparent;
padding: 0.6em 1.2em;
font-size: 1em;
font-weight: 500;
font-family: inherit;
color: #0f0f0f;
background-color: #ffffff;
transition: border-color 400ms;
box-shadow: 0 2px 0.3em rgba(0, 0, 0, 0.2);
position: relative;
overflow: hidden;
outline: 0;
border: 0;
cursor: pointer;
outline: none;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。