123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- .matchBox {
- min-height: 100vh;
- background-color: F2F6FC;
- .bannerList {
- height: 216rpx;
- .headerImg {
- width: 100%;
- height: 216rpx;
- }
- }
- .modelText {
- position: relative;
- width: 724rpx;
- margin: 50rpx auto;
- border-radius: 20rpx;
- padding-top: 40rpx;
- background-color: white;
- .header {
- position: absolute;
- text-align: center;
- top: -26rpx;
- left: 0rpx;
- right: 0rpx;
- .bg {
- margin: auto;
- width: 460rpx;
- height: 80rpx;
- }
- .text {
- position: absolute;
- left: 0rpx;
- right: 0rpx;
- top: 14rpx;
- margin: auto;
- z-index: 2;
- font-size: 34rpx;
- color: white;
- }
- }
- .swiper {
- margin-top: 40rpx;
- width: 100%;
- height: 372rpx;
- .swiper-item {
- width: 562rpx;
- height: 316rpx;
- border-radius: 10rpx;
- overflow: hidden;
- object-fit: cover;
- }
- }
- }
- .rankList {
- width: 100%;
- margin-top: 60rpx;
- background-color: white;
- .switchBtns {
- height: 88rpx;
- display: flex;
- align-items: flex-end;
- background-color: #D5DDEA;
- .switchBtn {
- width: 50%;
- font-size: 34rpx;
- padding: 20rpx 0rpx;
- background-color: #D5DDEA;
- text-align: center;
- }
- .currentBtn {
- color: #FF6908;
- padding: 30rpx 10rpx;
- font-weight: bold;
- background-color: white;
- }
- .currentBtn-l {
- border-top-right-radius: 50rpx;
- }
- .currentBtn-r {
- border-top-left-radius: 50rpx;
- }
- }
- .table {
- padding: 10rpx 32rpx 140rpx;
- box-sizing: border-box;
- .titleLine {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 30rpx;
- }
- .contentBox {
- margin-top: 24rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .firstCol {
- width: 70rpx;
- text-align: center;
- font-size: 34rpx;
- .rankingImg {
- width: 44rpx;
- height: 48rpx;
- }
- }
- .secondCol {
- flex: 1;
- margin: 0rpx 20rpx 0rpx 40rpx;
- display: flex;
- align-items: center;
- .avatar {
- width: 66rpx;
- height: 66rpx;
- border-radius: 50%;
- }
- .userInfo {
- margin-left: 20rpx;
- .nickName {
- font-size: 30rpx;
- margin-bottom: 6rpx;
- }
- .date {
- display: flex;
- align-items: center;
- view {
- display: flex;
- align-items: center;
- margin-right: 10rpx;
- }
- .icon {
- width: 26rpx;
- height: 23rpx;
- }
- .num {
- margin-left: 6rpx;
- font-size: 20rpx;
- color: #666666;
- }
- }
- }
- }
- .threeCol {
- width: 100rpx;
- text-align: center;
- .icon {
- width: 25rpx;
- height: 27rpx;
- }
- .num {
- font-size: 30rpx;
- }
- }
- }
- .selfRank {
- position: fixed;
- width: 100%;
- left: 0rpx;
- bottom: 0rpx;
- padding: 14rpx 32rpx;
- box-sizing: border-box;
- background-color: white;
- box-shadow: 0 2rpx 20rpx 0 rgba(0, 0, 0, 0.50);
- }
- }
- }
- .rankNull {
- display: block;
- margin: 0px auto;
- padding: 50rpx 0rpx;
- width: 393rpx;
- height: 323rpx;
- }
- }
|