JClockH xc(讨论 | 贡献) 小无编辑摘要 |
JClockH xc(讨论 | 贡献) 小无编辑摘要 |
||
| 第26行: | 第26行: | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
background:transparent; | background: transparent; | ||
border-radius: 100px; | border-radius: 100px; | ||
color: var( --color-base--subtle ); | color: var( --color-base--subtle ); | ||
cursor: pointer; | cursor: pointer; | ||
font-size: | font-size: 0.75rem; | ||
text-align: center; | text-align: center; | ||
} | } | ||
2023年10月6日 (五) 18:24的版本
.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: 25%;
padding: 5px;
min-width: 5em;
}
.home__search
{
width: 1200px;
padding: 0.3rem 0.4rem;
margin: 0.4rem auto 0.8rem auto;
display: flex;
justify-content: center;
background: transparent;
border-radius: 100px;
color: var( --color-base--subtle );
cursor: pointer;
font-size: 0.75rem;
text-align: center;
}