打开/关闭菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:主页搜索框/styles.css

来自Tec Fancy
.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: inherit;
	cursor: pointer;
	font-size:1.1rem;
}