|
@@ -1,133 +1,109 @@
|
|
|
.pkResult {
|
|
|
width: 100vw;
|
|
|
height: 100vh;
|
|
|
- background-color: #6D9FFE;
|
|
|
+ background: rgba(0, 0, 0, 0.8);
|
|
|
overflow: hidden;
|
|
|
-}
|
|
|
-.pkResult .title {
|
|
|
- margin: 85rpx 0rpx 34rpx;
|
|
|
- color: white;
|
|
|
- text-align: center;
|
|
|
- font-size: 46rpx;
|
|
|
-}
|
|
|
-.pkResult .time {
|
|
|
- font-size: 34rpx;
|
|
|
- text-align: center;
|
|
|
- color: white;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
.pkResult .body {
|
|
|
position: relative;
|
|
|
- width: 720rpx;
|
|
|
- height: 640rpx;
|
|
|
- margin: 60rpx auto;
|
|
|
- text-align: center;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-.pkResult .body .left {
|
|
|
- position: absolute;
|
|
|
- top: 30rpx;
|
|
|
- left: 30rpx;
|
|
|
- height: 500rpx;
|
|
|
- width: 328rpx;
|
|
|
- background: url('http://reader-wx.ai160.com/images/reader/v3/victory-1.png') no-repeat;
|
|
|
+ width: 600rpx;
|
|
|
+ height: 674rpx;
|
|
|
+ background: url('https://reader-wx.ai160.com/images/reader/v3/win.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
-.pkResult .body .left .avatarL {
|
|
|
- top: 66rpx;
|
|
|
- left: 110rpx;
|
|
|
-}
|
|
|
-.pkResult .body .equal {
|
|
|
- top: 70rpx !important;
|
|
|
- background: url('http://reader-wx.ai160.com/images/reader/v3/pingzuo.png') no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
-}
|
|
|
-.pkResult .body .right {
|
|
|
+.pkResult .body .userBox {
|
|
|
position: absolute;
|
|
|
- top: 70rpx;
|
|
|
- right: 30rpx;
|
|
|
- height: 500rpx;
|
|
|
- width: 328rpx;
|
|
|
- background: url('http://reader-wx.ai160.com/images/reader/v3/defeated.png') no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
-}
|
|
|
-.pkResult .body .right .avatarR {
|
|
|
- top: 59rpx;
|
|
|
- left: 107rpx;
|
|
|
-}
|
|
|
-.pkResult .body .equalRight {
|
|
|
- background: url('http://reader-wx.ai160.com/images/reader/v3/pingyou.png') no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
-}
|
|
|
-.pkResult .body .equalRight .avatarR {
|
|
|
- top: 64rpx;
|
|
|
- left: 122rpx;
|
|
|
+ bottom: 0;
|
|
|
+ padding-top: 140rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ width: 300rpx;
|
|
|
+ height: 514rpx;
|
|
|
+ text-align: center;
|
|
|
+ color: white;
|
|
|
}
|
|
|
-.pkResult .body .avatar {
|
|
|
- position: absolute;
|
|
|
+.pkResult .body .userBox .avatar {
|
|
|
width: 110rpx;
|
|
|
height: 110rpx;
|
|
|
+ background-color: white;
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
-.pkResult .body .bodyTitle {
|
|
|
- font-size: 28rpx;
|
|
|
- padding: 0rpx 30rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- margin-top: 190rpx;
|
|
|
+.pkResult .body .userBox .bodyTitle {
|
|
|
+ margin: 12rpx 0 4rpx;
|
|
|
+ font-size: 27rpx;
|
|
|
}
|
|
|
-.pkResult .body .bodyScore {
|
|
|
- margin-top: 10rpx;
|
|
|
+.pkResult .body .userBox .bodyScore {
|
|
|
font-size: 38rpx;
|
|
|
- font-weight: bold;
|
|
|
+ font-weight: 600;
|
|
|
+ letter-spacing: 3rpx;
|
|
|
}
|
|
|
-.pkResult .body .bodyPlay {
|
|
|
+.pkResult .body .userBox .duration {
|
|
|
+ margin-top: 30rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.pkResult .body .userBox .duration .bodyPlay {
|
|
|
+ left: 26rpx;
|
|
|
width: 70rpx;
|
|
|
height: 70rpx;
|
|
|
- margin-top: 40rpx;
|
|
|
-}
|
|
|
-.pkResult .body .progress {
|
|
|
- width: 250rpx;
|
|
|
- margin: 10rpx auto;
|
|
|
- border-radius: 50rpx;
|
|
|
- overflow: hidden;
|
|
|
}
|
|
|
-.pkResult .body .duration {
|
|
|
- margin: 10rpx auto;
|
|
|
- width: 100%;
|
|
|
+.pkResult .body .userBox .duration .time {
|
|
|
+ padding-bottom: 20rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: space-around;
|
|
|
font-size: 28rpx;
|
|
|
+ font-weight: 500;
|
|
|
+}
|
|
|
+.pkResult .body .left {
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
+.pkResult .body .left .duration {
|
|
|
+ padding-left: 20rpx;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+.pkResult .body .right {
|
|
|
+ right: 0;
|
|
|
+ padding-left: 70rpx;
|
|
|
+ background-color: rgba(255, 166, 0, 0.212);
|
|
|
+}
|
|
|
+.pkResult .body .right .duration {
|
|
|
+ padding-right: 20rpx;
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+.pkResult .body .right .duration .time {
|
|
|
+ justify-content: flex-end;
|
|
|
}
|
|
|
.pkResult .footer {
|
|
|
- position: fixed;
|
|
|
- bottom: 0px;
|
|
|
- left: 0px;
|
|
|
- width: 100%;
|
|
|
- padding: 20rpx 104rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
|
|
|
- background-color: white;
|
|
|
+ width: 600rpx;
|
|
|
+ margin-top: 96rpx;
|
|
|
+ margin-bottom: 10%;
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
justify-content: space-between;
|
|
|
-}
|
|
|
-.pkResult .footer .btn {
|
|
|
- padding: 16rpx 0rpx;
|
|
|
- text-align: center;
|
|
|
- border-radius: 50rpx;
|
|
|
- width: 220rpx;
|
|
|
- font-size: 30rpx;
|
|
|
- color: white;
|
|
|
- background-color: #F84041;
|
|
|
- box-shadow: 0 6rpx 14rpx 0 rgba(251, 79, 80, 0.76);
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
.pkResult .footer .stBtn {
|
|
|
- padding: 16rpx 0rpx;
|
|
|
+ position: relative;
|
|
|
+ width: 267rpx;
|
|
|
+ height: 70rpx;
|
|
|
+ line-height: 70rpx;
|
|
|
+ border-radius: 40rpx;
|
|
|
+}
|
|
|
+.pkResult .footer .stBtn .imgBtn {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.pkResult .footer .stBtn .text {
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
text-align: center;
|
|
|
- border-radius: 50rpx;
|
|
|
- width: 220rpx;
|
|
|
- font-size: 30rpx;
|
|
|
- color: white;
|
|
|
- background-color: #66C5FF;
|
|
|
- box-shadow: 0 6px 14px 0 rgba(50, 197, 255, 0.65);
|
|
|
+ z-index: 2;
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #FFFFFF;
|
|
|
+ letter-spacing: 2rpx;
|
|
|
}
|