index.less 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. .pkResult {
  2. width: 100vw;
  3. height: 100vh;
  4. background: rgba(0, 0, 0, 0.8);
  5. overflow: hidden;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. justify-content: center;
  10. .body {
  11. position: relative;
  12. width: 600rpx;
  13. height: 674rpx;
  14. background: url('https://reader-wx.ai160.com/images/reader/v3/win.png') no-repeat;
  15. background-size: 100% 100%;
  16. .userBox {
  17. position: absolute;
  18. bottom: 0;
  19. padding-top: 140rpx;
  20. box-sizing: border-box;
  21. width: 300rpx;
  22. height: 514rpx;
  23. text-align: center;
  24. color: white;
  25. .avatar {
  26. width: 110rpx;
  27. height: 110rpx;
  28. background-color: white;
  29. border-radius: 50%;
  30. }
  31. .bodyTitle {
  32. margin: 12rpx 0 4rpx;
  33. font-size: 27rpx;
  34. }
  35. .bodyScore {
  36. font-size: 38rpx;
  37. font-weight: 600;
  38. letter-spacing: 3rpx;
  39. }
  40. .duration {
  41. margin-top: 30rpx;
  42. box-sizing: border-box;
  43. .bodyPlay {
  44. left: 26rpx;
  45. width: 70rpx;
  46. height: 70rpx;
  47. }
  48. .time {
  49. padding-bottom: 20rpx;
  50. display: flex;
  51. align-items: center;
  52. font-size: 28rpx;
  53. font-weight: 500;
  54. }
  55. }
  56. }
  57. .left {
  58. left: 0;
  59. .duration {
  60. padding-left: 20rpx;
  61. text-align: left;
  62. }
  63. }
  64. .right {
  65. right: 0;
  66. padding-left: 70rpx;
  67. background-color: rgba(255, 166, 0, 0.212);
  68. .duration {
  69. padding-right: 20rpx;
  70. text-align: right;
  71. .time{
  72. justify-content: flex-end;
  73. }
  74. }
  75. }
  76. }
  77. .footer {
  78. width: 600rpx;
  79. margin-top: 96rpx;
  80. margin-bottom: 10%;
  81. display: flex;
  82. justify-content: space-between;
  83. align-items: center;
  84. .stBtn {
  85. position: relative;
  86. width: 267rpx;
  87. height: 70rpx;
  88. line-height: 70rpx;
  89. border-radius: 40rpx;
  90. .imgBtn {
  91. position: absolute;
  92. top: 0;
  93. left: 0;
  94. width: 100%;
  95. height: 100%;
  96. }
  97. .text {
  98. position: absolute;
  99. width: 100%;
  100. text-align: center;
  101. z-index: 2;
  102. font-size: 26rpx;
  103. font-weight: 500;
  104. color: #FFFFFF;
  105. letter-spacing: 2rpx;
  106. }
  107. }
  108. }
  109. }