|
- /**index.wxss**/
- .container{
- background: url('https://static.quhouse.com/11cb7c5d4d4242e29636e96f9bb20fa1.png') no-repeat;
- width: 750rpx;
- height: 1464rpx;
- background-size: 750rpx 1464rpx;
- display: flex;
- flex-direction: column;
- position: relative;
- }
- .bg{
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0,0,0,0.7);
- display: flex;
- justify-content: center;
- flex-direction: column;
- align-items: center;
- }
- .cont{
- background: url('https://static.quhouse.com/6c0891742179421bbfc5496831740750.png') no-repeat;
- width: 670rpx;
- height: 1053rpx;
- background-size: 670rpx 1053rpx;
- }
- .close{
- width: 54rpx;
- height: 54rpx;
- margin-top: 40rpx;
- }
- .data{
- margin: 140rpx 30rpx 20rpx;
- width: 610rpx;
- height: 817rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- border: 4rpx solid #FFD36B;
- }
- .data .self{
- height: 110rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 24rpx;
- border-bottom: 1rpx solid #E0E0E0;
- }
- .data .sort{
- width: 42rpx;
- height: 64rpx;
- font-size: 36rpx;
- font-family: D-DINCondensed-Bold, D-DINCondensed;
- font-weight: bold;
- color: #42917C;
- line-height: 64rpx;
- margin-right: 30rpx;
- }
- .data .avatar{
- width: 64rpx;
- height: 64rpx;
- border: 1rpx solid #E0E0E0;
- margin-right: 12rpx;
- border-radius: 50%;
- }
- .data .nick{
- flex:1;
- height: 64rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 64rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .data .score{
- width: 110rpx;
- height: 64rpx;
- text-align: center;
- line-height: 64rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #E51B1B;
- margin-left: 10rpx;
- }
- .data .top10{
- height: 700rpx;
- overflow: auto;
- }
- .data .top10 .top-item{
- height: 100rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 24rpx;
- }
- .data .top10 .top-item .top123{
- width: 34rpx;
- height: 46rpx;
- margin-right: 42rpx;
- }
- .count{
- width: 100%;
- height: 42rpx;
- font-size: 30rpx;
- text-align: center;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 42rpx;
- }
|