antd-mobile
Version:
基于 React 的移动设计规范实现
119 lines (118 loc) • 2.63 kB
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-body.am-list-body:after,
.am-indexed-list-section-body.am-list-body .am-list-item:last-child .am-list-line:after {
border: 0;
}
.am-indexed-list-section-header.am-list-body:after,
.am-indexed-list-section-header.am-list-body .am-list-item .am-list-line:after {
border: 0;
}
.am-indexed-list-section-header .am-list-item {
height: 60px;
min-height: 60px;
background-color: #f5f5f9;
}
.am-indexed-list-section-header .am-list-item .am-list-line {
height: 60px;
min-height: 60px;
}
.am-indexed-list-section-header .am-list-item .am-list-content {
font-size: 28px ;
color: #888 ;
}
.am-indexed-list-quick-search-bar {
position: fixed;
top: 0;
right: 0;
z-index: 0;
text-align: center;
color: #108ee9;
font-size: 32px;
list-style: none;
padding: 0;
}
.am-indexed-list-quick-search-bar li {
padding: 0 10px;
}
.am-indexed-list-quick-search-bar-over {
background-color: rgba(0, 0, 0, 0.4);
}
.am-indexed-list-qsindicator {
position: absolute;
left: 50%;
top: 50%;
margin: -30px auto auto -60px;
width: 120px;
height: 60px;
background: transparent;
opacity: 0.7;
color: #0af;
font-size: 40px;
border-radius: 60px;
z-index: 1999;
text-align: center;
line-height: 60px;
}
.am-indexed-list-qsindicator-hide {
display: none;
}
.zscroller-scrollbar-y {
position: absolute;
z-index: 9999;
width: 7px;
bottom: 2px;
top: 2px;
right: 1px;
overflow: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition-property: opacity;
transition-duration: 250ms;
opacity: 0;
}
.zscroller-indicator-y {
box-sizing: border-box;
position: absolute;
border: 1PX solid rgba(255, 255, 255, 0.901961);
border-radius: 3px;
width: 100%;
display: block;
background: rgba(0, 0, 0, 0.498039);
}
.zscroller-scrollbar-x {
position: absolute;
z-index: 9999;
height: 7px;
left: 2px;
right: 2px;
bottom: 1px;
overflow: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition-property: opacity;
transition-duration: 250ms;
opacity: 0;
}
.zscroller-indicator-x {
box-sizing: border-box;
position: absolute;
border: 1PX solid rgba(255, 255, 255, 0.901961);
border-radius: 3px;
height: 100%;
display: block;
background: rgba(0, 0, 0, 0.498039);
}
.am-list-view-scrollview .sticky {
z-index: 999;
}