提交 9d877341 编写于 作者: KK's avatar KK

搜索表单2样式

上级 bac971e3
.app-search-editor { .app-search-editor {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-start;
align-items: center; align-items: center;
flex-wrap: wrap; flex-wrap: wrap;
overflow: hidden; overflow: hidden;
.app-search-editor-item { .app-search-editor-item {
width: calc(33% - 16px); width: calc(33% - 16px);
height: 40px; height: 40px;
border: 0.3px solid #e6e8ef; border: 0.3px solid #e6e8ef;
margin: 8px; margin: 8px;
line-height: 40px; line-height: 40px;
text-align: center; text-align: center;
font-size: 12px; font-size: 12px;
} }
.app-search-editor-item-active { .app-search-editor-item-active {
border-color: #333; border-color: #333;
} }
} }
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册