index.rpx.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .page{
  2. width: 750rpx;
  3. min-height: 100vh;
  4. background-image: url("../../static/img/DM_20240409173533_003.jpg");
  5. background-size: contain ;
  6. background-repeat: no-repeat;
  7. background-color: #fc0500;
  8. padding: 1rpx 0;
  9. }
  10. .bg {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. .content{
  15. width: 686rpx;
  16. height: 968rpx;
  17. margin-left: 32rpx;
  18. margin-top: 290rpx;
  19. background: #FFFFFF;
  20. border-radius: 30rpx;
  21. overflow: hidden;
  22. }
  23. .record{
  24. color: #ff6f91;
  25. padding: 20rpx;
  26. font-size: 35rpx;
  27. }
  28. .record-left{
  29. margin-right: 20rpx;
  30. }
  31. .count{
  32. background-image: linear-gradient(45deg, #fa7b12,#ed4f39);
  33. width: 500rpx;
  34. height: 80rpx;
  35. border-radius: 40rpx;
  36. line-height: 80rpx;
  37. text-align: center;
  38. margin-left: 93rpx;
  39. margin-top: 20rpx;
  40. color: white;
  41. }
  42. .roll{
  43. flex: 1;
  44. margin-top: 20rpx;
  45. overflow: hidden;
  46. }
  47. .rule{
  48. width: 140rpx;
  49. height: 80rpx;
  50. border-top-right-radius: 40rpx;
  51. border-bottom-right-radius: 40rpx;
  52. position: fixed;
  53. top: 28vh;
  54. background: #ffc000;
  55. z-index: 100;
  56. line-height: 80rpx;
  57. text-align: center;
  58. font-size: 35rpx;
  59. font-weight: 500;
  60. color: white;
  61. }
  62. .result{
  63. width: 500rpx;
  64. background: white;
  65. border-radius: 20rpx;
  66. }
  67. .winningResultView{
  68. position: relative;
  69. }
  70. .winning{
  71. width: 500rpx;
  72. font-size: 50rpx;
  73. font-weight: bold;
  74. color: white;
  75. text-align: center;
  76. position: absolute;
  77. top: 30%;
  78. left: 0;
  79. }
  80. .winningTitleBac{
  81. width: 500rpx;
  82. }
  83. .ox{
  84. width: 80rpx;
  85. height: 80rpx;
  86. }