东风启辰小程序端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

94 lines
1.3KB

  1. /* pages/prizes/prizes.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. box-sizing: border-box;
  12. }
  13. .prizeBg{
  14. width: 750rpx;
  15. height: 2018rpx;
  16. }
  17. .bottomBtn{
  18. position: absolute;
  19. left: 50%;
  20. transform: translateX(-50%);
  21. bottom: 218rpx;
  22. width: 711rpx;
  23. height: 71rpx;
  24. }
  25. .prize1{
  26. position: absolute;
  27. top: 167rpx;
  28. left: 145rpx;
  29. width: 460rpx;
  30. height: 172rpx;
  31. }
  32. .prize2{
  33. position: absolute;
  34. top: 621rpx;
  35. left: 61rpx;
  36. width: 144rpx;
  37. height: 144rpx;
  38. }
  39. .prize3{
  40. position: absolute;
  41. top: 620rpx;
  42. left: 310rpx;
  43. width: 130rpx;
  44. height: 147rpx;
  45. }
  46. .prize4{
  47. position: absolute;
  48. top: 640rpx;
  49. left: 520rpx;
  50. width: 169rpx;
  51. height: 116rpx;
  52. }
  53. .prize5{
  54. position: absolute;
  55. top: 1073rpx;
  56. left: 36rpx;
  57. width: 190rpx;
  58. height: 121rpx;
  59. }
  60. .prize6{
  61. position: absolute;
  62. top: 1073rpx;
  63. left: 280rpx;
  64. width: 185rpx;
  65. height: 117rpx;
  66. }
  67. .prize7{
  68. position: absolute;
  69. top: 1469rpx;
  70. left: 36rpx;
  71. width: 135rpx;
  72. height: 86rpx;
  73. }
  74. .prize8{
  75. position: absolute;
  76. top: 1469rpx;
  77. left: 197rpx;
  78. width: 156rpx;
  79. height: 86rpx;
  80. }
  81. .prize9{
  82. position: absolute;
  83. top: 1469rpx;
  84. left: 379rpx;
  85. width: 156rpx;
  86. height: 85rpx;
  87. }
  88. .prize10{
  89. position: absolute;
  90. top: 1471rpx;
  91. left:560rpx;
  92. width: 156rpx;
  93. height: 86rpx;
  94. }