123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- .pkResult {
- width: 100vw;
- height: 100vh;
- background-color: #6D9FFE;
- 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;
- }
- .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;
- 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 {
- 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;
- }
- .pkResult .body .avatar {
- position: absolute;
- width: 110rpx;
- height: 110rpx;
- border-radius: 50%;
- }
- .pkResult .body .bodyTitle {
- font-size: 28rpx;
- padding: 0rpx 30rpx;
- box-sizing: border-box;
- margin-top: 190rpx;
- }
- .pkResult .body .bodyScore {
- margin-top: 10rpx;
- font-size: 38rpx;
- font-weight: bold;
- }
- .pkResult .body .bodyPlay {
- 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%;
- display: flex;
- align-items: center;
- justify-content: space-around;
- font-size: 28rpx;
- }
- .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;
- 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);
- }
- .pkResult .footer .stBtn {
- padding: 16rpx 0rpx;
- 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);
- }
|