模板:搜索框/style.css
来自电棍ottowiki
更多操作
.citizen-search-trigger { background-color: var(--color-surface-2); width: 100%; height: 55px; border-style: solid; border-color: #ADBEDF; border-width: 3px; border-radius: 25px; display: flex; align-items: center; justify-content: flex-start; padding-left: 10px; transition-property: background-color,border-width; transition-duration: 1000ms; } .citizen-search-trigger:hover { background-color: var(--color-surface-0); border-width: 0px; }