antd-mobile
Version:
基于 React 的移动设计规范实现
38 lines (37 loc) • 779 B
CSS
.hairline-remove-right-bottom {
border-bottom: 0;
}
.hairline-remove-right-bottom:after {
display: none;
}
.hairline-remove-right-bottom-bak:after {
display: none;
}
.hairline-remove-left-top:before {
display: none;
}
.am-indexed-list-section-header .am-list-item {
min-height: 60px;
background-color: #F7F7F7;
}
.am-indexed-list-section-header .am-list-item .am-list-content {
font-size: 26px ;
color: #888 ;
}
.am-indexed-list-quick-search-bar {
position: fixed;
top: 0;
right: 0;
z-index: 998;
text-align: center;
color: #108ee9;
font-size: 30px;
list-style: none;
padding: 0;
}
.am-indexed-list-quick-search-bar li {
padding: 0 12px;
}
.am-indexed-list-quick-search-bar-over {
background-color: rgba(0, 0, 0, 0.5);
}