rankpage.wxss 875 字节
/* pages/rank/rankpage.wxss */
@import "../usecenter/usecenter.wxss";

.level {
  width: 590rpx;
  height: 20rpx;
  background: rgba(238, 238, 238, 1);
  opacity: 1;
  border-radius: 180rpx;
  margin:10rpx auto 0;
}
.neilevel{
  width:60%;
   height: 20rpx;
  background: #FDAD26;
  border-radius: 180rpx;
}
.starlevel{
  width:590rpx;
  margin:0 auto;
}
.levelstar{
  width:24rpx;
  height:24rpx;
  font-size: 0
}
.startext{
  color:#8C9198;
  font-size: 22rpx;
  width:590rpx;
  text-align: right;
  margin-top:10rpx;
}
.topbu{
  /* height:360rpx; */
  box-shadow:none;
  background: #fff;
  position: unset;
  margin:24rpx auto 0;
}
page{
  background: #f9f9f9
}
.ranktext{
  width:686rpx;
  
  background: #fff;
  color:#06121E;
  font-size: 24rpx;
  padding: 30rpx 42rpx;
  box-sizing: border-box;
  margin:24rpx auto 0;
  line-height: 1.5

}
.topbu {
  height:256rpx;
}