This commit is contained in:
pengxiaolong
2025-05-13 19:39:53 +08:00
parent 37da6765b8
commit c006a8e63d
1232 changed files with 96963 additions and 883 deletions

View File

@@ -0,0 +1,36 @@
.tui-search-container-h5 {
width: 100%;
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
.tui-search-container-h5-main {
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
.tui-search-tabs {
.tui-search-tabs-item {
cursor: none;
}
}
.tui-search-time {
background-color: #f4f4f4;
.tui-search-time-item {
cursor: none;
background-color: #fff;
}
.tui-search-time-item-selected {
background-color: rgba(0,122,255,0.2);
}
}
}
}