< 模板:主页搜索框
.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:5px;
min-width: 3em;
}
.home__search
{
max-width: 600px;
padding: 0.6rem 0.8rem;
margin: 0.8rem 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;
}