index.css 1.94 KB
.myRank{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	margin: 0;
}
.myRank .section1{
	line-height: .50rem;
	height: .50rem;
	background: white;
	display: flex;
	align-items: center;
	border-radius: 24px;
	margin: .10rem;
}
.myRank .section1 .part1,.part2{
	width: 49%;
}
.myRank .section1 .part1 .select{
	width: 90px;
    position: relative;
    float: right;
    /* margin-right: .3rem; */
}
.myRank .section1 .part2 .select{
	width: 90px;
    position: relative;
    margin-left: .30rem;
}
.myRank .section2{
	padding: .10rem .20rem;
	background: white;
	text-align: center;
	margin: .10rem;
	color: #101010;
	font-size: 16px;
}
.myRank .section2>div{
	margin: .08rem 0;
}
.myRank .section3{
	text-align: center;
	margin: .10rem;
}
.myRank .overlayClassName{
	width: .80rem;
}
.myRank .section3 .rankHeader{
	padding: .10rem 0;
	font-size: .16rem;
	color: #666666;
}
.myRank .section3 .rankMe{
	background: white;
	margin: .10rem 0;
    border-radius: 8px;
    font-size: .17rem;
	color: #101010;
	line-height: .4rem;
	padding: .08rem 0;
}
.myRank .section3 .rankList{
	position: relative;
	padding: .10rem 0 0 0;
	background: white;
	border-radius: 8px;
	font-size: .17rem;
	color: #101010;
}
.myRank .section3 .rankList .rankListItem{
	padding: .1rem 0;
	border-bottom: 1px solid #F8F8F8;
	line-height: .40rem;
}
.myRank .section3 .rankList .tipNum{
	position: relative;
	font-size: .14rem;
	text-align: center;
    color: rgb(171, 171, 171);
    width: 100%;
    padding: .06px;
    background: white;
    line-height: 30px;
    height: 30px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.myRank .premNumber{
	text-align: center;
	/* padding-right: .1rem; */
	color: #FF9D5C;
	font-size: .24rem;
}
.myRank .listName{
	text-align: center;
	/* padding-left: .3rem; */
}
.myRank .listName img{
	height: 0.4rem;
    width: 0.4rem;
    border-radius: 50%;
    margin-right: 0.1rem;
}
:global(.ant-dropdown-menu){
	overflow-y: auto;
	max-height: 4rem;
}