东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

prizes.wxss 1.4KB

5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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: 2169rpx;
  16. }
  17. .bottomBtn{
  18. position: absolute;
  19. left: 50%;
  20. transform: translateX(-50%);
  21. bottom: 196rpx;
  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: 143rpx;
  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: 635rpx;
  49. left: 520rpx;
  50. width: 169rpx;
  51. height: 116rpx;
  52. }
  53. .prize5{
  54. position: absolute;
  55. top: 1054rpx;
  56. left: 39rpx;
  57. width: 189rpx;
  58. height: 121rpx;
  59. }
  60. .prize6{
  61. position: absolute;
  62. top: 1055rpx;
  63. left: 283rpx;
  64. width: 185rpx;
  65. height: 118rpx;
  66. }
  67. .prize7{
  68. position: absolute;
  69. top: 1421rpx;
  70. left: 48rpx;
  71. width: 168rpx;
  72. height: 106rpx;
  73. }
  74. .prize8{
  75. position: absolute;
  76. top: 1421rpx;
  77. left: 262rpx;
  78. width: 195rpx;
  79. height: 107rpx;
  80. }
  81. .prize9{
  82. position: absolute;
  83. top: 1422rpx;
  84. left: 502rpx;
  85. width: 195rpx;
  86. height: 107rpx;
  87. }
  88. .prize10{
  89. position: absolute;
  90. top: 1651rpx;
  91. left: 47rpx;
  92. width: 190rpx;
  93. height: 103rpx;
  94. }
  95. .prize11{
  96. position: absolute;
  97. top: 1651rpx;
  98. left: 262rpx;
  99. width: 195rpx;
  100. height: 106rpx;
  101. }