Template:搜索框/style.css
模板页面
更多操作
.citizen-search-trigger {
background-color: var(--color-surface-1);
width: 100%;
height: 50px;
border-style: solid;
border-color: #ADBEDF;
border-width: 3px;
border-radius: 25px;
display: flex;
align-items: center;
justify-content: flex-start;
padding-left: 10px;
box-shadow:var(--box-shadow-card);
transition-property: background-color,border-width;
transition-duration: 1000ms;
}
.citizen-search-trigger:hover {
background-color: var(--color-surface-0);
border-width: 3px;
}