东风启辰小程序端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

166 lines
2.8KB

  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 - 150rpx);
  10. overflow: auto;
  11. padding-top: 222rpx;
  12. padding-bottom: 152rpx;
  13. box-sizing: border-box;
  14. }
  15. .prizeTitle{
  16. width:710rpx;
  17. height:70rpx;
  18. background-color: #17528A;
  19. border-radius: 20rpx;
  20. margin: 0 auto;
  21. line-height: 70rpx;
  22. text-align: center;
  23. font-size:30rpx;
  24. font-family:PingFang;
  25. font-weight:500;
  26. color:rgba(255,255,255,1);
  27. }
  28. .ticketGroup{
  29. padding: 0 45rpx;
  30. display: flex;
  31. align-items: center;
  32. justify-content: space-between;
  33. margin-top:35rpx;
  34. }
  35. .prizeTicket{
  36. display: flex;
  37. flex-direction: column;
  38. align-items: center;
  39. }
  40. .prizeTicketPic{
  41. width: 206rpx;
  42. height: 83rpx;
  43. }
  44. .prizeTicketName{
  45. font-size:20rpx;
  46. line-height: 20rpx;
  47. font-family:PingFang;
  48. font-weight:400;
  49. color:rgba(35,33,34,1);
  50. margin-top: 30rpx;
  51. }
  52. .thirdAward{
  53. width:128rpx;
  54. height:30rpx;
  55. background-color: #17528A;
  56. font-size:18rpx;
  57. line-height: 30rpx;
  58. font-family:PingFang;
  59. font-weight:400;
  60. color:rgba(255,255,255,1);
  61. border-radius: 20rpx;
  62. text-align: center;
  63. margin-top: 65rpx;
  64. margin-left: 45rpx;
  65. }
  66. .thirdAwardGroup{
  67. display: flex;
  68. align-items: center;
  69. justify-content: space-between;
  70. padding: 0 45rpx;
  71. }
  72. .threeFrame{
  73. display: flex;
  74. flex-direction: column;
  75. align-items: center;
  76. margin-top: 45rpx;
  77. }
  78. .threeGroup{
  79. width: 168rpx;
  80. height: 191rpx;
  81. display: flex;
  82. align-items: center;
  83. justify-content: center;
  84. }
  85. .three1{
  86. width: 86rpx;
  87. height: 191rpx;
  88. }
  89. .three2{
  90. width: 168rpx;
  91. height: 168rpx;
  92. }
  93. .three3{
  94. width: 147rpx;
  95. height: 166rpx;
  96. }
  97. .threeText{
  98. line-height: 20rpx;
  99. font-size:20rpx;
  100. font-family:PingFang;
  101. font-weight:400;
  102. color:rgba(35,33,34,1);
  103. margin-top: 30rpx;
  104. }
  105. .introductionGroup{
  106. display: flex;
  107. align-items: center;
  108. justify-content: space-between;
  109. flex-wrap: wrap;
  110. padding: 0 45rpx;
  111. }
  112. .introduction{
  113. display: flex;
  114. flex-direction: column;
  115. align-items: center;
  116. padding-top: 15rpx;
  117. }
  118. .introductionPic{
  119. width: 194rpx;
  120. height: 107rpx;
  121. margin-bottom: 26rpx;
  122. margin-top: 30rpx;
  123. }
  124. .introductionText{
  125. font-size:20rpx;
  126. line-height: 20rpx;
  127. font-family:PingFang;
  128. font-weight:400;
  129. color:rgba(35,33,34,1);
  130. }
  131. .immediateFetching{
  132. position: fixed;
  133. left: 0;
  134. bottom: 150rpx;
  135. width: 750rpx;
  136. padding-top: 37rpx;
  137. padding-bottom: 45rpx;
  138. background-color: white;
  139. }
  140. .firstPrize{
  141. display: flex;
  142. flex-direction: column;
  143. align-items: center;
  144. margin-top: 35rpx;
  145. }
  146. .firstPrizePic{
  147. width:460rpx;
  148. height:172rpx;
  149. }
  150. .firstPrizeText{
  151. line-height: 28rpx;
  152. font-size:28rpx;
  153. font-family:PingFang;
  154. font-weight:400;
  155. color:rgba(35,33,34,1);
  156. margin-top: 30rpx;
  157. }
  158. .prizeTitleFrame{
  159. position: fixed;
  160. top: 0;
  161. left: 0;
  162. padding-top: 87rpx;
  163. padding-bottom:65rpx;
  164. background-color: white;
  165. width: 750rpx;
  166. }