|
@@ -7,29 +7,34 @@
|
|
background-color: #5DE0C0;
|
|
background-color: #5DE0C0;
|
|
}
|
|
}
|
|
.matchBox .modelText {
|
|
.matchBox .modelText {
|
|
|
|
+ position: relative;
|
|
width: 724rpx;
|
|
width: 724rpx;
|
|
margin: 40rpx auto;
|
|
margin: 40rpx auto;
|
|
border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
|
|
+ padding-top: 40rpx;
|
|
background-color: white;
|
|
background-color: white;
|
|
}
|
|
}
|
|
.matchBox .modelText .header {
|
|
.matchBox .modelText .header {
|
|
- position: relative;
|
|
|
|
- text-align: center;
|
|
|
|
-}
|
|
|
|
-.matchBox .modelText .header .bg {
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: -24rpx;
|
|
|
|
|
|
+ text-align: center;
|
|
|
|
+ top: -26rpx;
|
|
left: 0rpx;
|
|
left: 0rpx;
|
|
right: 0rpx;
|
|
right: 0rpx;
|
|
|
|
+}
|
|
|
|
+.matchBox .modelText .header .bg {
|
|
margin: auto;
|
|
margin: auto;
|
|
width: 460rpx;
|
|
width: 460rpx;
|
|
- height: 90rpx;
|
|
|
|
|
|
+ height: 80rpx;
|
|
}
|
|
}
|
|
.matchBox .modelText .header .text {
|
|
.matchBox .modelText .header .text {
|
|
- position: relative;
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0rpx;
|
|
|
|
+ right: 0rpx;
|
|
|
|
+ top: 14rpx;
|
|
|
|
+ margin: auto;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
- font-size: 36rpx;
|
|
|
|
- color: #A0A0A0;
|
|
|
|
|
|
+ font-size: 34rpx;
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
.matchBox .modelText .tips {
|
|
.matchBox .modelText .tips {
|
|
margin: 42rpx auto;
|
|
margin: 42rpx auto;
|
|
@@ -79,3 +84,75 @@
|
|
.matchBox .rankList .switchBtns .currentBtn-r {
|
|
.matchBox .rankList .switchBtns .currentBtn-r {
|
|
border-top-left-radius: 50rpx;
|
|
border-top-left-radius: 50rpx;
|
|
}
|
|
}
|
|
|
|
+.matchBox .rankList .table {
|
|
|
|
+ padding: 10rpx 32rpx;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .titleLine {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ font-size: 36rpx;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox {
|
|
|
|
+ margin-top: 20rpx;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .firstCol {
|
|
|
|
+ width: 70rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 38rpx;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .firstCol .rankingImg {
|
|
|
|
+ width: 52rpx;
|
|
|
|
+ height: 60rpx;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .secondCol {
|
|
|
|
+ flex: 1;
|
|
|
|
+ margin: 0rpx 20rpx 0rpx 40rpx;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .secondCol .avatar {
|
|
|
|
+ width: 80rpx;
|
|
|
|
+ height: 80rpx;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .secondCol .userInfo {
|
|
|
|
+ margin-left: 20rpx;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .secondCol .userInfo .nickName {
|
|
|
|
+ font-size: 34rpx;
|
|
|
|
+ margin-bottom: 6rpx;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .secondCol .userInfo .date {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .secondCol .userInfo .date view {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ margin-right: 10rpx;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .secondCol .userInfo .date .icon {
|
|
|
|
+ width: 26rpx;
|
|
|
|
+ height: 23rpx;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .secondCol .userInfo .date .num {
|
|
|
|
+ margin-left: 6rpx;
|
|
|
|
+ font-size: 20rpx;
|
|
|
|
+ color: #666666;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .threeCol {
|
|
|
|
+ width: 100rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .threeCol .icon {
|
|
|
|
+ width: 25rpx;
|
|
|
|
+ height: 27rpx;
|
|
|
|
+}
|
|
|
|
+.matchBox .rankList .table .contentBox .threeCol .num {
|
|
|
|
+ font-size: 30rpx;
|
|
|
|
+}
|