index.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .pkResult {
  2. width: 100vw;
  3. height: 100vh;
  4. background-color: #2B2859;
  5. overflow: hidden;
  6. .title {
  7. margin: 85rpx 0rpx 34rpx;
  8. color: white;
  9. text-align: center;
  10. font-size: 46rpx;
  11. }
  12. .time {
  13. font-size: 34rpx;
  14. text-align: center;
  15. color: white;
  16. }
  17. .body {
  18. position: relative;
  19. width: 720rpx;
  20. height: 640rpx;
  21. margin: 60rpx auto;
  22. background-image: radial-gradient(50% 102%, #5171BD 1%, #21287A 100%);
  23. box-shadow: 0 4rpx 10rpx 0 rgba(0, 0, 0, 0.30), inset 0 -2rpx 3rpx 0 #052552, inset 0 2rpx 3rpx 0;
  24. border-radius: 20rpx;
  25. .left {
  26. position: absolute;
  27. top: 30rpx;
  28. left: 30rpx;
  29. height: 500rpx;
  30. width: 328rpx;
  31. background: url('http://reader-wx.ai160.com/images/reader/v3/victory.png')no-repeat;
  32. background-size: 100% 100%;
  33. }
  34. .right {
  35. position: absolute;
  36. top: 70rpx;
  37. right: 30rpx;
  38. height: 500rpx;
  39. width: 328rpx;
  40. background: url('http://reader-wx.ai160.com/images/reader/v3/defeated.png')no-repeat;
  41. background-size: 100% 100%;
  42. }
  43. .avatar {
  44. position: absolute;
  45. width: 110rpx;
  46. height: 110rpx;
  47. border-radius: 50%;
  48. }
  49. .avatarL {
  50. top: 64rpx;
  51. left: 110rpx;
  52. }
  53. .avatarR {
  54. top: 57rpx;
  55. left: 107rpx;
  56. }
  57. }
  58. .footer {
  59. position: fixed;
  60. bottom: 0px;
  61. left: 0px;
  62. width: 100%;
  63. padding: 20rpx 104rpx;
  64. box-sizing: border-box;
  65. background-color: white;
  66. display: flex;
  67. align-items: center;
  68. justify-content: space-between;
  69. .stBtn {
  70. padding: 16rpx 0rpx;
  71. text-align: center;
  72. border-radius: 50rpx;
  73. width: 220rpx;
  74. font-size: 30rpx;
  75. color: white;
  76. background-color: #66C5FF;
  77. box-shadow: 0 6px 14px 0 rgba(50, 197, 255, 0.65);
  78. }
  79. }
  80. }