@jdcfe/yep-react
Version:
一套移动端的React组件库
62 lines • 1.26 kB
CSS
.Yep-indexed-list-section-header .Yep-list-item {
height: 60px;
min-height: 60px;
background-color: #fff;
}
.Yep-indexed-list-section-header .Yep-list-item .Yep-list-line {
height: 60px;
min-height: 60px;
}
.Yep-indexed-list-section-header .Yep-list-item .Yep-list-content {
font-size: 28px ;
color: #999baa ;
}
.Yep-indexed-list-indexed-bar {
position: fixed;
top: 0;
right: 0;
z-index: 1;
text-align: center;
color: #000;
font-size: 32px;
list-style: none;
padding: 0;
}
.Yep-indexed-list-indexed-bar li {
color: #121212;
font-size: 22px;
margin-top: 10px;
padding-top: 4px;
margin-right: 10px;
width: 34px;
height: 34px;
}
.Yep-indexed-list-indexed-bar-over {
background-color: rgba(0, 0, 0, 0.65);
}
.Yep-indexed-list-indexed-bar-active {
background: #987f4e;
width: 34px;
height: 34px;
border-radius: 50%;
color: #fff;
}
.Yep-indexed-list-indicator {
position: fixed;
left: 50%;
top: 50%;
width: 120px;
height: 60px;
margin: -30px auto auto -60px;
background: transparent;
opacity: 0.7;
color: #F0250F;
font-size: 40px;
border-radius: 60px;
z-index: 1999;
text-align: center;
line-height: 60px;
}
.Yep-indexed-list-indicator-hide {
display: none;
}