东风启辰小程序端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

69 lines
1.0KB

  1. /* pages/rotaryDraw/rotaryDraw.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 120rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .pageBg{
  14. width: 750rpx;
  15. height: 1354rpx;
  16. }
  17. .gameFrame{
  18. position: absolute;
  19. left: 50%;
  20. transform: translateX(-50%);
  21. top:345rpx;
  22. width:662rpx;
  23. height:662rpx;
  24. z-index: 9;
  25. }
  26. .gameGroup{
  27. position: relative;
  28. width: 100%;
  29. height: 100%;
  30. }
  31. .gameDial{
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .gamePointer{
  36. position: absolute;
  37. top: 207rpx;
  38. left: 50%;
  39. transform: translateX(-50%);
  40. width: 119rpx;
  41. height: 181rpx;
  42. }
  43. .recordFrame{
  44. position: absolute;
  45. top: 0;
  46. left: 0;
  47. width: 750rpx;
  48. height: 1354rpx;
  49. }
  50. .recordGroup{
  51. position: absolute;
  52. left: 50%;
  53. bottom: 0;
  54. transform: translateX(-50%);
  55. width: 530rpx;
  56. height: 152rpx;
  57. overflow: hidden;
  58. }
  59. .recordText{
  60. position: absolute;
  61. left: 0;
  62. top: 152rpx;
  63. text-align: center;
  64. font-size: 24rpx;
  65. width: 100%;
  66. height: 40rpx;
  67. line-height: 40rpx;
  68. color: white;
  69. }