/*
参考:https://wiki.dollancraft.top/9th/index.php?title=%E6%A8%A1%E6%9D%BF:Search/styles.css&action=edit
*/
.mw-ui-input
{
/* border-color: rgb(0 0 0 / 5%); */
border-radius: 5px;
letter-spacing: 1px;
background: var( --color-surface-1 );
box-shadow: inset 0px 2px 2px #d3d3d3;
width: 80%;
height: 100%;
object-fit: cover;
}
.mw-ui-button
{
background-color: #3366cc;
color: #ffffff;
border-radius: 5px;
width: 18%;
padding: 10px;
min-width: 5em;
}
.home__search
{
max-width: 1200px;
padding: 0.3rem 0.4rem;
margin: 1.2rem auto 1.6rem auto;
display: flex;
justify-content: center;
background: transparent;
border-radius: 100px;
color: var( --color-base--subtle );
cursor: pointer;
font-size: 1.1rem;
text-align: center;
}